Commit d27de72 1 parent a3a1d3a commit d27de72 Copy full SHA for d27de72
File tree 1 file changed +1
-0
lines changed
packages/aws-cdk-lib/aws-ec2/lib
1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -477,6 +477,7 @@ export class InterfaceVpcEndpointAwsService implements IInterfaceVpcEndpointServ
477
477
/** @deprecated - Use InterfaceVpcEndpointAwsService.PINPOINT_SMS_VOICE_V2 instead. */
478
478
public static readonly PINPOINT = new InterfaceVpcEndpointAwsService ( 'pinpoint-sms-voice-v2' ) ;
479
479
public static readonly PINPOINT_SMS_VOICE_V2 = new InterfaceVpcEndpointAwsService ( 'pinpoint-sms-voice-v2' ) ;
480
+ public static readonly PIPES_DATA = new InterfaceVpcEndpointAwsService ( 'pipes-data' ) ;
480
481
public static readonly POLLY = new InterfaceVpcEndpointAwsService ( 'polly' ) ;
481
482
public static readonly PRIVATE_5G = new InterfaceVpcEndpointAwsService ( 'private-networks' ) ;
482
483
public static readonly PRIVATE_CERTIFICATE_AUTHORITY = new InterfaceVpcEndpointAwsService ( 'acm-pca' ) ;
You can’t perform that action at this time.
0 commit comments