Class: Aws::S3Control::Types::StorageLensTableDestination

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb

Overview

A container for configuring your S3 Storage Lens reports to export to read-only S3 table buckets. This parameter enables you to store your Storage Lens metrics in a structured, queryable table format in Apache Iceberg.

For more information about S3 Storage Lens, see Assessing your storage activity and usage with S3 Storage Lens in the Amazon S3 User Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#encryptionTypes::StorageLensDataExportEncryption

A container for the encryption of the S3 Storage Lens metrics exports.



8662
8663
8664
8665
8666
8667
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8662

class StorageLensTableDestination < Struct.new(
  :is_enabled,
  :encryption)
  SENSITIVE = []
  include Aws::Structure
end

#is_enabledBoolean

A container that indicates whether the export to read-only S3 table buckets is enabled for your S3 Storage Lens configuration. When set to true, Storage Lens reports are automatically exported to tables in addition to other configured destinations.

Returns:

  • (Boolean)


8662
8663
8664
8665
8666
8667
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8662

class StorageLensTableDestination < Struct.new(
  :is_enabled,
  :encryption)
  SENSITIVE = []
  include Aws::Structure
end