| 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 |
|---|---|
INamespace |
Cluster.addDefaultCloudMapNamespace(CloudMapNamespaceOptions options)
Add an AWS Cloud Map DNS namespace for this cluster.
|
default INamespace |
CloudMapOptions.getCloudMapNamespace()
The service discovery namespace for the Cloud Map service to attach to the ECS service.
|
INamespace |
CloudMapOptions.Jsii$Proxy.getCloudMapNamespace() |
INamespace |
Cluster.getDefaultCloudMapNamespace()
Getter for namespace added to cluster.
|
default INamespace |
ClusterAttributes.getDefaultCloudMapNamespace()
The AWS Cloud Map namespace to associate with the cluster.
|
INamespace |
ClusterAttributes.Jsii$Proxy.getDefaultCloudMapNamespace() |
default INamespace |
ICluster.getDefaultCloudMapNamespace()
The AWS Cloud Map namespace to associate with the cluster.
|
INamespace |
ICluster.Jsii$Proxy.getDefaultCloudMapNamespace()
The AWS Cloud Map namespace to associate with the cluster.
|
default INamespace |
ICluster.Jsii$Default.getDefaultCloudMapNamespace()
The AWS Cloud Map namespace to associate with the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
CloudMapOptions.Builder |
CloudMapOptions.Builder.cloudMapNamespace(INamespace cloudMapNamespace)
Sets the value of
CloudMapOptions.getCloudMapNamespace() |
ClusterAttributes.Builder |
ClusterAttributes.Builder.defaultCloudMapNamespace(INamespace defaultCloudMapNamespace)
Sets the value of
ClusterAttributes.getDefaultCloudMapNamespace() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IHttpNamespace |
static interface |
IHttpNamespace.Jsii$Default
Internal default implementation for
IHttpNamespace. |
static interface |
INamespace.Jsii$Default
Internal default implementation for
INamespace. |
interface |
IPrivateDnsNamespace |
static interface |
IPrivateDnsNamespace.Jsii$Default
Internal default implementation for
IPrivateDnsNamespace. |
interface |
IPublicDnsNamespace |
static interface |
IPublicDnsNamespace.Jsii$Default
Internal default implementation for
IPublicDnsNamespace. |
| Modifier and Type | Class and Description |
|---|---|
class |
HttpNamespace
Define an HTTP Namespace.
|
static class |
IHttpNamespace.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
static class |
INamespace.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
static class |
IPrivateDnsNamespace.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
static class |
IPublicDnsNamespace.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
PrivateDnsNamespace
Define a Service Discovery HTTP Namespace.
|
class |
PublicDnsNamespace
Define a Public DNS Namespace.
|
| Modifier and Type | Method and Description |
|---|---|
INamespace |
ServiceProps.getNamespace()
The namespace that you want to use for DNS configuration.
|
INamespace |
ServiceProps.Jsii$Proxy.getNamespace() |
INamespace |
Service.getNamespace()
The namespace for the Cloudmap Service.
|
INamespace |
IService.getNamespace()
The namespace for the Cloudmap Service.
|
INamespace |
IService.Jsii$Proxy.getNamespace()
The namespace for the Cloudmap Service.
|
default INamespace |
IService.Jsii$Default.getNamespace()
The namespace for the Cloudmap Service.
|
INamespace |
ServiceAttributes.getNamespace() |
INamespace |
ServiceAttributes.Jsii$Proxy.getNamespace() |
| Modifier and Type | Method and Description |
|---|---|
ServiceProps.Builder |
ServiceProps.Builder.namespace(INamespace namespace)
Sets the value of
ServiceProps.getNamespace() |
Service.Builder |
Service.Builder.namespace(INamespace namespace)
The namespace that you want to use for DNS configuration.
|
ServiceAttributes.Builder |
ServiceAttributes.Builder.namespace(INamespace namespace)
Sets the value of
ServiceAttributes.getNamespace() |
Copyright © 2022. All rights reserved.