Interface INamespace
- All Superinterfaces:
software.constructs.IConstruct
,software.constructs.IDependable
,IResource
,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
INamespace.Jsii$Default
- All Known Implementing Classes:
INamespace.Jsii$Proxy
,Namespace
@Generated(value="jsii-pacmak/1.112.0 (build de1bc80)",
date="2025-08-06T18:14:48.671Z")
@Stability(Experimental)
public interface INamespace
extends software.amazon.jsii.JsiiSerializable, IResource
(experimental) Represents an S3 Tables Namespace.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forINamespace
.static final class
A proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescription(experimental) The name of this namespace.(experimental) The table bucket which this namespace belongs to.Methods inherited from interface software.constructs.IConstruct
getNode
Methods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getEnv, getStack
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getNamespaceName
(experimental) The name of this namespace. -
getTableBucket
(experimental) The table bucket which this namespace belongs to.
-