/AWS1/CL_S3_S3TABLESDSTRESULT¶
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_metadatanamespace in the destination table bucket.
iv_tablearn TYPE /AWS1/S3_S3TABLESARN /AWS1/S3_S3TABLESARN¶
The Amazon Resource Name (ARN) for the metadata table in the metadata table configuration. The specified metadata table name must be unique within the
aws_s3_metadatanamespace in the destination table bucket.
iv_tablenamespace TYPE /AWS1/S3_S3TABLESNAMESPACE /AWS1/S3_S3TABLESNAMESPACE¶
The table bucket namespace for the metadata table in your metadata table configuration. This value is always
aws_s3_metadata.
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_metadatanamespace 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 |
TableArn¶
The Amazon Resource Name (ARN) for the metadata table in the metadata table configuration. The specified metadata table name must be unique within the
aws_s3_metadatanamespace in the destination table bucket.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TABLEARN() |
Getter for TABLEARN, with configurable default |
ASK_TABLEARN() |
Getter for TABLEARN w/ exceptions if field has no value |
HAS_TABLEARN() |
Determine if TABLEARN has a value |
TableNamespace¶
The table bucket namespace for the metadata table in your metadata table configuration. This value is always
aws_s3_metadata.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TABLENAMESPACE() |
Getter for TABLENAMESPACE, with configurable default |
ASK_TABLENAMESPACE() |
Getter for TABLENAMESPACE w/ exceptions if field has no valu |
HAS_TABLENAMESPACE() |
Determine if TABLENAMESPACE has a value |