/AWS1/CL_S3_JOURTABLECONFRSLT¶
The journal table configuration for the S3 Metadata configuration.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_tablestatus TYPE /AWS1/S3_METADATATABLESTATUS /AWS1/S3_METADATATABLESTATUS¶
The status of the journal table. The status values are:
CREATING- The journal table is in the process of being created in the specified table bucket.
ACTIVE- The journal table has been created successfully, and records are being delivered to the table.
FAILED- Amazon S3 is unable to create the journal table, or Amazon S3 is unable to deliver records.
iv_tablename TYPE /AWS1/S3_S3TABLESNAME /AWS1/S3_S3TABLESNAME¶
The name of the journal table.
io_recordexpiration TYPE REF TO /AWS1/CL_S3_RECORDEXPIRATION /AWS1/CL_S3_RECORDEXPIRATION¶
The journal table record expiration settings for the journal table.
Optional arguments:¶
io_error TYPE REF TO /AWS1/CL_S3_ERRORDETAILS /AWS1/CL_S3_ERRORDETAILS¶
If an S3 Metadata V1
CreateBucketMetadataTableConfigurationor V2CreateBucketMetadataConfigurationrequest succeeds, but S3 Metadata was unable to create the table, this structure contains the error code and error message.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.
iv_tablearn TYPE /AWS1/S3_S3TABLESARN /AWS1/S3_S3TABLESARN¶
The Amazon Resource Name (ARN) for the journal table.
Queryable Attributes¶
TableStatus¶
The status of the journal table. The status values are:
CREATING- The journal table is in the process of being created in the specified table bucket.
ACTIVE- The journal table has been created successfully, and records are being delivered to the table.
FAILED- Amazon S3 is unable to create the journal table, or Amazon S3 is unable to deliver records.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TABLESTATUS() |
Getter for TABLESTATUS, with configurable default |
ASK_TABLESTATUS() |
Getter for TABLESTATUS w/ exceptions if field has no value |
HAS_TABLESTATUS() |
Determine if TABLESTATUS has a value |
Error¶
If an S3 Metadata V1
CreateBucketMetadataTableConfigurationor V2CreateBucketMetadataConfigurationrequest succeeds, but S3 Metadata was unable to create the table, this structure contains the error code and error message.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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERROR() |
Getter for ERROR |
TableName¶
The name of the journal table.
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 journal table.
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 |
RecordExpiration¶
The journal table record expiration settings for the journal table.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECORDEXPIRATION() |
Getter for RECORDEXPIRATION |