@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.048Z") @Stability(value=Stable) public interface CfnPrivateDnsNamespaceProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnPrivateDnsNamespaceProps.Builder
A builder for
CfnPrivateDnsNamespaceProps |
static class |
CfnPrivateDnsNamespaceProps.Jsii$Proxy
An implementation for
CfnPrivateDnsNamespaceProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnPrivateDnsNamespaceProps.Builder |
builder() |
default String |
getDescription()
`AWS::ServiceDiscovery::PrivateDnsNamespace.Description`.
|
String |
getName()
`AWS::ServiceDiscovery::PrivateDnsNamespace.Name`.
|
default List<CfnTag> |
getTags()
`AWS::ServiceDiscovery::PrivateDnsNamespace.Tags`.
|
String |
getVpc()
`AWS::ServiceDiscovery::PrivateDnsNamespace.Vpc`.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull String getVpc()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnPrivateDnsNamespaceProps.Builder builder()
Copyright © 2021. All rights reserved.