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 @@ -450,6 +450,7 @@ export class InterfaceVpcEndpointAwsService implements IInterfaceVpcEndpointServ
450
450
public static readonly KEYSPACES = new InterfaceVpcEndpointAwsService ( 'cassandra' , '' , 9142 ) ;
451
451
public static readonly KEYSPACES_FIPS = new InterfaceVpcEndpointAwsService ( 'cassandra-fips' , '' , 9142 ) ;
452
452
public static readonly KINESIS_STREAMS = new InterfaceVpcEndpointAwsService ( 'kinesis-streams' ) ;
453
+ public static readonly KINESIS_STREAMS_FIPS = new InterfaceVpcEndpointAwsService ( 'kinesis-streams-fips' ) ;
453
454
public static readonly KINESIS_FIREHOSE = new InterfaceVpcEndpointAwsService ( 'kinesis-firehose' ) ;
454
455
public static readonly KMS = new InterfaceVpcEndpointAwsService ( 'kms' ) ;
455
456
public static readonly KMS_FIPS = new InterfaceVpcEndpointAwsService ( 'kms-fips' ) ;
You can’t perform that action at this time.
0 commit comments