Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/aws-cdk-lib/aws-ec2/lib/vpc-endpoint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,10 @@ export enum VpcEndpointDnsRecordIpType {
* The IP address type must be Dualstack.
*/
SERVICE_DEFINED = 'service-defined',
/**
* PLACEHOLDER_COMMENT_TO_BE_FILLED_OUT
*/
NOT_SPECIFIED = 'not-specified',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We do not need to add this value because it is already set as the CFN default so there's no need to manually add it. Will add an exclusion for this value and close this PR.

}

/**
Expand Down