Skip to content

Commit 7ca513c

Browse files
committed
add interface endpoint
1 parent 8dddfe6 commit 7ca513c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -714,10 +714,13 @@ export class InterfaceVpcEndpointAwsService implements IInterfaceVpcEndpointServ
714714
public static readonly SERVERLESS_APPLICATION_REPOSITORY = new InterfaceVpcEndpointAwsService('serverlessrepo');
715715
/** @deprecated - Use InterfaceVpcEndpointAwsService.EMAIL_SMTP instead. */
716716
public static readonly SES = new InterfaceVpcEndpointAwsService('email-smtp');
717+
public static readonly SHIELD = new InterfaceVpcEndpointAwsService('shield');
718+
public static readonly SHIELD_FIPS = new InterfaceVpcEndpointAwsService('shield-fips');
717719
public static readonly SIMSPACE_WEAVER = new InterfaceVpcEndpointAwsService('simspaceweaver');
718720
public static readonly SNOW_DEVICE_MANAGEMENT = new InterfaceVpcEndpointAwsService('snow-device-management');
719721
public static readonly SNS = new InterfaceVpcEndpointAwsService('sns');
720722
public static readonly SQS = new InterfaceVpcEndpointAwsService('sqs');
723+
public static readonly SQS_FIPS = new InterfaceVpcEndpointAwsService('sqs-fips');
721724
public static readonly SSM = new InterfaceVpcEndpointAwsService('ssm');
722725
public static readonly SSM_FIPS = new InterfaceVpcEndpointAwsService('ssm-fips');
723726
public static readonly SSM_MESSAGES = new InterfaceVpcEndpointAwsService('ssmmessages');
@@ -728,6 +731,7 @@ export class InterfaceVpcEndpointAwsService implements IInterfaceVpcEndpointServ
728731
public static readonly STEP_FUNCTIONS_SYNC = new InterfaceVpcEndpointAwsService('sync-states');
729732
public static readonly STORAGE_GATEWAY = new InterfaceVpcEndpointAwsService('storagegateway');
730733
public static readonly STS = new InterfaceVpcEndpointAwsService('sts');
734+
public static readonly STS_FIPS = new InterfaceVpcEndpointAwsService('sts-fips');
731735
public static readonly SUPPLY_CHAIN = new InterfaceVpcEndpointAwsService('scn');
732736
public static readonly SWF = new InterfaceVpcEndpointAwsService('swf');
733737
public static readonly SWF_FIPS = new InterfaceVpcEndpointAwsService('swf-fips');

0 commit comments

Comments
 (0)