Skip to content

(aws-glue-alpha): (add jobRunQueuingEnabled to Job) #31826

@jdebuseamazon

Description

@jdebuseamazon

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    @aws-cdk/aws-glueRelated to AWS Glueeffort/smallSmall work item – less than a day of effortfeature-requestA feature should be added or improved.p2

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions