Class: Aws::S3Control::Types::StorageLensDataExport
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Control::Types::StorageLensDataExport
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-s3control/types.rb
Overview
A container to specify the properties of your S3 Storage Lens metrics export, including the destination, schema, and format.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_watch_metrics ⇒ Types::CloudWatchMetrics
A container for enabling Amazon CloudWatch publishing for S3 Storage Lens metrics.
-
#s3_bucket_destination ⇒ Types::S3BucketDestination
A container for the bucket where the S3 Storage Lens metrics export will be located.
Instance Attribute Details
#cloud_watch_metrics ⇒ Types::CloudWatchMetrics
A container for enabling Amazon CloudWatch publishing for S3 Storage Lens metrics.
7805 7806 7807 7808 7809 7810 |
# File 'lib/aws-sdk-s3control/types.rb', line 7805 class StorageLensDataExport < Struct.new( :s3_bucket_destination, :cloud_watch_metrics) SENSITIVE = [] include Aws::Structure end |
#s3_bucket_destination ⇒ Types::S3BucketDestination
A container for the bucket where the S3 Storage Lens metrics export will be located.
<note markdown=“1”> This bucket must be located in the same Region as the storage lens configuration.
</note>
7805 7806 7807 7808 7809 7810 |
# File 'lib/aws-sdk-s3control/types.rb', line 7805 class StorageLensDataExport < Struct.new( :s3_bucket_destination, :cloud_watch_metrics) SENSITIVE = [] include Aws::Structure end |