Class: Aws::S3::Types::JournalTableConfigurationResult

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-s3/types.rb

Overview

The journal table configuration for the S3 Metadata configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::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.

<note markdown=“1”> 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.

</note>

[1]: docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucketMetadataConfiguration.html

Returns:



10711
10712
10713
10714
10715
10716
10717
10718
10719
# File 'lib/aws-sdk-s3/types.rb', line 10711

class JournalTableConfigurationResult < Struct.new(
  :table_status,
  :error,
  :table_name,
  :table_arn,
  :record_expiration)
  SENSITIVE = []
  include Aws::Structure
end

#record_expirationTypes::RecordExpiration

The journal table record expiration settings for the journal table.



10711
10712
10713
10714
10715
10716
10717
10718
10719
# File 'lib/aws-sdk-s3/types.rb', line 10711

class JournalTableConfigurationResult < Struct.new(
  :table_status,
  :error,
  :table_name,
  :table_arn,
  :record_expiration)
  SENSITIVE = []
  include Aws::Structure
end

#table_arnString

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

Returns:

  • (String)


10711
10712
10713
10714
10715
10716
10717
10718
10719
# File 'lib/aws-sdk-s3/types.rb', line 10711

class JournalTableConfigurationResult < Struct.new(
  :table_status,
  :error,
  :table_name,
  :table_arn,
  :record_expiration)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

The name of the journal table.

Returns:

  • (String)


10711
10712
10713
10714
10715
10716
10717
10718
10719
# File 'lib/aws-sdk-s3/types.rb', line 10711

class JournalTableConfigurationResult < Struct.new(
  :table_status,
  :error,
  :table_name,
  :table_arn,
  :record_expiration)
  SENSITIVE = []
  include Aws::Structure
end

#table_statusString

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.

Returns:

  • (String)


10711
10712
10713
10714
10715
10716
10717
10718
10719
# File 'lib/aws-sdk-s3/types.rb', line 10711

class JournalTableConfigurationResult < Struct.new(
  :table_status,
  :error,
  :table_name,
  :table_arn,
  :record_expiration)
  SENSITIVE = []
  include Aws::Structure
end