Enum ApiKeySourceType
- Namespace
- Amazon.CDK.AWS.APIGateway
- Assembly
- Amazon.CDK.AWS.APIGateway.dll
public enum ApiKeySourceType
Fields
AUTHORIZER = 1
To read the API key from the
UsageIdentifierKey
from a custom authorizer.HEADER = 0
To read the API key from the
X-API-Key
header of a request.