EncryptionConfigResponse

data class EncryptionConfigResponse(val provider: ProviderResponse? = null, val resources: List<String>? = null)

Definition of EncryptionConfig

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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

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