- Authentication
- Gateway
AWS API Gateway Auth Object
Defines an authorization type to be applied for authorization of method invocations in API Gateway.
{"openapi":"3.0.1","info":{"title":"openapi3","version":"1.0"},"paths":{"/protected-by-iam":{"get":{"x-amazon-apigateway-auth":{"type":"AWS_IAM"}}}}}