Interface INamespace
- All Superinterfaces:
- software.constructs.IConstruct,- software.constructs.IDependable,- IResource,- software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
- IHttpNamespace,- IHttpNamespace.Jsii$Default,- INamespace.Jsii$Default,- IPrivateDnsNamespace,- IPrivateDnsNamespace.Jsii$Default,- IPublicDnsNamespace,- IPublicDnsNamespace.Jsii$Default
- All Known Implementing Classes:
- HttpNamespace,- IHttpNamespace.Jsii$Proxy,- INamespace.Jsii$Proxy,- IPrivateDnsNamespace.Jsii$Proxy,- IPublicDnsNamespace.Jsii$Proxy,- PrivateDnsNamespace,- PublicDnsNamespace
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
           date="2025-10-29T11:15:48.803Z")
@Stability(Stable)
public interface INamespace
extends software.amazon.jsii.JsiiSerializable, IResource
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forINamespace.static final classA proxy class which represents a concrete javascript instance of this type.
- 
Method SummaryModifier and TypeMethodDescriptionNamespace ARN for the Namespace.Namespace Id for the Namespace.A name for the Namespace.getType()Type of Namespace.Methods inherited from interface software.constructs.IConstructgetNodeMethods inherited from interface software.amazon.awscdk.IResourceapplyRemovalPolicy, getEnv, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable$jsii$toJson
- 
Method Details- 
getNamespaceArnNamespace ARN for the Namespace.
- 
getNamespaceIdNamespace Id for the Namespace.
- 
getNamespaceNameA name for the Namespace.
- 
getTypeType of Namespace.
 
-