Skip to content

Data Source: awsNetworkmanagerGlobalNetwork

Retrieve information about a global network.

Example Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.dataAwsNetworkmanagerGlobalNetwork.DataAwsNetworkmanagerGlobalNetwork(
  this,
  "example",
  {
    globalNetworkId: "${var.global_network_id}",
  }
);

Argument Reference

  • globalNetworkId - (Required) ID of the specific global network to retrieve.

Attributes Reference

In addition to all arguments above, the following attributes are exported:

  • arn - ARN of the global network.
  • description - Description of the global network.
  • tags - Map of resource tags.