CfnNamespaceMixinProps
- class aws_cdk.mixins_preview.aws_s3tables.mixins.CfnNamespaceMixinProps(*, namespace=None, table_bucket_arn=None)
Bases:
objectProperties for CfnNamespacePropsMixin.
- Parameters:
namespace (
Optional[str]) – The name of the namespace.table_bucket_arn (
Optional[str]) – The Amazon Resource Name (ARN) of the table bucket to create the namespace in.
- See:
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-s3tables-namespace.html
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_s3tables import mixins as s3tables_mixins cfn_namespace_mixin_props = s3tables_mixins.CfnNamespaceMixinProps( namespace="namespace", table_bucket_arn="tableBucketArn" )
Attributes
- namespace
The name of the namespace.
- table_bucket_arn
The Amazon Resource Name (ARN) of the table bucket to create the namespace in.