class Aws::S3Control::Types::S3BucketDestination

A container for the bucket where the Amazon S3 Storage Lens metrics export files are located.

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

data as a hash:

    {
      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] format

@return [String]

@!attribute [rw] output_schema_version

The schema version of the export file.
@return [String]

@!attribute [rw] account_id

The account ID of the owner of the S3 Storage Lens metrics export
bucket.
@return [String]

@!attribute [rw] arn

The Amazon Resource Name (ARN) of the bucket. This property is
read-only and follows the following format: `
arn:aws:s3:us-east-1:example-account-id:bucket/your-destination-bucket-name
`
@return [String]

@!attribute [rw] prefix

The prefix of the destination bucket where the metrics export will
be delivered.
@return [String]

@!attribute [rw] encryption

The container for the type encryption of the metrics exports in this
bucket.
@return [Types::StorageLensDataExportEncryption]

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

Constants

SENSITIVE