Open
Description
Describe the bug
And the props only support one:
aws-cdk/packages/aws-cdk-lib/aws-logs/lib/query-definition.ts
Lines 57 to 62 in d8e6c09
Regression Issue
- Select this option if this issue appears to be a regression.
Last Known Working CDK Library Version
latest
Expected Behavior
Support 2 stats.
You can use as many as two stats commands in a single query. This enables you to perform an additional aggregation on the output of the first aggregation.
Current Behavior
Supports 1 stats.
Reproduction Steps
Look at the code.
Possible Solution
Add support for 2 stats.
Additional Information/Context
No response
AWS CDK Library version (aws-cdk-lib)
N/A
AWS CDK CLI version
N/A
Node.js Version
N/A
OS
N/A
Language
TypeScript
Language Version
N/A
Other information
No response