Skip to content

/AWS1/CL_S3_INVTABLECONFRESULT

The inventory table configuration for an S3 Metadata configuration.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_configurationstate TYPE /AWS1/S3_INVENTORYCONFSTATE /AWS1/S3_INVENTORYCONFSTATE

The configuration state of the inventory table, indicating whether the inventory table is enabled or disabled.

Optional arguments:

iv_tablestatus TYPE /AWS1/S3_METADATATABLESTATUS /AWS1/S3_METADATATABLESTATUS

The status of the inventory table. The status values are:

  • CREATING - The inventory table is in the process of being created in the specified Amazon Web Services managed table bucket.

  • BACKFILLING - The inventory table is in the process of being backfilled. When you enable the inventory table for your metadata configuration, the table goes through a process known as backfilling, during which Amazon S3 scans your general purpose bucket to retrieve the initial metadata for all objects in the bucket. Depending on the number of objects in your bucket, this process can take several hours. When the backfilling process is finished, the status of your inventory table changes from BACKFILLING to ACTIVE. After backfilling is completed, updates to your objects are reflected in the inventory table within one hour.

  • ACTIVE - The inventory table has been created successfully, and records are being delivered to the table.

  • FAILED - Amazon S3 is unable to create the inventory table, or Amazon S3 is unable to deliver records.

io_error TYPE REF TO /AWS1/CL_S3_ERRORDETAILS /AWS1/CL_S3_ERRORDETAILS

If an S3 Metadata V1 CreateBucketMetadataTableConfiguration or V2 CreateBucketMetadataConfiguration request 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_tablename TYPE /AWS1/S3_S3TABLESNAME /AWS1/S3_S3TABLESNAME

The name of the inventory table.

iv_tablearn TYPE /AWS1/S3_S3TABLESARN /AWS1/S3_S3TABLESARN

The Amazon Resource Name (ARN) for the inventory table.


Queryable Attributes

ConfigurationState

The configuration state of the inventory table, indicating whether the inventory table is enabled or disabled.

Accessible with the following methods

Method Description
GET_CONFIGURATIONSTATE() Getter for CONFIGURATIONSTATE, with configurable default
ASK_CONFIGURATIONSTATE() Getter for CONFIGURATIONSTATE w/ exceptions if field has no
HAS_CONFIGURATIONSTATE() Determine if CONFIGURATIONSTATE has a value

TableStatus

The status of the inventory table. The status values are:

  • CREATING - The inventory table is in the process of being created in the specified Amazon Web Services managed table bucket.

  • BACKFILLING - The inventory table is in the process of being backfilled. When you enable the inventory table for your metadata configuration, the table goes through a process known as backfilling, during which Amazon S3 scans your general purpose bucket to retrieve the initial metadata for all objects in the bucket. Depending on the number of objects in your bucket, this process can take several hours. When the backfilling process is finished, the status of your inventory table changes from BACKFILLING to ACTIVE. After backfilling is completed, updates to your objects are reflected in the inventory table within one hour.

  • ACTIVE - The inventory table has been created successfully, and records are being delivered to the table.

  • FAILED - Amazon S3 is unable to create the inventory 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 CreateBucketMetadataTableConfiguration or V2 CreateBucketMetadataConfiguration request 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 inventory 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 inventory 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