Skip to content

Commit

Permalink
feat(stepfunctions-tasks): support idle timeout for EmrCreateCluster (#…
Browse files Browse the repository at this point in the history
…31142)

### Issue # (if applicable)

Closes #29926 .

### Reason for this change
To support IdleTimeout for EmrCreateCluster.

Ref: https://docs.aws.amazon.com/emr/latest/APIReference/API_RunJobFlow.html#EMR-RunJobFlow-request-AutoTerminationPolicy



### Description of changes
Add `autoTerminationPolicyIdleTimeout` property to the `EmrCreateCluster` class.



### Description of how you validated changes
Add unit tests and integ tests.



### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
mazyu36 committed Sep 13, 2024
1 parent 4068af3 commit 432ffaf
Show file tree
Hide file tree
Showing 13 changed files with 35,270 additions and 0 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 432ffaf

Please sign in to comment.