File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed 
packages/aws-cdk-lib/aws-ec2/lib Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,14 @@ export enum VpcEndpointIpAddressType {
118118   * address ranges and the endpoint service accepts both IPv4 and IPv6 requests. 
119119   */ 
120120  DUALSTACK  =  'dualstack' , 
121+   /** 
122+    * PLACEHOLDER_COMMENT_TO_BE_FILLED_OUT 
123+    */ 
124+   SERVICE_DEFINED  =  'service-defined' , 
125+   /** 
126+    * PLACEHOLDER_COMMENT_TO_BE_FILLED_OUT 
127+    */ 
128+   NOT_SPECIFIED  =  'not-specified' , 
121129} 
122130
123131/** 
@@ -145,6 +153,10 @@ export enum VpcEndpointDnsRecordIpType {
145153   * The IP address type must be Dualstack. 
146154   */ 
147155  SERVICE_DEFINED  =  'service-defined' , 
156+   /** 
157+    * PLACEHOLDER_COMMENT_TO_BE_FILLED_OUT 
158+    */ 
159+   NOT_SPECIFIED  =  'not-specified' , 
148160} 
149161
150162/** 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments