Skip to content

Commit 281262a

Browse files
committed
feat(ec2): add VPC interface endpoints for Cognito Identity
1 parent b01d54c commit 281262a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,8 @@ export class InterfaceVpcEndpointAwsService implements IInterfaceVpcEndpointServ
468468
public static readonly CODE_CONNECTIONS = new InterfaceVpcEndpointAwsService('codeconnections.api');
469469
public static readonly COGNITO_IDP = new InterfaceVpcEndpointAwsService('cognito-idp');
470470
public static readonly COGNITO_IDP_FIPS = new InterfaceVpcEndpointAwsService('cognito-idp-fips');
471+
public static readonly COGNITO_IDENTITY = new InterfaceVpcEndpointAwsService('cognito-identity');
472+
public static readonly COGNITO_IDENTITY_FIPS = new InterfaceVpcEndpointAwsService('cognito-identity-fips');
471473
public static readonly COMPREHEND = new InterfaceVpcEndpointAwsService('comprehend');
472474
public static readonly COMPREHEND_MEDICAL = new InterfaceVpcEndpointAwsService('comprehendmedical');
473475
public static readonly COMPUTE_OPTIMIZER = new InterfaceVpcEndpointAwsService('compute-optimizer');

0 commit comments

Comments
 (0)