-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Labels
@aws-cdk/aws-glueRelated to AWS GlueRelated to AWS Glueeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2
Description
Describe the feature
Add the jobRunQueuingEnabled property of CfnJob within aws-cdk-lib/aws-glue to Job within @aws-cdk/aws-glue-alpha.
Use Case
Setting this property currently requires a raw override; for example
(job.node.defaultChild as CfnJob).addOverride('Properties.JobRunQueuingEnabled', true)Proposed Solution
No response
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
CDK version used
v2.162.1
Environment details (OS name and version, etc.)
macOS Sequoia 15.0.1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-glueRelated to AWS GlueRelated to AWS Glueeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2