Skip to content

Commit 40d56bf

Browse files
author
Oliver Xie
committed
feat(pipes): EventBridge Pipes AWS service VPC Endpoint
1 parent c389a8b commit 40d56bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/aws-cdk-lib/aws-ec2/lib/vpc-endpoint.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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');

0 commit comments

Comments
 (0)