IBM COS SDK for JavaScript V2 - v1.0.0
    Preparing search index...

    Interface JournalTableConfigurationResult

    The journal table configuration for the S3 Metadata configuration.

    interface JournalTableConfigurationResult {
        TableStatus: string | undefined;
        Error?: ErrorDetails;
        TableName: string | undefined;
        TableArn?: string;
        RecordExpiration: RecordExpiration | undefined;
    }
    Index

    Properties

    TableStatus: string | undefined

    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.

    Error?: 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.

    TableName: string | undefined

    The name of the journal table.

    TableArn?: string

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

    RecordExpiration: RecordExpiration | undefined

    The journal table record expiration settings for the journal table.