TableBucketReference

class aws_cdk.aws_s3tables.TableBucketReference(*, table_bucket_arn)

Bases: object

A reference to a TableBucket resource.

Parameters:

table_bucket_arn (str) – The TableBucketARN of the TableBucket resource.

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 import aws_s3tables as s3tables

table_bucket_reference = s3tables.TableBucketReference(
    table_bucket_arn="tableBucketArn"
)

Attributes

table_bucket_arn

The TableBucketARN of the TableBucket resource.