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 @@ -480,6 +480,7 @@ export class InterfaceVpcEndpointAwsService implements IInterfaceVpcEndpointServ
480
480
public static readonly DIRECTORY_SERVICE_DATA = new InterfaceVpcEndpointAwsService ( 'ds-data' ) ;
481
481
public static readonly DYNAMODB = new InterfaceVpcEndpointAwsService ( 'dynamodb' ) ;
482
482
public static readonly DYNAMODB_FIPS = new InterfaceVpcEndpointAwsService ( 'dynamodb-fips' ) ;
483
+ public static readonly DYNAMODB_STREAMS = new InterfaceVpcEndpointAwsService ( 'dynamodb-streams' ) ;
483
484
public static readonly EBS_DIRECT = new InterfaceVpcEndpointAwsService ( 'ebs' ) ;
484
485
public static readonly EC2 = new InterfaceVpcEndpointAwsService ( 'ec2' ) ;
485
486
public static readonly EC2_MESSAGES = new InterfaceVpcEndpointAwsService ( 'ec2messages' ) ;
You can’t perform that action at this time.
0 commit comments