| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| software.amazon.awscdk.services.servicediscovery |
Amazon ECS Service Discovery Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default NamespaceType |
CloudMapNamespaceOptions.getType()
The type of CloudMap Namespace to create.
|
NamespaceType |
CloudMapNamespaceOptions.Jsii$Proxy.getType() |
| Modifier and Type | Method and Description |
|---|---|
CloudMapNamespaceOptions.Builder |
CloudMapNamespaceOptions.Builder.type(NamespaceType type)
Sets the value of
CloudMapNamespaceOptions.getType() |
| Modifier and Type | Method and Description |
|---|---|
NamespaceType |
PrivateDnsNamespace.getType()
Type of the namespace.
|
NamespaceType |
IPublicDnsNamespace.Jsii$Proxy.getType()
Type of Namespace.
|
default NamespaceType |
IPublicDnsNamespace.Jsii$Default.getType()
Type of Namespace.
|
NamespaceType |
IPrivateDnsNamespace.Jsii$Proxy.getType()
Type of Namespace.
|
default NamespaceType |
IPrivateDnsNamespace.Jsii$Default.getType()
Type of Namespace.
|
NamespaceType |
PublicDnsNamespace.getType()
Type of the namespace.
|
NamespaceType |
HttpNamespace.getType()
Type of the namespace.
|
NamespaceType |
INamespace.getType()
Type of Namespace.
|
NamespaceType |
INamespace.Jsii$Proxy.getType()
Type of Namespace.
|
default NamespaceType |
INamespace.Jsii$Default.getType()
Type of Namespace.
|
NamespaceType |
IHttpNamespace.Jsii$Proxy.getType()
Type of Namespace.
|
default NamespaceType |
IHttpNamespace.Jsii$Default.getType()
Type of Namespace.
|
static NamespaceType |
NamespaceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NamespaceType[] |
NamespaceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022. All rights reserved.