InvalidEncryptionConfiguration
Received when encryptionConfiguration
is specified but various conditions exist which make the configuration invalid. For example, if type
is set to CUSTOMER_MANAGED_KMS_KEY
, but kmsKeyId
is null, or kmsDataKeyReusePeriodSeconds
is not between 60 and 900, or the KMS key is not symmetric or inactive.
Types
Functions
Link copied to clipboard
inline fun copy(block: InvalidEncryptionConfiguration.Builder.() -> Unit = {}): InvalidEncryptionConfiguration