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