File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
packages/aws-cdk-lib/aws-ec2/lib Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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' ) ;
You can’t perform that action at this time.
0 commit comments