Interface DataprocWorkflowTemplatePlacementClusterSelector

    • Method Detail

      • getClusterLabels

        @Stability(Stable)
        @NotNull
        Map<String,​String> getClusterLabels()
        Required. The cluster labels. Cluster must have all labels to match.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#cluster_labels DataprocWorkflowTemplate#cluster_labels}

      • getZone

        @Stability(Stable)
        @Nullable
        default String getZone()
        Optional.

        The zone where workflow process executes. This parameter does not affect the selection of the cluster. If unspecified, the zone of the first cluster matching the selector is used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_workflow_template#zone DataprocWorkflowTemplate#zone}