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-Keyheader of a request. Jsii::Enum.new("aws-cdk-lib.aws_apigateway.ApiKeySourceType", "HEADER")
- AUTHORIZER =
Deprecated.Note:
Default:
To read the API key from the
UsageIdentifierKeyfrom a custom authorizer. Jsii::Enum.new("aws-cdk-lib.aws_apigateway.ApiKeySourceType", "AUTHORIZER")