InventoryDestinationBucketEncryptionArgs

data class InventoryDestinationBucketEncryptionArgs(val sseKms: Output<InventoryDestinationBucketEncryptionSseKmsArgs>? = null, val sseS3: Output<InventoryDestinationBucketEncryptionSseS3Args>? = null) : ConvertibleToJava<InventoryDestinationBucketEncryptionArgs>

Constructors

Link copied to clipboard
constructor(sseKms: Output<InventoryDestinationBucketEncryptionSseKmsArgs>? = null, sseS3: Output<InventoryDestinationBucketEncryptionSseS3Args>? = null)

Properties

Link copied to clipboard

Specifies to use server-side encryption with AWS KMS-managed keys to encrypt the inventory file (documented below).

Link copied to clipboard

Specifies to use server-side encryption with Amazon S3-managed keys (SSE-S3) to encrypt the inventory file.

Functions

Link copied to clipboard
open override fun toJava(): InventoryDestinationBucketEncryptionArgs