Interface CfnNamespaceProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnNamespaceProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.112.0 (build de1bc80)",
date="2025-07-16T11:43:22.231Z")
@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 class
A builder forCfnNamespaceProps
static final class
An implementation forCfnNamespaceProps
-
Method Summary
Modifier and TypeMethodDescriptionstatic CfnNamespaceProps.Builder
builder()
The name of the namespace.The Amazon Resource Name (ARN) of the specified table bucket.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 specified table bucket.- See Also:
-
builder
- Returns:
- a
CfnNamespaceProps.Builder
ofCfnNamespaceProps
-