get App Gateway
Get information about a Google BeyondCorp App Gateway.
Example Usage
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.gcp.beyondcorp.BeyondcorpFunctions;
import com.pulumi.gcp.beyondcorp.inputs.GetAppGatewayArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var my-beyondcorp-app-gateway = BeyondcorpFunctions.getAppGateway(GetAppGatewayArgs.builder()
.name("my-beyondcorp-app-gateway")
.build());
}
}
Content copied to clipboard
Return
A collection of values returned by getAppGateway.
Parameters
argument
A collection of arguments for invoking getAppGateway.
suspend fun getAppGateway(name: String, project: String? = null, region: String? = null): GetAppGatewayResult
Return
A collection of values returned by getAppGateway.
Parameters
name
The name of the App Gateway.
project
The project in which the resource belongs. If it is not provided, the provider project is used.
region
The region in which the resource belongs. If it is not provided, the provider region is used.
See also
suspend fun getAppGateway(argument: suspend GetAppGatewayPlainArgsBuilder.() -> Unit): GetAppGatewayResult
Return
A collection of values returned by getAppGateway.
Parameters
argument
Builder for com.pulumi.gcp.beyondcorp.kotlin.inputs.GetAppGatewayPlainArgs.