Skip to main content

models

Retrieves a list of models in a region

Overview

Namemodels
TypeResource
Descriptionmodels
Idawscc.apigatewayv2.models

Fields

NameDatatypeDescription
api_idstringThe API identifier.
model_idstring
regionstringAWS 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