class Aws::S3Control::Types::StorageLensDataExport

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

@note When making an API call, you may pass StorageLensDataExport

data as a 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
          },
        },
      },
    }

@!attribute [rw] s3_bucket_destination

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>
@return [Types::S3BucketDestination]

@see docs.aws.amazon.com/goto/WebAPI/s3control-2018-08-20/StorageLensDataExport AWS API Documentation

Constants

SENSITIVE