@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:19.265Z") @Stability(value=Stable) public interface PublicDnsNamespaceProps extends software.amazon.jsii.JsiiSerializable, BaseNamespaceProps
// 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.*;
PublicDnsNamespaceProps publicDnsNamespaceProps = PublicDnsNamespaceProps.builder()
.name("name")
// the properties below are optional
.description("description")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
PublicDnsNamespaceProps.Builder
A builder for
PublicDnsNamespaceProps |
static class |
PublicDnsNamespaceProps.Jsii$Proxy
An implementation for
PublicDnsNamespaceProps |
| Modifier and Type | Method and Description |
|---|---|
static PublicDnsNamespaceProps.Builder |
builder() |
getDescription, getName@Stability(value=Stable) static PublicDnsNamespaceProps.Builder builder()
builder in interface BaseNamespacePropsPublicDnsNamespaceProps.Builder of PublicDnsNamespacePropsCopyright © 2021. All rights reserved.