Provides details about multiple API Gateway Authorizers.
data "aws_api_gateway_authorizers" "example" {
rest_api_id = aws_api_gateway_rest_api.example.id
}
The following arguments are required:
rest_api_id
- (Required) ID of the associated REST API.This data source exports the following attributes in addition to the arguments above:
ids
- List of Authorizer identifiers.