Class ComposerEnvironmentConfigNodeConfigIpAllocationPolicyOutputReference

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

      • ComposerEnvironmentConfigNodeConfigIpAllocationPolicyOutputReference

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

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

        @Stability(Stable)
        public ComposerEnvironmentConfigNodeConfigIpAllocationPolicyOutputReference​(@NotNull
                                                                                    com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                                    @NotNull
                                                                                    String terraformAttribute,
                                                                                    @NotNull
                                                                                    Number complexObjectIndex,
                                                                                    @NotNull
                                                                                    Boolean complexObjectIsFromSet)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
        complexObjectIndex - the index of this item in the list. This parameter is required.
        complexObjectIsFromSet - whether the list is wrapping a set (will add tolist() to be able to access an item via an index). This parameter is required.
    • Method Detail

      • resetClusterIpv4CidrBlock

        @Stability(Stable)
        public void resetClusterIpv4CidrBlock()
      • resetClusterSecondaryRangeName

        @Stability(Stable)
        public void resetClusterSecondaryRangeName()
      • resetServicesIpv4CidrBlock

        @Stability(Stable)
        public void resetServicesIpv4CidrBlock()
      • resetServicesSecondaryRangeName

        @Stability(Stable)
        public void resetServicesSecondaryRangeName()
      • resetUseIpAliases

        @Stability(Stable)
        public void resetUseIpAliases()
      • getClusterIpv4CidrBlockInput

        @Stability(Stable)
        @Nullable
        public String getClusterIpv4CidrBlockInput()
      • getClusterSecondaryRangeNameInput

        @Stability(Stable)
        @Nullable
        public String getClusterSecondaryRangeNameInput()
      • getServicesIpv4CidrBlockInput

        @Stability(Stable)
        @Nullable
        public String getServicesIpv4CidrBlockInput()
      • getServicesSecondaryRangeNameInput

        @Stability(Stable)
        @Nullable
        public String getServicesSecondaryRangeNameInput()
      • getUseIpAliasesInput

        @Stability(Stable)
        @Nullable
        public Object getUseIpAliasesInput()
      • getClusterIpv4CidrBlock

        @Stability(Stable)
        @NotNull
        public String getClusterIpv4CidrBlock()
      • setClusterIpv4CidrBlock

        @Stability(Stable)
        public void setClusterIpv4CidrBlock​(@NotNull
                                            String value)
      • getClusterSecondaryRangeName

        @Stability(Stable)
        @NotNull
        public String getClusterSecondaryRangeName()
      • setClusterSecondaryRangeName

        @Stability(Stable)
        public void setClusterSecondaryRangeName​(@NotNull
                                                 String value)
      • getServicesIpv4CidrBlock

        @Stability(Stable)
        @NotNull
        public String getServicesIpv4CidrBlock()
      • setServicesIpv4CidrBlock

        @Stability(Stable)
        public void setServicesIpv4CidrBlock​(@NotNull
                                             String value)
      • getServicesSecondaryRangeName

        @Stability(Stable)
        @NotNull
        public String getServicesSecondaryRangeName()
      • setServicesSecondaryRangeName

        @Stability(Stable)
        public void setServicesSecondaryRangeName​(@NotNull
                                                  String value)
      • getUseIpAliases

        @Stability(Stable)
        @NotNull
        public Object getUseIpAliases()
      • setUseIpAliases

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

        @Stability(Stable)
        public void setUseIpAliases​(@NotNull
                                    com.hashicorp.cdktf.IResolvable value)
      • getInternalValue

        @Stability(Stable)
        @Nullable
        public Object getInternalValue()
      • setInternalValue

        @Stability(Stable)
        public void setInternalValue​(@Nullable
                                     com.hashicorp.cdktf.IResolvable value)