Interface CfnPublicDnsNamespace.PublicDnsPropertiesMutableProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPublicDnsNamespace.PublicDnsPropertiesMutableProperty.Jsii$Proxy
Enclosing class:
CfnPublicDnsNamespace

@Stability(Stable) public static interface CfnPublicDnsNamespace.PublicDnsPropertiesMutableProperty extends software.amazon.jsii.JsiiSerializable
DNS properties for the public 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.*;
 PublicDnsPropertiesMutableProperty publicDnsPropertiesMutableProperty = PublicDnsPropertiesMutableProperty.builder()
         .soa(SOAProperty.builder()
                 .ttl(123)
                 .build())
         .build();