Skip to content

Data Source: awsApigatewayv2Apis

Provides details about multiple Amazon API Gateway Version 2 APIs.

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.dataAwsApigatewayv2Apis.DataAwsApigatewayv2Apis(this, "example", {
  protocolType: "HTTP",
});

Argument Reference

The following arguments are supported:

  • name - (Optional) API name.
  • protocolType - (Optional) API protocol.
  • tags - (Optional) Map of tags, each pair of which must exactly match a pair on the desired APIs.

Attributes Reference

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

  • ids - Set of API identifiers.