File tree Expand file tree Collapse file tree
packages/aws-cdk-lib/aws-ec2/lib Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -477,6 +477,7 @@ export class InterfaceVpcEndpointAwsService implements IInterfaceVpcEndpointServ
477477 /** @deprecated - Use InterfaceVpcEndpointAwsService.PINPOINT_SMS_VOICE_V2 instead. */
478478 public static readonly PINPOINT = new InterfaceVpcEndpointAwsService ( 'pinpoint-sms-voice-v2' ) ;
479479 public static readonly PINPOINT_SMS_VOICE_V2 = new InterfaceVpcEndpointAwsService ( 'pinpoint-sms-voice-v2' ) ;
480+ public static readonly PIPES_DATA = new InterfaceVpcEndpointAwsService ( 'pipes-data' )
480481 public static readonly POLLY = new InterfaceVpcEndpointAwsService ( 'polly' ) ;
481482 public static readonly PRIVATE_5G = new InterfaceVpcEndpointAwsService ( 'private-networks' ) ;
482483 public static readonly PRIVATE_CERTIFICATE_AUTHORITY = new InterfaceVpcEndpointAwsService ( 'acm-pca' ) ;
You can’t perform that action at this time.
0 commit comments