EncryptionConfigArgs

data class EncryptionConfigArgs(val provider: Output<ProviderArgs>? = null, val resources: Output<List<String>>? = null) : ConvertibleToJava<EncryptionConfigArgs>

Definition of EncryptionConfig

Constructors

Link copied to clipboard
constructor(provider: Output<ProviderArgs>? = null, resources: Output<List<String>>? = null)

Properties

Link copied to clipboard
val provider: Output<ProviderArgs>? = null

Key Management Service (KMS) key. Either the ARN or the alias can be used.

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

Specifies the resources to be encrypted. The only supported value is secrets.

Functions

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