Interface CfnPublicDnsNamespacePropsMixin.PropertiesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPublicDnsNamespacePropsMixin.PropertiesProperty.Jsii$Proxy
- Enclosing class:
CfnPublicDnsNamespacePropsMixin
@Stability(Stable)
public static interface CfnPublicDnsNamespacePropsMixin.PropertiesProperty
extends software.amazon.jsii.JsiiSerializable
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.cfnpropertymixins.services.servicediscovery.*;
PropertiesProperty propertiesProperty = PropertiesProperty.builder()
.dnsProperties(PublicDnsPropertiesMutableProperty.builder()
.soa(SOAProperty.builder()
.ttl(123)
.build())
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPublicDnsNamespacePropsMixin.PropertiesPropertystatic final classAn implementation forCfnPublicDnsNamespacePropsMixin.PropertiesProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDnsProperties
DNS properties for the public DNS namespace.Returns union: either
IResolvableorCfnPublicDnsNamespacePropsMixin.PublicDnsPropertiesMutableProperty- See Also:
-
builder
-