@Stability(value=Stable)
public static interface CfnPublicDnsNamespace.PublicDnsPropertiesMutableProperty
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.*;
PublicDnsPropertiesMutableProperty publicDnsPropertiesMutableProperty = PublicDnsPropertiesMutableProperty.builder()
.soa(SOAProperty.builder()
.ttl(123)
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPublicDnsNamespace.PublicDnsPropertiesMutableProperty.Builder
A builder for
CfnPublicDnsNamespace.PublicDnsPropertiesMutableProperty |
static class |
CfnPublicDnsNamespace.PublicDnsPropertiesMutableProperty.Jsii$Proxy
An implementation for
CfnPublicDnsNamespace.PublicDnsPropertiesMutableProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPublicDnsNamespace.PublicDnsPropertiesMutableProperty.Builder |
builder() |
default Object |
getSoa()
Start of Authority (SOA) record for the hosted zone for the public DNS namespace.
|
@Stability(value=Stable) @Nullable default Object getSoa()
@Stability(value=Stable) static CfnPublicDnsNamespace.PublicDnsPropertiesMutableProperty.Builder builder()
Copyright © 2022. All rights reserved.