Skip to content

Commit 3dd12ba

Browse files
chore(ec2): add new enum values for ec2
1 parent a59d579 commit 3dd12ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,10 @@ export enum VpcEndpointDnsRecordIpType {
145145
* The IP address type must be Dualstack.
146146
*/
147147
SERVICE_DEFINED = 'service-defined',
148+
/**
149+
* PLACEHOLDER_COMMENT_TO_BE_FILLED_OUT
150+
*/
151+
NOT_SPECIFIED = 'not-specified',
148152
}
149153

150154
/**

0 commit comments

Comments
 (0)