Skip to content
Discussion options

You must be logged in to vote

Actually this works:
service: new cdk.aws_ec2.InterfaceVpcEndpointAwsService("codedeploy"),
There is just no static variable listed for that one:
https://github.com/aws/aws-cdk/blob/main/packages/%40aws-cdk/aws-ec2/lib/vpc-endpoint.ts#L260
Adding one for Code Deploy could allow a service endpoint to be created like this:
service: cdk.aws_ec2.InterfaceVpcEndpointAwsService.CODE_DEPLOY
Which is more in line with the other services.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by kernelpanic-bf
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant