Class CopyBackupEncryptionConfig (3.22.1)

CopyBackupEncryptionConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Encryption configuration for the copied backup.

Attributes

NameDescription
encryption_type google.cloud.spanner_admin_database_v1.types.CopyBackupEncryptionConfig.EncryptionType
Required. The encryption type of the backup.
kms_key_name str
Optional. The Cloud KMS key that will be used to protect the backup. This field should be set only when `encryption_type][google.spanner.admin.database.v1.CopyBackupEncryptionConfig.encryption_type]` is ``CUSTOMER_MANAGED_ENCRYPTION``. Values are of the form ``projects/

Inheritance

builtins.object > proto.message.Message > CopyBackupEncryptionConfig

Classes

EncryptionType

EncryptionType(value)

Encryption types for the backup.