Class LbSubnetMappingOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:53.651Z")
    @Stability(Stable)
    public class LbSubnetMappingOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • LbSubnetMappingOutputReference

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

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

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

      • resetAllocationId

        @Stability(Stable)
        public void resetAllocationId()
      • resetIpv6Address

        @Stability(Stable)
        public void resetIpv6Address()
      • resetPrivateIpv4Address

        @Stability(Stable)
        public void resetPrivateIpv4Address()
      • getOutpostId

        @Stability(Stable)
        @NotNull
        public String getOutpostId()
      • getAllocationIdInput

        @Stability(Stable)
        @Nullable
        public String getAllocationIdInput()
      • getIpv6AddressInput

        @Stability(Stable)
        @Nullable
        public String getIpv6AddressInput()
      • getPrivateIpv4AddressInput

        @Stability(Stable)
        @Nullable
        public String getPrivateIpv4AddressInput()
      • getSubnetIdInput

        @Stability(Stable)
        @Nullable
        public String getSubnetIdInput()
      • getAllocationId

        @Stability(Stable)
        @NotNull
        public String getAllocationId()
      • setAllocationId

        @Stability(Stable)
        public void setAllocationId​(@NotNull
                                    String value)
      • getIpv6Address

        @Stability(Stable)
        @NotNull
        public String getIpv6Address()
      • setIpv6Address

        @Stability(Stable)
        public void setIpv6Address​(@NotNull
                                   String value)
      • getPrivateIpv4Address

        @Stability(Stable)
        @NotNull
        public String getPrivateIpv4Address()
      • setPrivateIpv4Address

        @Stability(Stable)
        public void setPrivateIpv4Address​(@NotNull
                                          String value)
      • getSubnetId

        @Stability(Stable)
        @NotNull
        public String getSubnetId()
      • setSubnetId

        @Stability(Stable)
        public void setSubnetId​(@NotNull
                                String value)
      • getInternalValue

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

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

        @Stability(Stable)
        public void setInternalValue​(@Nullable
                                     LbSubnetMapping value)