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 @@ -462,6 +462,8 @@ export class InterfaceVpcEndpointAwsService implements IInterfaceVpcEndpointServ
462462 public static readonly CODEPIPELINE = new InterfaceVpcEndpointAwsService ( 'codepipeline' ) ;
463463 public static readonly CODESTAR_CONNECTIONS = new InterfaceVpcEndpointAwsService ( 'codestar-connections.api' ) ;
464464 public static readonly CODE_CONNECTIONS = new InterfaceVpcEndpointAwsService ( 'codeconnections.api' ) ;
465+ public static readonly COGNITO_IDP = new InterfaceVpcEndpointAwsService ( 'cognito-idp' ) ;
466+ public static readonly COGNITO_IDP_FIPS = new InterfaceVpcEndpointAwsService ( 'cognito-idp-fips' ) ;
465467 public static readonly COMPREHEND = new InterfaceVpcEndpointAwsService ( 'comprehend' ) ;
466468 public static readonly COMPREHEND_MEDICAL = new InterfaceVpcEndpointAwsService ( 'comprehendmedical' ) ;
467469 public static readonly COMPUTE_OPTIMIZER = new InterfaceVpcEndpointAwsService ( 'compute-optimizer' ) ;
You can’t perform that action at this time.
0 commit comments