Interface CfnResourceConfiguration.DnsResourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnResourceConfiguration.DnsResourceProperty.Jsii$Proxy
- Enclosing class:
CfnResourceConfiguration
@Stability(Stable)
public static interface CfnResourceConfiguration.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.services.vpclattice.*;
DnsResourceProperty dnsResourceProperty = DnsResourceProperty.builder()
.domainName("domainName")
.ipAddressType("ipAddressType")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnResourceConfiguration.DnsResourcePropertystatic final classAn implementation forCfnResourceConfiguration.DnsResourceProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The domain name of the resource configuration.The IP address type for the resource configuration.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
-