Class: Aws::S3Control::Types::StorageLensTableDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::StorageLensTableDestination
- Includes:
- Aws::Structure
- Defined in:
- 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*.
[1]: docs.aws.amazon.com/AmazonS3/latest/userguide/storage_lens.html
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.
8740 8741 8742 8743 8744 8745 |
# File 'lib/aws-sdk-s3control/types.rb', line 8740 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.
8740 8741 8742 8743 8744 8745 |
# File 'lib/aws-sdk-s3control/types.rb', line 8740 class StorageLensTableDestination < Struct.new( :is_enabled, :encryption) SENSITIVE = [] include Aws::Structure end |