Interface CfnPublicDnsNamespace.SOAProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPublicDnsNamespace.SOAProperty.Jsii$Proxy
- Enclosing class:
CfnPublicDnsNamespace
@Stability(Stable)
public static interface CfnPublicDnsNamespace.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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnPublicDnsNamespace.SOAProperty
static final class
An implementation forCfnPublicDnsNamespace.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.- See Also:
-
builder
-