@Stability(value=Stable)
public static interface CfnPrivateDnsNamespace.PropertiesProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
PropertiesProperty propertiesProperty = PropertiesProperty.builder()
.dnsProperties(PrivateDnsPropertiesMutableProperty.builder()
.soa(SOAProperty.builder()
.ttl(123)
.build())
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPrivateDnsNamespace.PropertiesProperty.Builder
A builder for
CfnPrivateDnsNamespace.PropertiesProperty |
static class |
CfnPrivateDnsNamespace.PropertiesProperty.Jsii$Proxy
An implementation for
CfnPrivateDnsNamespace.PropertiesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnPrivateDnsNamespace.PropertiesProperty.Builder |
builder() |
default Object |
getDnsProperties()
DNS properties for the private DNS namespace.
|
@Stability(value=Stable) @Nullable default Object getDnsProperties()
@Stability(value=Stable) static CfnPrivateDnsNamespace.PropertiesProperty.Builder builder()
Copyright © 2022. All rights reserved.