| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CloudMapNamespaceOptions.Jsii$Proxy
An implementation for
CloudMapNamespaceOptions |
| Modifier and Type | Method and Description |
|---|---|
CloudMapNamespaceOptions |
CloudMapNamespaceOptions.Builder.build()
Builds the configured instance.
|
default CloudMapNamespaceOptions |
ClusterProps.getDefaultCloudMapNamespace()
(experimental) The service discovery namespace created in this cluster.
|
CloudMapNamespaceOptions |
ClusterProps.Jsii$Proxy.getDefaultCloudMapNamespace() |
| Modifier and Type | Method and Description |
|---|---|
INamespace |
Cluster.addDefaultCloudMapNamespace(CloudMapNamespaceOptions options)
(experimental) Add an AWS Cloud Map DNS namespace for this cluster.
|
Cluster.Builder |
Cluster.Builder.defaultCloudMapNamespace(CloudMapNamespaceOptions defaultCloudMapNamespace)
(experimental) The service discovery namespace created in this cluster.
|
ClusterProps.Builder |
ClusterProps.Builder.defaultCloudMapNamespace(CloudMapNamespaceOptions defaultCloudMapNamespace)
Sets the value of
ClusterProps.getDefaultCloudMapNamespace() |
| Constructor and Description |
|---|
Jsii$Proxy(AddCapacityOptions capacity,
String clusterName,
Boolean containerInsights,
CloudMapNamespaceOptions defaultCloudMapNamespace,
Boolean enableFargateCapacityProviders,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
ClusterProps.Builder. |
Copyright © 2021. All rights reserved.