@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:15.023Z") @Stability(value=Experimental) 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=Experimental) static PublicDnsNamespaceProps.Builder builder()
builder in interface BaseNamespacePropsPublicDnsNamespaceProps.Builder of PublicDnsNamespacePropsCopyright © 2022. All rights reserved.