You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing StorageLensDataExport as input to an Aws::Client method, you can use a vanilla Hash:

{
  s3_bucket_destination: { # required
    format: "CSV", # required, accepts CSV, Parquet
    output_schema_version: "V_1", # required, accepts V_1
    account_id: "AccountId", # required
    arn: "S3BucketArnString", # required
    prefix: "Prefix",
    encryption: {
      sses3: {
      },
      ssekms: {
        key_id: "SSEKMSKeyId", # required
      },
    },
  },
}

A container to specify the properties of your S3 Storage Lens metrics export, including the destination, schema, and format.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucket_destinationTypes::S3BucketDestination

A container for the bucket where the S3 Storage Lens metrics export will be located.

Returns: