Class VpcIpamPoolCidr

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.ITerraformAddressable, com.hashicorp.cdktf.ITerraformDependable, com.hashicorp.cdktf.ITerraformResource, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:55.454Z")
    @Stability(Stable)
    public class VpcIpamPoolCidr
    extends com.hashicorp.cdktf.TerraformResource
    Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/vpc_ipam_pool_cidr aws_vpc_ipam_pool_cidr}.
    • Field Detail

      • TF_RESOURCE_TYPE

        @Stability(Stable)
        public static final String TF_RESOURCE_TYPE
    • Constructor Detail

      • VpcIpamPoolCidr

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

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

        @Stability(Stable)
        public VpcIpamPoolCidr​(@NotNull
                               software.constructs.Construct scope,
                               @NotNull
                               String id,
                               @NotNull
                               VpcIpamPoolCidrConfig config)
        Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/vpc_ipam_pool_cidr aws_vpc_ipam_pool_cidr} Resource.

        Parameters:
        scope - The scope in which to define this construct. This parameter is required.
        id - The scoped construct ID. This parameter is required.
        config - This parameter is required.
    • Method Detail

      • putCidrAuthorizationContext

        @Stability(Stable)
        public void putCidrAuthorizationContext​(@NotNull
                                                VpcIpamPoolCidrCidrAuthorizationContext value)
        Parameters:
        value - This parameter is required.
      • putTimeouts

        @Stability(Stable)
        public void putTimeouts​(@NotNull
                                VpcIpamPoolCidrTimeouts value)
        Parameters:
        value - This parameter is required.
      • resetCidr

        @Stability(Stable)
        public void resetCidr()
      • resetCidrAuthorizationContext

        @Stability(Stable)
        public void resetCidrAuthorizationContext()
      • resetId

        @Stability(Stable)
        public void resetId()
      • resetNetmaskLength

        @Stability(Stable)
        public void resetNetmaskLength()
      • resetTimeouts

        @Stability(Stable)
        public void resetTimeouts()
      • synthesizeAttributes

        @Stability(Stable)
        @NotNull
        protected Map<String,​Object> synthesizeAttributes()
        Overrides:
        synthesizeAttributes in class com.hashicorp.cdktf.TerraformResource
      • getIpamPoolCidrId

        @Stability(Stable)
        @NotNull
        public String getIpamPoolCidrId()
      • getCidrInput

        @Stability(Stable)
        @Nullable
        public String getCidrInput()
      • getIdInput

        @Stability(Stable)
        @Nullable
        public String getIdInput()
      • getIpamPoolIdInput

        @Stability(Stable)
        @Nullable
        public String getIpamPoolIdInput()
      • getNetmaskLengthInput

        @Stability(Stable)
        @Nullable
        public Number getNetmaskLengthInput()
      • getTimeoutsInput

        @Stability(Stable)
        @Nullable
        public Object getTimeoutsInput()
      • getCidr

        @Stability(Stable)
        @NotNull
        public String getCidr()
      • setCidr

        @Stability(Stable)
        public void setCidr​(@NotNull
                            String value)
      • getId

        @Stability(Stable)
        @NotNull
        public String getId()
      • setId

        @Stability(Stable)
        public void setId​(@NotNull
                          String value)
      • getIpamPoolId

        @Stability(Stable)
        @NotNull
        public String getIpamPoolId()
      • setIpamPoolId

        @Stability(Stable)
        public void setIpamPoolId​(@NotNull
                                  String value)
      • getNetmaskLength

        @Stability(Stable)
        @NotNull
        public Number getNetmaskLength()
      • setNetmaskLength

        @Stability(Stable)
        public void setNetmaskLength​(@NotNull
                                     Number value)