メインコンテンツまでスキップ

AWSAPIGatewayAuthorizationType

No description

enum AWSAPIGatewayAuthorizationType {
NONE
AWS_IAM
CUSTOM
COGNITO_USER_POOLS
}

Values

AWSAPIGatewayAuthorizationType.NONE

For open access

AWSAPIGatewayAuthorizationType.AWS_IAM

For using AWS IAM permissions

AWSAPIGatewayAuthorizationType.CUSTOM

For using a custom authorizer

AWSAPIGatewayAuthorizationType.COGNITO_USER_POOLS

For using a Cognito user pool

Member of

AWSAPIGatewayHTTPAPIRoute object ● AWSAPIGatewayRestAPIResourceMethod object ● AWSAPIGatewayWebSocketAPIRoute object