Interface CfnPrivateDnsNamespacePropsMixin.PrivateDnsPropertiesMutableProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPrivateDnsNamespacePropsMixin.PrivateDnsPropertiesMutableProperty.Jsii$Proxy
- Enclosing class:
CfnPrivateDnsNamespacePropsMixin
@Stability(Stable)
public static interface CfnPrivateDnsNamespacePropsMixin.PrivateDnsPropertiesMutableProperty
extends software.amazon.jsii.JsiiSerializable
DNS properties for the 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.cfnpropertymixins.services.servicediscovery.*;
PrivateDnsPropertiesMutableProperty privateDnsPropertiesMutableProperty = PrivateDnsPropertiesMutableProperty.builder()
.soa(SOAProperty.builder()
.ttl(123)
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnPrivateDnsNamespacePropsMixin.PrivateDnsPropertiesMutableProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSoa
Fields for the Start of Authority (SOA) record for the hosted zone for the private DNS namespace.Returns union: either
IResolvableorCfnPrivateDnsNamespacePropsMixin.SOAProperty- See Also:
-
builder
@Stability(Stable) static CfnPrivateDnsNamespacePropsMixin.PrivateDnsPropertiesMutableProperty.Builder builder()
-