View Source GoogleApi.Dataproc.V1.Model.ExecutionConfig (google_api_dataproc v0.51.0)

Execution configuration for a workload.

Attributes

  • kmsKey (type: String.t, default: nil) - Optional. The Cloud KMS key to use for encryption.
  • networkTags (type: list(String.t), default: nil) - Optional. Tags used for network traffic control.
  • networkUri (type: String.t, default: nil) - Optional. Network URI to connect workload to.
  • serviceAccount (type: String.t, default: nil) - Optional. Service account that used to execute workload.
  • subnetworkUri (type: String.t, default: nil) - Optional. Subnetwork URI to connect workload to.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Dataproc.V1.Model.ExecutionConfig{
  kmsKey: String.t() | nil,
  networkTags: [String.t()] | nil,
  networkUri: String.t() | nil,
  serviceAccount: String.t() | nil,
  subnetworkUri: String.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.