Data Source: aws_apigatewayv2_api

Provides details about a specific Amazon API Gateway Version 2 API.

Example Usage

data "aws_apigatewayv2_api" "example" {
  api_id = "aabbccddee"
}

Argument Reference

The arguments of this data source act as filters for querying the available APIs in the current region. The given filters must match exactly one API whose data will be exported as attributes.

This argument supports the following arguments:

Attribute Reference

This data source exports the following attributes in addition to the arguments above:

The cors_configuration object supports the following: