Amazon API Gateway · Schema

Method

AWSGatewayHTTP APIREST APIServerlessWebSocket

Properties

Name Type Description
httpMethod string The method's HTTP verb.
authorizationType string The method's authorization type. Valid values are NONE, AWS_IAM, CUSTOM, or COGNITO_USER_POOLS.
authorizerId string The identifier of an Authorizer to use on this method.
apiKeyRequired boolean Whether the method requires an API key.
requestValidatorId string The identifier of a RequestValidator.
operationName string A human-friendly operation identifier for the method.
requestParameters object Request parameters that can be accepted by the method. Keys identify the parameter location and name.
requestModels object Specifies the Model resources used for the request's content type.
methodResponses object Method responses keyed by status code.
methodIntegration object
View JSON Schema on GitHub