Provides details about multiple Amazon API Gateway Version 2 APIs.
data "aws_apigatewayv2_apis" "example" {
protocol_type = "HTTP"
}
This data source supports the following arguments:
name
- (Optional) API name.protocol_type
- (Optional) API protocol.tags
- (Optional) Map of tags, each pair of which must exactly match
a pair on the desired APIs.This data source exports the following attributes in addition to the arguments above:
ids
- Set of API identifiers.