ApplicationEncryptionConfigurationArgs

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

Constructors

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

Properties

Link copied to clipboard
val kmsKeyId: Output<String>

Identifier of the AWS KMS key that is used to encrypt your data. Amazon Q doesn't support asymmetric keys.

Functions

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