Data Source: aws_api_gateway_api_key

Use this data source to get the name and value of a pre-existing API Key, for example to supply credentials for a dependency microservice.

Example Usage

data "aws_api_gateway_api_key" "my_api_key" {
  id = "ru3mpjgse6"
}

Argument Reference

Attribute Reference

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