Interface CfnVPCEndpointServicePropsMixin.PrivateDnsNameConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVPCEndpointServicePropsMixin.PrivateDnsNameConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnVPCEndpointServicePropsMixin
@Stability(Stable)
public static interface CfnVPCEndpointServicePropsMixin.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.cfnpropertymixins.services.ec2.*;
PrivateDnsNameConfigurationProperty privateDnsNameConfigurationProperty = PrivateDnsNameConfigurationProperty.builder()
.name("name")
.state("state")
.type("type")
.value("value")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnVPCEndpointServicePropsMixin.PrivateDnsNameConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getName
- See Also:
-
getState
- See Also:
-
getType
- See Also:
-
getValue
- See Also:
-
builder
@Stability(Stable) static CfnVPCEndpointServicePropsMixin.PrivateDnsNameConfigurationProperty.Builder builder()
-