feat(stepfunctions-tasks): support idle timeout for EmrCreateCluster#31142
Conversation
go-to-k
left a comment
There was a problem hiding this comment.
Thanks for this PR. I just made a few minor comments.
packages/aws-cdk-lib/aws-stepfunctions-tasks/lib/emr/emr-create-cluster.ts
Outdated
Show resolved
Hide resolved
packages/aws-cdk-lib/aws-stepfunctions-tasks/lib/emr/emr-create-cluster.ts
Show resolved
Hide resolved
packages/aws-cdk-lib/aws-stepfunctions-tasks/lib/emr/emr-create-cluster.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: Kenta Goto (k.goto) <24818752+go-to-k@users.noreply.github.com>
…e-cluster.ts Co-authored-by: Kenta Goto (k.goto) <24818752+go-to-k@users.noreply.github.com>
…e-cluster.ts Co-authored-by: Kenta Goto (k.goto) <24818752+go-to-k@users.noreply.github.com>
…e-cluster.ts Co-authored-by: Kenta Goto (k.goto) <24818752+go-to-k@users.noreply.github.com>
|
@go-to-k |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
@Mergifyio update |
✅ Branch has been successfully updated |
|
@Mergifyio refresh |
✅ Pull request refreshed |
1 similar comment
✅ Pull request refreshed |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
|
Comments on closed issues and PRs are hard for our team to see. |
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
autoTerminationPolicyIdleTimeoutproperty to theEmrCreateClusterclass.Description of how you validated changes
Add unit tests and integ tests.
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license