We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05f3d95 commit 4ac47dfCopy full SHA for 4ac47df
packages/aws-cdk-lib/aws-ec2/lib/vpc-endpoint.ts
@@ -463,6 +463,7 @@ export class InterfaceVpcEndpointAwsService implements IInterfaceVpcEndpointServ
463
public static readonly XRAY = new InterfaceVpcEndpointAwsService('xray');
464
public static readonly SECURITYHUB = new InterfaceVpcEndpointAwsService('securityhub');
465
public static readonly EMAIL_SMTP = new InterfaceVpcEndpointAwsService('email-smtp');
466
+ public static readonly VERIFIED_PERMISSIONS = new InterfaceVpcEndpointAwsService('verifiedpermissions');
467
468
/**
469
* The name of the service. e.g. com.amazonaws.us-east-1.ecs
0 commit comments