Class DataprocWorkflowTemplatePlacementClusterSelectorOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:20.812Z")
    @Stability(Stable)
    public class DataprocWorkflowTemplatePlacementClusterSelectorOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • DataprocWorkflowTemplatePlacementClusterSelectorOutputReference

        protected DataprocWorkflowTemplatePlacementClusterSelectorOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • DataprocWorkflowTemplatePlacementClusterSelectorOutputReference

        protected DataprocWorkflowTemplatePlacementClusterSelectorOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • DataprocWorkflowTemplatePlacementClusterSelectorOutputReference

        @Stability(Stable)
        public DataprocWorkflowTemplatePlacementClusterSelectorOutputReference​(@NotNull
                                                                               com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                               @NotNull
                                                                               String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • resetZone

        @Stability(Stable)
        public void resetZone()
      • getClusterLabelsInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getClusterLabelsInput()
      • getZoneInput

        @Stability(Stable)
        @Nullable
        public String getZoneInput()
      • getClusterLabels

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getClusterLabels()
      • setClusterLabels

        @Stability(Stable)
        public void setClusterLabels​(@NotNull
                                     Map<String,​String> value)
      • getZone

        @Stability(Stable)
        @NotNull
        public String getZone()
      • setZone

        @Stability(Stable)
        public void setZone​(@NotNull
                            String value)