Uses of Interface
software.amazon.awscdk.services.servicediscovery.INamespace
Package
Description
Amazon ECS Construct Library
Amazon ECS Service Discovery Construct Library
-
Uses of INamespace in software.amazon.awscdk.services.ecs
Modifier and TypeMethodDescriptionCluster.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.final INamespace
CloudMapOptions.Jsii$Proxy.getCloudMapNamespace()
Cluster.getDefaultCloudMapNamespace()
Getter for namespace added to cluster.default INamespace
ClusterAttributes.getDefaultCloudMapNamespace()
The AWS Cloud Map namespace to associate with the cluster.final INamespace
ClusterAttributes.Jsii$Proxy.getDefaultCloudMapNamespace()
default INamespace
ICluster.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.final INamespace
ICluster.Jsii$Proxy.getDefaultCloudMapNamespace()
The AWS Cloud Map namespace to associate with the cluster.Modifier and TypeMethodDescriptionCloudMapOptions.Builder.cloudMapNamespace
(INamespace cloudMapNamespace) Sets the value ofCloudMapOptions.getCloudMapNamespace()
ClusterAttributes.Builder.defaultCloudMapNamespace
(INamespace defaultCloudMapNamespace) Sets the value ofClusterAttributes.getDefaultCloudMapNamespace()
-
Uses of INamespace in software.amazon.awscdk.services.servicediscovery
Modifier and TypeInterfaceDescriptioninterface
static interface
Internal default implementation forIHttpNamespace
.static interface
Internal default implementation forINamespace
.interface
static interface
Internal default implementation forIPrivateDnsNamespace
.interface
static interface
Internal default implementation forIPublicDnsNamespace
.Modifier and TypeClassDescriptionclass
Define an HTTP Namespace.static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.class
Define a Service Discovery HTTP Namespace.class
Define a Public DNS Namespace.Modifier and TypeMethodDescriptionIService.getNamespace()
The namespace for the Cloudmap Service.default INamespace
IService.Jsii$Default.getNamespace()
The namespace for the Cloudmap Service.final INamespace
IService.Jsii$Proxy.getNamespace()
The namespace for the Cloudmap Service.Service.getNamespace()
The namespace for the Cloudmap Service.ServiceAttributes.getNamespace()
final INamespace
ServiceAttributes.Jsii$Proxy.getNamespace()
ServiceProps.getNamespace()
The namespace that you want to use for DNS configuration.final INamespace
ServiceProps.Jsii$Proxy.getNamespace()
Modifier and TypeMethodDescriptionService.Builder.namespace
(INamespace namespace) The namespace that you want to use for DNS configuration.ServiceAttributes.Builder.namespace
(INamespace namespace) Sets the value ofServiceAttributes.getNamespace()
ServiceProps.Builder.namespace
(INamespace namespace) Sets the value ofServiceProps.getNamespace()