Class ContainerNodePoolPlacementPolicyOutputReference

  • 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:19.312Z")
    @Stability(Stable)
    public class ContainerNodePoolPlacementPolicyOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • ContainerNodePoolPlacementPolicyOutputReference

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

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

        @Stability(Stable)
        public ContainerNodePoolPlacementPolicyOutputReference​(@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

      • resetPolicyName

        @Stability(Stable)
        public void resetPolicyName()
      • resetTpuTopology

        @Stability(Stable)
        public void resetTpuTopology()
      • getPolicyNameInput

        @Stability(Stable)
        @Nullable
        public String getPolicyNameInput()
      • getTpuTopologyInput

        @Stability(Stable)
        @Nullable
        public String getTpuTopologyInput()
      • getTypeInput

        @Stability(Stable)
        @Nullable
        public String getTypeInput()
      • getPolicyName

        @Stability(Stable)
        @NotNull
        public String getPolicyName()
      • setPolicyName

        @Stability(Stable)
        public void setPolicyName​(@NotNull
                                  String value)
      • getTpuTopology

        @Stability(Stable)
        @NotNull
        public String getTpuTopology()
      • setTpuTopology

        @Stability(Stable)
        public void setTpuTopology​(@NotNull
                                   String value)
      • getType

        @Stability(Stable)
        @NotNull
        public String getType()
      • setType

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