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