Class WorkflowTemplatePlacementClusterSelectorArgs


  • public final class WorkflowTemplatePlacementClusterSelectorArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • clusterLabels

        public com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>> clusterLabels()
        Returns:
        Required. The cluster labels. Cluster must have all labels to match.
      • zone

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> zone()
        Returns:
        Optional. The zone where the Compute Engine cluster will be located. On a create request, it is required in the "global" region. If omitted in a non-global Dataproc region, the service will pick a zone in the corresponding Compute Engine region. On a get request, zone will always be present. A full URL, partial URI, or short name are valid. Examples: * `https://www.googleapis.com/compute/v1/projects/` * `us-central1-f`