» 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
-
id
- (Required) The ID of the API Key to look up.