Uses of Interface
software.amazon.awscdk.services.s3tables.alpha.INamespace
Packages that use INamespace
Package
Description
Amazon S3 Tables Construct Library
-
Uses of INamespace in software.amazon.awscdk.services.s3tables.alpha
Subinterfaces of INamespace in software.amazon.awscdk.services.s3tables.alphaModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forINamespace.Classes in software.amazon.awscdk.services.s3tables.alpha that implement INamespaceModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.class(experimental) An S3 Tables Namespace with helpers.Methods in software.amazon.awscdk.services.s3tables.alpha that return INamespaceModifier and TypeMethodDescriptionstatic INamespaceNamespace.fromNamespaceAttributes(software.constructs.Construct scope, String id, NamespaceAttributes attrs) (experimental) Import an existing namespace from its attributes.Table.getNamespace()(experimental) The namespace containing this table.TableProps.getNamespace()(experimental) The namespace under which this table is created.final INamespaceTableProps.Jsii$Proxy.getNamespace()Methods in software.amazon.awscdk.services.s3tables.alpha with parameters of type INamespaceModifier and TypeMethodDescriptionTable.Builder.namespace(INamespace namespace) (experimental) The namespace under which this table is created.TableProps.Builder.namespace(INamespace namespace) Sets the value ofTableProps.getNamespace()