authorizers
Retrieves a list of authorizers
in a region
Overview
Name | authorizers |
Type | Resource |
Description | authorizers |
Id | awscc.apigatewayv2.authorizers |
Fields
Name | Datatype | Description |
---|---|---|
authorizer_id | string | |
api_id | string | The API identifier. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
authorizer_id,
api_id
FROM awscc.apigatewayv2.authorizers
WHERE region = 'us-east-1'
Permissions
To operate on the authorizers
resource, the following permissions are required:
Create
apigateway:POST,
iam:PassRole
List
apigateway:GET