Class: Google::Cloud::Dataproc::V1::WorkflowTemplate::EncryptionConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataproc/v1/workflow_templates.rb

Overview

Encryption settings for encrypting workflow template job arguments.

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key::String

Returns Optional. The Cloud KMS key name to use for encrypting workflow template job arguments.

When this this key is provided, the following workflow template job arguments, if present, are CMEK encrypted:

Returns:



132
133
134
135
# File 'proto_docs/google/cloud/dataproc/v1/workflow_templates.rb', line 132

class EncryptionConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end