Skip to content
Closed
Show file tree
Hide file tree
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
12 changes: 12 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 @@ -118,6 +118,14 @@ export enum VpcEndpointIpAddressType {
* address ranges and the endpoint service accepts both IPv4 and IPv6 requests.
*/
DUALSTACK = 'dualstack',
/**
* PLACEHOLDER_COMMENT_TO_BE_FILLED_OUT
*/
SERVICE_DEFINED = 'service-defined',
/**
* PLACEHOLDER_COMMENT_TO_BE_FILLED_OUT
*/
NOT_SPECIFIED = 'not-specified',
}

/**
Expand Down Expand Up @@ -145,6 +153,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',
}

/**
Expand Down
4 changes: 2 additions & 2 deletions tools/@aws-cdk/enum-updater/lib/static-enum-mapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"VpcEndpointIpAddressType": {
"cdk_path": "aws-cdk/packages/aws-cdk-lib/aws-ec2/lib/vpc-endpoint.ts",
"sdk_service": "ec2",
"sdk_enum_name": "IpAddressType",
"sdk_enum_name": "DnsRecordIpType",
"match_percentage": 1
},
"VpcEndpointDnsRecordIpType": {
Expand Down Expand Up @@ -1371,4 +1371,4 @@
"match_percentage": 1
}
}
}
}