Class: Aws::S3Control::Types::StorageLensDataExport

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cloud_watch_metricsTypes::CloudWatchMetrics

A container for enabling Amazon CloudWatch publishing for S3 Storage Lens metrics.



7804
7805
7806
7807
7808
7809
# File 'lib/aws-sdk-s3control/types.rb', line 7804

class StorageLensDataExport < Struct.new(
  :s3_bucket_destination,
  :cloud_watch_metrics)
  SENSITIVE = []
  include Aws::Structure
end

#s3_bucket_destinationTypes::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>


7804
7805
7806
7807
7808
7809
# File 'lib/aws-sdk-s3control/types.rb', line 7804

class StorageLensDataExport < Struct.new(
  :s3_bucket_destination,
  :cloud_watch_metrics)
  SENSITIVE = []
  include Aws::Structure
end