Class: Aws::S3::Types::JournalTableConfiguration

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

Overview

The journal table configuration for an S3 Metadata configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_configurationTypes::MetadataTableEncryptionConfiguration

The encryption configuration for the journal table.



10657
10658
10659
10660
10661
10662
# File 'lib/aws-sdk-s3/types.rb', line 10657

class JournalTableConfiguration < Struct.new(
  :record_expiration,
  :encryption_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#record_expirationTypes::RecordExpiration

The journal table record expiration settings for the journal table.



10657
10658
10659
10660
10661
10662
# File 'lib/aws-sdk-s3/types.rb', line 10657

class JournalTableConfiguration < Struct.new(
  :record_expiration,
  :encryption_configuration)
  SENSITIVE = []
  include Aws::Structure
end