Interface CfnResourceConfigurationPropsMixin.DnsResourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnResourceConfigurationPropsMixin.DnsResourceProperty.Jsii$Proxy
- Enclosing class:
CfnResourceConfigurationPropsMixin
@Stability(Stable)
public static interface CfnResourceConfigurationPropsMixin.DnsResourceProperty
extends software.amazon.jsii.JsiiSerializable
The domain name of the resource configuration.
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.vpclattice.*;
DnsResourceProperty dnsResourceProperty = DnsResourceProperty.builder()
.domainName("domainName")
.ipAddressType("ipAddressType")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnResourceConfigurationPropsMixin.DnsResourcePropertystatic final classAn implementation forCfnResourceConfigurationPropsMixin.DnsResourceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDomainName
The domain name of the resource configuration.- See Also:
-
getIpAddressType
The IP address type for the resource configuration.Dualstack is not currently supported.
- See Also:
-
builder
-