Class EdgecontainerClusterControlPlaneLocalOutputReference

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

      • EdgecontainerClusterControlPlaneLocalOutputReference

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

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

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

      • resetMachineFilter

        @Stability(Stable)
        public void resetMachineFilter()
      • resetNodeCount

        @Stability(Stable)
        public void resetNodeCount()
      • resetNodeLocation

        @Stability(Stable)
        public void resetNodeLocation()
      • resetSharedDeploymentPolicy

        @Stability(Stable)
        public void resetSharedDeploymentPolicy()
      • getMachineFilterInput

        @Stability(Stable)
        @Nullable
        public String getMachineFilterInput()
      • getNodeCountInput

        @Stability(Stable)
        @Nullable
        public Number getNodeCountInput()
      • getNodeLocationInput

        @Stability(Stable)
        @Nullable
        public String getNodeLocationInput()
      • getSharedDeploymentPolicyInput

        @Stability(Stable)
        @Nullable
        public String getSharedDeploymentPolicyInput()
      • getMachineFilter

        @Stability(Stable)
        @NotNull
        public String getMachineFilter()
      • setMachineFilter

        @Stability(Stable)
        public void setMachineFilter​(@NotNull
                                     String value)
      • getNodeCount

        @Stability(Stable)
        @NotNull
        public Number getNodeCount()
      • setNodeCount

        @Stability(Stable)
        public void setNodeCount​(@NotNull
                                 Number value)
      • getNodeLocation

        @Stability(Stable)
        @NotNull
        public String getNodeLocation()
      • setNodeLocation

        @Stability(Stable)
        public void setNodeLocation​(@NotNull
                                    String value)
      • getSharedDeploymentPolicy

        @Stability(Stable)
        @NotNull
        public String getSharedDeploymentPolicy()
      • setSharedDeploymentPolicy

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