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