@Stability(value=Stable)
public static interface CfnPublicDnsNamespace.PropertiesProperty
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.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 Object |
getDnsProperties()
DNS properties for the public DNS namespace.
|
@Stability(value=Stable) @Nullable default Object getDnsProperties()
@Stability(value=Stable) static CfnPublicDnsNamespace.PropertiesProperty.Builder builder()
Copyright © 2022. All rights reserved.