EncryptionConfigArgs

data class EncryptionConfigArgs(val kmsKeyName: Output<String>? = null) : ConvertibleToJava<EncryptionConfigArgs>

The encryption options for the Cloud Composer environment and its dependencies.Supported for Cloud Composer environments in versions composer-1..-airflow-..*.

Constructors

Link copied to clipboard
fun EncryptionConfigArgs(kmsKeyName: Output<String>? = null)

Functions

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

Properties

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

Optional. Customer-managed Encryption Key available through Google's Key Management Service. Cannot be updated. If not specified, Google-managed key will be used.