ApiKeySourceType

class aws_cdk.aws_apigateway.ApiKeySourceType(*values)

Bases: Enum

Attributes

AUTHORIZER

To read the API key from the UsageIdentifierKey from a custom authorizer.

HEADER

To read the API key from the X-API-Key header of a request.