File tree 1 file changed +2
-0
lines changed
packages/aws-cdk-lib/aws-ec2/lib
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -603,6 +603,8 @@ export class InterfaceVpcEndpointAwsService implements IInterfaceVpcEndpointServ
603
603
public static readonly SAGEMAKER_STUDIO = new InterfaceVpcEndpointAwsService ( 'studio' , 'aws.sagemaker' ) ;
604
604
public static readonly SECRETS_MANAGER = new InterfaceVpcEndpointAwsService ( 'secretsmanager' ) ;
605
605
public static readonly SECURITYHUB = new InterfaceVpcEndpointAwsService ( 'securityhub' ) ;
606
+ public static readonly SECURITYLAKE = new InterfaceVpcEndpointAwsService ( 'securitylake' ) ;
607
+ public static readonly SECURITYLAKE_FIPS = new InterfaceVpcEndpointAwsService ( 'securitylake-fips' ) ;
606
608
public static readonly SERVICE_CATALOG = new InterfaceVpcEndpointAwsService ( 'servicecatalog' ) ;
607
609
public static readonly SERVICE_CATALOG_APPREGISTRY = new InterfaceVpcEndpointAwsService ( 'servicecatalog-appregistry' ) ;
608
610
public static readonly SERVER_MIGRATION_SERVICE = new InterfaceVpcEndpointAwsService ( 'sms' ) ;
You can’t perform that action at this time.
0 commit comments