Skip to content

Commit 4ac47df

Browse files
authored
chore(ec2): add verified permissions vpc interface endpoint (#27026)
Add Verified Permissions VPC Endpoint to `InterfaceVpcEndpointAwsService` so we can create one by using class property. see: https://docs.aws.amazon.com/verifiedpermissions/latest/userguide/vpc-interface-endpoints.html ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 05f3d95 commit 4ac47df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,7 @@ export class InterfaceVpcEndpointAwsService implements IInterfaceVpcEndpointServ
463463
public static readonly XRAY = new InterfaceVpcEndpointAwsService('xray');
464464
public static readonly SECURITYHUB = new InterfaceVpcEndpointAwsService('securityhub');
465465
public static readonly EMAIL_SMTP = new InterfaceVpcEndpointAwsService('email-smtp');
466+
public static readonly VERIFIED_PERMISSIONS = new InterfaceVpcEndpointAwsService('verifiedpermissions');
466467

467468
/**
468469
* The name of the service. e.g. com.amazonaws.us-east-1.ecs

0 commit comments

Comments
 (0)