Interface AlloydbInstanceNetworkConfig

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

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:17.301Z")
    @Stability(Stable)
    public interface AlloydbInstanceNetworkConfig
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getAuthorizedExternalNetworks

        @Stability(Stable)
        @Nullable
        default Object getAuthorizedExternalNetworks()
        authorized_external_networks block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/alloydb_instance#authorized_external_networks AlloydbInstance#authorized_external_networks}

      • getEnablePublicIp

        @Stability(Stable)
        @Nullable
        default Object getEnablePublicIp()
        Enabling public ip for the instance.

        If a user wishes to disable this, please also clear the list of the authorized external networks set on the same instance. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/alloydb_instance#enable_public_ip AlloydbInstance#enable_public_ip}