Class ContainerClusterNodePoolNodeConfigLinuxNodeConfigOutputReference

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

      • ContainerClusterNodePoolNodeConfigLinuxNodeConfigOutputReference

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

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

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

      • resetCgroupMode

        @Stability(Stable)
        public void resetCgroupMode()
      • resetSysctls

        @Stability(Stable)
        public void resetSysctls()
      • getCgroupModeInput

        @Stability(Stable)
        @Nullable
        public String getCgroupModeInput()
      • getSysctlsInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getSysctlsInput()
      • getCgroupMode

        @Stability(Stable)
        @NotNull
        public String getCgroupMode()
      • setCgroupMode

        @Stability(Stable)
        public void setCgroupMode​(@NotNull
                                  String value)
      • getSysctls

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getSysctls()
      • setSysctls

        @Stability(Stable)
        public void setSysctls​(@NotNull
                               Map<String,​String> value)