Uses of Interface
software.amazon.awscdk.services.servicediscovery.INamespace
Packages that use INamespace
Package
Description
Amazon ECS Construct Library
Amazon ECS Service Discovery Construct Library
-
Uses of INamespace in software.amazon.awscdk.services.ecs
Methods in software.amazon.awscdk.services.ecs that return INamespaceModifier and TypeMethodDescriptionCluster.addDefaultCloudMapNamespace(CloudMapNamespaceOptions options) Add an AWS Cloud Map DNS namespace for this cluster.Cluster.addExistingDefaultCloudMapNamespace(ExistingCloudMapNamespaceOptions options) Use an existing AWS Cloud Map namespace as the default namespace for this cluster.default INamespaceCloudMapOptions.getCloudMapNamespace()The service discovery namespace for the Cloud Map service to attach to the ECS service.final INamespaceCloudMapOptions.Jsii$Proxy.getCloudMapNamespace()Cluster.getDefaultCloudMapNamespace()Getter for namespace added to cluster.default INamespaceClusterAttributes.getDefaultCloudMapNamespace()The AWS Cloud Map namespace to associate with the cluster.final INamespaceClusterAttributes.Jsii$Proxy.getDefaultCloudMapNamespace()default INamespaceICluster.getDefaultCloudMapNamespace()The AWS Cloud Map namespace to associate with the cluster.default INamespaceICluster.Jsii$Default.getDefaultCloudMapNamespace()The AWS Cloud Map namespace to associate with the cluster.ExistingCloudMapNamespaceOptions.getNamespace()The existing Cloud Map namespace to use as the cluster's default namespace.final INamespaceExistingCloudMapNamespaceOptions.Jsii$Proxy.getNamespace()Methods in software.amazon.awscdk.services.ecs with parameters of type INamespaceModifier and TypeMethodDescriptionCloudMapOptions.Builder.cloudMapNamespace(INamespace cloudMapNamespace) Sets the value ofCloudMapOptions.getCloudMapNamespace()ClusterAttributes.Builder.defaultCloudMapNamespace(INamespace defaultCloudMapNamespace) Sets the value ofClusterAttributes.getDefaultCloudMapNamespace()ExistingCloudMapNamespaceOptions.Builder.namespace(INamespace namespace) Sets the value ofExistingCloudMapNamespaceOptions.getNamespace() -
Uses of INamespace in software.amazon.awscdk.services.servicediscovery
Subinterfaces of INamespace in software.amazon.awscdk.services.servicediscoveryModifier and TypeInterfaceDescriptioninterfacestatic interfaceInternal default implementation forIHttpNamespace.static interfaceInternal default implementation forINamespace.interfacestatic interfaceInternal default implementation forIPrivateDnsNamespace.interfacestatic interfaceInternal default implementation forIPublicDnsNamespace.Classes in software.amazon.awscdk.services.servicediscovery that implement INamespaceModifier and TypeClassDescriptionclassDefine an HTTP Namespace.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.classDefine a Service Discovery HTTP Namespace.classDefine a Public DNS Namespace.Methods in software.amazon.awscdk.services.servicediscovery that return INamespaceModifier and TypeMethodDescriptionIService.getNamespace()The namespace for the Cloudmap Service.default INamespaceIService.Jsii$Default.getNamespace()The namespace for the Cloudmap Service.Service.getNamespace()The namespace for the Cloudmap Service.ServiceAttributes.getNamespace()final INamespaceServiceAttributes.Jsii$Proxy.getNamespace()ServiceProps.getNamespace()The namespace that you want to use for DNS configuration.final INamespaceServiceProps.Jsii$Proxy.getNamespace()Methods in software.amazon.awscdk.services.servicediscovery with parameters of type INamespaceModifier 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()