Class: Aws::S3Control::Types::StorageLensTableDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::StorageLensTableDestination
- 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
-
#encryption ⇒ Types::StorageLensDataExportEncryption
A container for the encryption of the S3 Storage Lens metrics exports.
-
#is_enabled ⇒ Boolean
A container that indicates whether the export to read-only S3 table buckets is enabled for your S3 Storage Lens configuration.
Instance Attribute Details
#encryption ⇒ Types::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_enabled ⇒ Boolean
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.
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 |