class Aws::S3::Types::InventoryDestination

Specifies the inventory configuration for an Amazon S3 bucket.

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

data as a hash:

    {
      s3_bucket_destination: { # required
        account_id: "AccountId",
        bucket: "BucketName", # required
        format: "CSV", # required, accepts CSV, ORC, Parquet
        prefix: "Prefix",
        encryption: {
          sses3: {
          },
          ssekms: {
            key_id: "SSEKMSKeyId", # required
          },
        },
      },
    }

@!attribute [rw] s3_bucket_destination

Contains the bucket name, file format, bucket owner (optional), and
prefix (optional) where inventory results are published.
@return [Types::InventoryS3BucketDestination]

@see docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/InventoryDestination AWS API Documentation

Constants

SENSITIVE