enum ApiKeySourceType
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.APIGateway.ApiKeySourceType |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsapigateway#ApiKeySourceType |
![]() | software.amazon.awscdk.services.apigateway.ApiKeySourceType |
![]() | aws_cdk.aws_apigateway.ApiKeySourceType |
![]() | 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.