Data Source: aws_api_gateway_authorizer

Provides details about a specific API Gateway Authorizer.

Example Usage

data "aws_api_gateway_authorizer" "example" {
  rest_api_id   = aws_api_gateway_rest_api.example.id
  authorizer_id = data.aws_api_gateway_authorizers.example.ids[0]
}

Argument Reference

The following arguments are required:

Attribute Reference

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