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