Describe the bug
The conditional workflow trigger (addconditionalTrigger) in version 2.182.0-alpha.0 of the aws-glue-alpha package contains inconsistent casing and should be updated to camel case.
Regression Issue
Last Known Working CDK Version
No response
Expected Behavior
The conditional workflow trigger (addconditionalTrigger) is updated to camel case (addConditionalTrigger).
Current Behavior
The conditional workflow trigger is addconditionalTrigger, which contains inconsistent casing.
Reproduction Steps
N/A
Possible Solution
public addConditionalTrigger(id: string, options: ConditionalTriggerOptions): CfnTrigger {
Additional Information/Context
No response
CDK CLI Version
2.1003.0
Framework Version
2.182.0-alpha.0
Node.js Version
v20.18.3
OS
Ubuntu 22.04.5 LTS
Language
TypeScript
Language Version
TypeScript (~5.5.2)
Other information
No response
Describe the bug
The conditional workflow trigger (
addconditionalTrigger) in version2.182.0-alpha.0of theaws-glue-alphapackage contains inconsistent casing and should be updated to camel case.Regression Issue
Last Known Working CDK Version
No response
Expected Behavior
The conditional workflow trigger (
addconditionalTrigger) is updated to camel case (addConditionalTrigger).Current Behavior
The conditional workflow trigger is
addconditionalTrigger, which contains inconsistent casing.Reproduction Steps
N/A
Possible Solution
Additional Information/Context
No response
CDK CLI Version
2.1003.0
Framework Version
2.182.0-alpha.0
Node.js Version
v20.18.3
OS
Ubuntu 22.04.5 LTS
Language
TypeScript
Language Version
TypeScript (~5.5.2)
Other information
No response