Skip to content

googleComputeGlobal_\forwardingRule

Get a global forwarding rule within GCE from its name.

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.dataGoogleComputeGlobalForwardingRule.DataGoogleComputeGlobalForwardingRule(
  this,
  "my-forwarding-rule",
  {
    name: "forwarding-rule-global",
  }
);

Argument Reference

The following arguments are supported:

  • name - (Required) The name of the global forwarding rule.

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

Attributes Reference

See google_compute_global_forwarding_rule resource for details of the available attributes.