/AWS1/CL_S3_S3TABLESDST¶
The destination information for a V1 S3 Metadata configuration. The destination table bucket must
be in the same Region and Amazon Web Services account as the general purpose bucket. The specified metadata table name
must be unique within the aws_s3_metadata
namespace in the destination table bucket.
If you created your S3 Metadata configuration before July 15, 2025, we recommend that you delete and re-create your configuration by using CreateBucketMetadataConfiguration so that you can expire journal table records and create a live inventory table.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_tablebucketarn
TYPE /AWS1/S3_S3TABLESBUCKETARN
/AWS1/S3_S3TABLESBUCKETARN
¶
The Amazon Resource Name (ARN) for the table bucket that's specified as the destination in the metadata table configuration. The destination table bucket must be in the same Region and Amazon Web Services account as the general purpose bucket.
iv_tablename
TYPE /AWS1/S3_S3TABLESNAME
/AWS1/S3_S3TABLESNAME
¶
The name for the metadata table in your metadata table configuration. The specified metadata table name must be unique within the
aws_s3_metadata
namespace in the destination table bucket.
Queryable Attributes¶
TableBucketArn¶
The Amazon Resource Name (ARN) for the table bucket that's specified as the destination in the metadata table configuration. The destination table bucket must be in the same Region and Amazon Web Services account as the general purpose bucket.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TABLEBUCKETARN() |
Getter for TABLEBUCKETARN, with configurable default |
ASK_TABLEBUCKETARN() |
Getter for TABLEBUCKETARN w/ exceptions if field has no valu |
HAS_TABLEBUCKETARN() |
Determine if TABLEBUCKETARN has a value |
TableName¶
The name for the metadata table in your metadata table configuration. The specified metadata table name must be unique within the
aws_s3_metadata
namespace in the destination table bucket.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TABLENAME() |
Getter for TABLENAME, with configurable default |
ASK_TABLENAME() |
Getter for TABLENAME w/ exceptions if field has no value |
HAS_TABLENAME() |
Determine if TABLENAME has a value |