Interface CfnPrivateDnsNamespace.SOAProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPrivateDnsNamespace.SOAProperty.Jsii$Proxy
- Enclosing class:
- CfnPrivateDnsNamespace
@Stability(Stable)
public static interface CfnPrivateDnsNamespace.SOAProperty
extends software.amazon.jsii.JsiiSerializable
Start of Authority (SOA) properties for a public or private DNS namespace.
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.*; SOAProperty sOAProperty = SOAProperty.builder() .ttl(123) .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPrivateDnsNamespace.SOAProperty
static final class
An implementation forCfnPrivateDnsNamespace.SOAProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTtl
The time to live (TTL) for purposes of negative caching. -
builder
-