encryptionConfiguration

@JvmName(name = "fhghodsvoenmdfxb")
suspend fun encryptionConfiguration(value: Output<WorkGroupEncryptionConfigurationArgs>)
@JvmName(name = "ravbgqtsmmlckcov")
suspend fun encryptionConfiguration(value: WorkGroupEncryptionConfigurationArgs?)

Parameters

value

If query results are encrypted in Amazon S3, indicates the encryption option used (for example, SSE_KMS or CSE_KMS ) and key information. This is a client-side setting. If workgroup settings override client-side settings, then the query uses the encryption configuration that is specified for the workgroup, and also uses the location for storing query results specified in the workgroup. See EnforceWorkGroupConfiguration and Override client-side settings .


@JvmName(name = "gmiikqywwfmcvaxj")
suspend fun encryptionConfiguration(argument: suspend WorkGroupEncryptionConfigurationArgsBuilder.() -> Unit)

Parameters

argument

If query results are encrypted in Amazon S3, indicates the encryption option used (for example, SSE_KMS or CSE_KMS ) and key information. This is a client-side setting. If workgroup settings override client-side settings, then the query uses the encryption configuration that is specified for the workgroup, and also uses the location for storing query results specified in the workgroup. See EnforceWorkGroupConfiguration and Override client-side settings .