Interface BeyondcorpAppConnectionGateway

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

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

      • getAppGateway

        @Stability(Stable)
        @NotNull
        String getAppGateway()
        AppGateway name in following format: projects/{project_id}/locations/{locationId}/appgateways/{gateway_id}.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_connection#app_gateway BeyondcorpAppConnection#app_gateway}

      • getType

        @Stability(Stable)
        @Nullable
        default String getType()
        The type of hosting used by the gateway. Refer to https://cloud.google.com/beyondcorp/docs/reference/rest/v1/projects.locations.appConnections#Type_1 for a list of possible values.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/beyondcorp_app_connection#type BeyondcorpAppConnection#type}