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

Class: Aws::S3::Types::InventoryDestination

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

Overview

Note:

When passing InventoryDestination as input to an Aws::Client method, you can use a vanilla 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
      },
    },
  },
}

Specifies the inventory configuration for an Amazon S3 bucket.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#s3_bucket_destinationTypes::InventoryS3BucketDestination

Contains the bucket name, file format, bucket owner (optional), and prefix (optional) where inventory results are published.

Returns: