Interface CfnVPCEndpointService.PrivateDnsNameConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnVPCEndpointService.PrivateDnsNameConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnVPCEndpointService

@Stability(Stable) public static interface CfnVPCEndpointService.PrivateDnsNameConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.ec2.*;
 PrivateDnsNameConfigurationProperty privateDnsNameConfigurationProperty = PrivateDnsNameConfigurationProperty.builder()
         .name("name")
         .state("state")
         .type("type")
         .value("value")
         .build();
 

See Also: