@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.761Z") @Stability(value=Experimental) public interface CloudMapNamespaceOptions extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
CloudMapNamespaceOptions.Builder
A builder for
CloudMapNamespaceOptions |
static class |
CloudMapNamespaceOptions.Jsii$Proxy
An implementation for
CloudMapNamespaceOptions |
Modifier and Type | Method and Description |
---|---|
static CloudMapNamespaceOptions.Builder |
builder() |
String |
getName()
(experimental) The name of the namespace, such as example.com.
|
default NamespaceType |
getType()
(experimental) The type of CloudMap Namespace to create.
|
default IVpc |
getVpc()
(experimental) The VPC to associate the namespace with.
|
@Stability(value=Experimental) @NotNull String getName()
@Stability(value=Experimental) @Nullable default NamespaceType getType()
Default: PrivateDns
@Stability(value=Experimental) @Nullable default IVpc getVpc()
This property is required for private DNS namespaces.
Default: VPC of the cluster for Private DNS Namespace, otherwise none
@Stability(value=Experimental) static CloudMapNamespaceOptions.Builder builder()
CloudMapNamespaceOptions.Builder
of CloudMapNamespaceOptions
Copyright © 2021. All rights reserved.