public static interface CfnPublicDnsNamespace.PropertiesProperty
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.servicediscovery.*; PropertiesProperty propertiesProperty = PropertiesProperty.builder() .dnsProperties(PublicDnsPropertiesMutableProperty.builder() .soa(SOAProperty.builder() .ttl(123) .build()) .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnPublicDnsNamespace.PropertiesProperty.Builder
A builder for
CfnPublicDnsNamespace.PropertiesProperty |
static class |
CfnPublicDnsNamespace.PropertiesProperty.Jsii$Proxy
An implementation for
CfnPublicDnsNamespace.PropertiesProperty |
Modifier and Type | Method and Description |
---|---|
static CfnPublicDnsNamespace.PropertiesProperty.Builder |
builder() |
default java.lang.Object |
getDnsProperties()
DNS properties for the public DNS namespace.
|
default java.lang.Object getDnsProperties()
static CfnPublicDnsNamespace.PropertiesProperty.Builder builder()