Class CreateEncryptionConfigRequest (2.10.0)

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

Create EncryptionConfig Request

Attributes

Name Description
parent str
Required. The location at which the EncryptionConfig is to be created.
encryption_config_id str
Required. The ID of the EncryptionConfig to create. The ID must contain only letters (a-z, A-Z), numbers (0-9), and hyphens (-). The maximum size is 63 characters. The first character must be a letter. The last character must be a letter or a number.
encryption_config google.cloud.dataplex_v1.types.EncryptionConfig
Required. The EncryptionConfig to create.