x-amazon-apigateway-auth object
Defines an authorization type to be applied for authorization of method invocations in API Gateway.
Property name | Type | Description |
---|---|---|
type |
string |
Specifies the authorization type. Specify "NONE" for
open access. Specify "AWS_IAM" to use IAM permissions.
Values are case insensitive. |
x-amazon-apigateway-auth example
The following example sets the authorization type for an API method.