@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.051Z") @Stability(value=Experimental) public interface INamespace extends software.amazon.jsii.JsiiSerializable, IResource
| Modifier and Type | Interface and Description |
|---|---|
static interface |
INamespace.Jsii$Default
Internal default implementation for
INamespace. |
static class |
INamespace.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespaceArn()
(experimental) Namespace ARN for the Namespace.
|
String |
getNamespaceId()
(experimental) Namespace Id for the Namespace.
|
String |
getNamespaceName()
(experimental) A name for the Namespace.
|
NamespaceType |
getType()
(experimental) Type of Namespace.
|
@Stability(value=Experimental) @NotNull String getNamespaceArn()
@Stability(value=Experimental) @NotNull String getNamespaceId()
@Stability(value=Experimental) @NotNull String getNamespaceName()
@Stability(value=Experimental) @NotNull NamespaceType getType()
Copyright © 2021. All rights reserved.