Skip to content

Data Source: awsDxGateway

Retrieve information about a Direct Connect Gateway.

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.dataAwsDxGateway.DataAwsDxGateway(this, "example", {
  name: "example",
});

Argument Reference

  • name - (Required) Name of the gateway to retrieve.

Attributes Reference

  • amazonSideAsn - ASN on the Amazon side of the connection.
  • id - ID of the gateway.
  • ownerAccountId - AWS Account ID of the gateway.