Class ContainerClusterClusterAutoscalingOutputReference

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

      • ContainerClusterClusterAutoscalingOutputReference

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

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

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

      • putResourceLimits

        @Stability(Stable)
        public void putResourceLimits​(@NotNull
                                      Object value)
        Parameters:
        value - This parameter is required.
      • resetAutoProvisioningDefaults

        @Stability(Stable)
        public void resetAutoProvisioningDefaults()
      • resetAutoProvisioningLocations

        @Stability(Stable)
        public void resetAutoProvisioningLocations()
      • resetAutoscalingProfile

        @Stability(Stable)
        public void resetAutoscalingProfile()
      • resetEnabled

        @Stability(Stable)
        public void resetEnabled()
      • resetResourceLimits

        @Stability(Stable)
        public void resetResourceLimits()
      • getAutoProvisioningLocationsInput

        @Stability(Stable)
        @Nullable
        public List<String> getAutoProvisioningLocationsInput()
      • getAutoscalingProfileInput

        @Stability(Stable)
        @Nullable
        public String getAutoscalingProfileInput()
      • getEnabledInput

        @Stability(Stable)
        @Nullable
        public Object getEnabledInput()
      • getResourceLimitsInput

        @Stability(Stable)
        @Nullable
        public Object getResourceLimitsInput()
      • getAutoProvisioningLocations

        @Stability(Stable)
        @NotNull
        public List<String> getAutoProvisioningLocations()
      • setAutoProvisioningLocations

        @Stability(Stable)
        public void setAutoProvisioningLocations​(@NotNull
                                                 List<String> value)
      • getAutoscalingProfile

        @Stability(Stable)
        @NotNull
        public String getAutoscalingProfile()
      • setAutoscalingProfile

        @Stability(Stable)
        public void setAutoscalingProfile​(@NotNull
                                          String value)
      • getEnabled

        @Stability(Stable)
        @NotNull
        public Object getEnabled()
      • setEnabled

        @Stability(Stable)
        public void setEnabled​(@NotNull
                               Boolean value)
      • setEnabled

        @Stability(Stable)
        public void setEnabled​(@NotNull
                               com.hashicorp.cdktf.IResolvable value)