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: