Interface CfnNamespaceMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnNamespaceMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:20:04.825Z")
@Stability(Stable)
public interface CfnNamespaceMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnNamespacePropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.s3tables.*;
CfnNamespaceMixinProps cfnNamespaceMixinProps = CfnNamespaceMixinProps.builder()
.namespace("namespace")
.tableBucketArn("tableBucketArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnNamespaceMixinPropsstatic final classAn implementation forCfnNamespaceMixinProps -
Method Summary
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
CfnNamespaceMixinProps.BuilderofCfnNamespaceMixinProps
-