InventoryDestinationBucket

data class InventoryDestinationBucket(val accountId: String? = null, val bucketArn: String, val encryption: InventoryDestinationBucketEncryption? = null, val format: String, val prefix: String? = null)

Constructors

Link copied to clipboard
constructor(accountId: String? = null, bucketArn: String, encryption: InventoryDestinationBucketEncryption? = null, format: String, prefix: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accountId: String? = null

ID of the account that owns the destination bucket. Recommended to be set to prevent problems if the destination bucket ownership changes.

Link copied to clipboard

Amazon S3 bucket ARN of the destination.

Link copied to clipboard

Contains the type of server-side encryption to use to encrypt the inventory (documented below).

Link copied to clipboard

Specifies the output format of the inventory results. Can be CSV, ORC or Parquet.

Link copied to clipboard
val prefix: String? = null

Prefix that is prepended to all inventory results.