api-gateway: support kinesis firehose as access log destination in aws-cdk-lib.aws_apigateway.StageOptions #27954
Labels
@aws-cdk/aws-apigateway
Related to Amazon API Gateway
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
Kinesis firehose is an option for access logging through AWS console:
https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-logging-to-kinesis.html
Currently only
cdk.aws_apigateway.IAccessLogDestination
is accepted for accessLogDestination inaws-cdk-lib.aws_apigateway.StageOptions
with no way option of providing a firehose data stream meaning only Cloudwatch logs is possible for access logsUse Case
I want to be able to use cdk to deploy an rest api with kinesis firehose as an access logging destination
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.87.0
Environment details (OS name and version, etc.)
linux
The text was updated successfully, but these errors were encountered: