Module: AWSCDK::APIGateway::APIKeySourceType

Defined in:
api_gateway/api_key_source_type.rb

Constant Summary collapse

HEADER =
Deprecated.
Note:

Default:

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

Jsii::Enum.new("aws-cdk-lib.aws_apigateway.ApiKeySourceType", "HEADER")
AUTHORIZER =
Deprecated.
Note:

Default:

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

Jsii::Enum.new("aws-cdk-lib.aws_apigateway.ApiKeySourceType", "AUTHORIZER")