ApplicationEncryptionConfigurationArgs

data class ApplicationEncryptionConfigurationArgs(val kmsKeyId: Output<String>? = null) : ConvertibleToJava<ApplicationEncryptionConfigurationArgs>

Constructors

Link copied to clipboard
constructor(kmsKeyId: Output<String>? = null)

Properties

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

The identifier of the AWS KMS key. Amazon Q Business doesn't support asymmetric keys.

Functions

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