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 Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for INamespace.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    (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

      @Stability(Experimental) @NotNull String getNamespaceName()
      (experimental) The name of this namespace.
    • getTableBucket

      @Stability(Experimental) @NotNull ITableBucket getTableBucket()
      (experimental) The table bucket which this namespace belongs to.