TableBucketPolicyReference

class aws_cdk.aws_s3tables.TableBucketPolicyReference(*, table_bucket_arn)

Bases: object

A reference to a TableBucketPolicy resource.

Parameters:

table_bucket_arn (str) – The TableBucketARN of the TableBucketPolicy 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_policy_reference = s3tables.TableBucketPolicyReference(
    table_bucket_arn="tableBucketArn"
)

Attributes

table_bucket_arn

The TableBucketARN of the TableBucketPolicy resource.