Interface CfnNamespaceProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnNamespaceProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-29T11:15:47.881Z")
@Stability(Stable)
public interface CfnNamespaceProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnNamespace.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.s3tables.*;
CfnNamespaceProps cfnNamespaceProps = CfnNamespaceProps.builder()
.namespace("namespace")
.tableBucketArn("tableBucketArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnNamespacePropsstatic final classAn implementation forCfnNamespaceProps -
Method Summary
Modifier and TypeMethodDescriptionstatic CfnNamespaceProps.Builderbuilder()The name of the namespace.The Amazon Resource Name (ARN) of the table bucket to create the namespace in.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getNamespace
The name of the namespace.- See Also:
-
getTableBucketArn
The Amazon Resource Name (ARN) of the table bucket to create the namespace in.- See Also:
-
builder
- Returns:
- a
CfnNamespaceProps.BuilderofCfnNamespaceProps
-