Interface LbSubnetMapping

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    LbSubnetMapping.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:53.650Z")
    @Stability(Stable)
    public interface LbSubnetMapping
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getSubnetId

        @Stability(Stable)
        @NotNull
        String getSubnetId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#subnet_id Lb#subnet_id}.
      • getAllocationId

        @Stability(Stable)
        @Nullable
        default String getAllocationId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#allocation_id Lb#allocation_id}.
      • getIpv6Address

        @Stability(Stable)
        @Nullable
        default String getIpv6Address()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#ipv6_address Lb#ipv6_address}.
      • getPrivateIpv4Address

        @Stability(Stable)
        @Nullable
        default String getPrivateIpv4Address()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lb#private_ipv4_address Lb#private_ipv4_address}.