enum ApiKeySourceType
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.APIGateway.ApiKeySourceType |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsapigateway#ApiKeySourceType |
Java | software.amazon.awscdk.services.apigateway.ApiKeySourceType |
Python | aws_cdk.aws_apigateway.ApiKeySourceType |
TypeScript (source) | aws-cdk-lib » aws_apigateway » ApiKeySourceType |
Members
Name | Description |
---|---|
HEADER | To read the API key from the X-API-Key header of a request. |
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.
AUTHORIZER
To read the API key from the UsageIdentifierKey
from a custom authorizer.