WorkGroupEncryptionConfigurationArgs

data class WorkGroupEncryptionConfigurationArgs(val encryptionOption: Output<WorkGroupEncryptionOption>, val kmsKey: Output<String>? = null) : ConvertibleToJava<WorkGroupEncryptionConfigurationArgs>

If query results are encrypted in Amazon S3, indicates the encryption option used (for example, SSE-KMS or CSE-KMS) and key information.

Constructors

Link copied to clipboard
constructor(encryptionOption: Output<WorkGroupEncryptionOption>, kmsKey: Output<String>? = null)

Properties

Link copied to clipboard

Indicates whether Amazon S3 server-side encryption with Amazon S3-managed keys ( SSE_S3 ), server-side encryption with KMS-managed keys ( SSE_KMS ), or client-side encryption with KMS-managed keys ( CSE_KMS ) is used. If a query runs in a workgroup and the workgroup overrides client-side settings, then the workgroup's setting for encryption is used. It specifies whether query results must be encrypted, for all queries that run in this workgroup.

Link copied to clipboard
val kmsKey: Output<String>? = null

For SSE_KMS and CSE_KMS , this is the KMS key ARN or ID.

Functions

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