Class: Google::Cloud::Dataproc::V1::WorkflowTemplate::EncryptionConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::WorkflowTemplate::EncryptionConfig
- 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
-
#kms_key ⇒ ::String
Optional.
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:
- FlinkJob args
- HadoopJob args
- SparkJob args
- SparkRJob args
- PySparkJob args
- SparkSqlJob scriptVariables and queryList.queries
- HiveJob scriptVariables and queryList.queries
- PigJob scriptVariables and queryList.queries
- PrestoJob scriptVariables and queryList.queries.
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 |