Class ComposerEnvironmentConfigNodeConfigOutputReference

  • 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 ComposerEnvironmentConfigNodeConfigOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • ComposerEnvironmentConfigNodeConfigOutputReference

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

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

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

      • putIpAllocationPolicy

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

        @Stability(Stable)
        public void resetDiskSizeGb()
      • resetEnableIpMasqAgent

        @Stability(Stable)
        public void resetEnableIpMasqAgent()
      • resetIpAllocationPolicy

        @Stability(Stable)
        public void resetIpAllocationPolicy()
      • resetMachineType

        @Stability(Stable)
        public void resetMachineType()
      • resetNetwork

        @Stability(Stable)
        public void resetNetwork()
      • resetOauthScopes

        @Stability(Stable)
        public void resetOauthScopes()
      • resetServiceAccount

        @Stability(Stable)
        public void resetServiceAccount()
      • resetSubnetwork

        @Stability(Stable)
        public void resetSubnetwork()
      • resetTags

        @Stability(Stable)
        public void resetTags()
      • resetZone

        @Stability(Stable)
        public void resetZone()
      • getDiskSizeGbInput

        @Stability(Stable)
        @Nullable
        public Number getDiskSizeGbInput()
      • getEnableIpMasqAgentInput

        @Stability(Stable)
        @Nullable
        public Object getEnableIpMasqAgentInput()
      • getIpAllocationPolicyInput

        @Stability(Stable)
        @Nullable
        public Object getIpAllocationPolicyInput()
      • getMachineTypeInput

        @Stability(Stable)
        @Nullable
        public String getMachineTypeInput()
      • getNetworkInput

        @Stability(Stable)
        @Nullable
        public String getNetworkInput()
      • getOauthScopesInput

        @Stability(Stable)
        @Nullable
        public List<String> getOauthScopesInput()
      • getServiceAccountInput

        @Stability(Stable)
        @Nullable
        public String getServiceAccountInput()
      • getSubnetworkInput

        @Stability(Stable)
        @Nullable
        public String getSubnetworkInput()
      • getTagsInput

        @Stability(Stable)
        @Nullable
        public List<String> getTagsInput()
      • getZoneInput

        @Stability(Stable)
        @Nullable
        public String getZoneInput()
      • getDiskSizeGb

        @Stability(Stable)
        @NotNull
        public Number getDiskSizeGb()
      • setDiskSizeGb

        @Stability(Stable)
        public void setDiskSizeGb​(@NotNull
                                  Number value)
      • getEnableIpMasqAgent

        @Stability(Stable)
        @NotNull
        public Object getEnableIpMasqAgent()
      • setEnableIpMasqAgent

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

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

        @Stability(Stable)
        @NotNull
        public String getMachineType()
      • setMachineType

        @Stability(Stable)
        public void setMachineType​(@NotNull
                                   String value)
      • getNetwork

        @Stability(Stable)
        @NotNull
        public String getNetwork()
      • setNetwork

        @Stability(Stable)
        public void setNetwork​(@NotNull
                               String value)
      • getOauthScopes

        @Stability(Stable)
        @NotNull
        public List<String> getOauthScopes()
      • setOauthScopes

        @Stability(Stable)
        public void setOauthScopes​(@NotNull
                                   List<String> value)
      • getServiceAccount

        @Stability(Stable)
        @NotNull
        public String getServiceAccount()
      • setServiceAccount

        @Stability(Stable)
        public void setServiceAccount​(@NotNull
                                      String value)
      • getSubnetwork

        @Stability(Stable)
        @NotNull
        public String getSubnetwork()
      • setSubnetwork

        @Stability(Stable)
        public void setSubnetwork​(@NotNull
                                  String value)
      • getTags

        @Stability(Stable)
        @NotNull
        public List<String> getTags()
      • setTags

        @Stability(Stable)
        public void setTags​(@NotNull
                            List<String> value)
      • getZone

        @Stability(Stable)
        @NotNull
        public String getZone()
      • setZone

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