Skip to content

googleBeyondcorpAppGateway

Get information about a Google BeyondCorp App Gateway.

Example Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as google from "./.gen/providers/google";
/*The following providers are missing schema information and might need manual adjustments to synthesize correctly: google.
For a more precise conversion please use the --provider flag in convert.*/
new google.dataGoogleBeyondcorpAppGateway.DataGoogleBeyondcorpAppGateway(
  this,
  "my-beyondcorp-app-gateway",
  {
    name: "my-beyondcorp-app-gateway",
  }
);

Argument Reference

The following arguments are supported:

  • name - (Required) The name of the App Gateway.

  • project - (Optional) The project in which the resource belongs. If it is not provided, the provider project is used.

  • region - (Optional) The region in which the resource belongs. If it is not provided, the provider region is used.

Attributes Reference

See google_beyondcorp_app_gateway resource for details of the available attributes.