-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aws-stepfunctions-tasks: Tag Batch Jobs #26336
Comments
Thanks for the feature request, We'll need to add this as a prop, and then pass it in here
I'm marking this as a p2, which means the team won't be able to get to this soon. Check out the contributing guide if you'd like to help by submitting a pull request for this feature. |
…26349) This change adds the possibility to specify the [`tags`](https://docs.aws.amazon.com/batch/latest/APIReference/API_SubmitJob.html#:~:text=Required%3A%20No-,tags,-The%20tags%20that) property in the `BatchSubmitJob` construct. Closes #26336. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
|
…ws#26349) This change adds the possibility to specify the [`tags`](https://docs.aws.amazon.com/batch/latest/APIReference/API_SubmitJob.html#:~:text=Required%3A%20No-,tags,-The%20tags%20that) property in the `BatchSubmitJob` construct. Closes aws#26336. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Describe the feature
Currently there's no way to tag a Batch job with
BatchSubmitJob
construct properties.But looks like it's supported using AWS Console.
Use Case
Categorize / manage resources used, here Batch jobs.
Proposed Solution
No response
Other Information
No response
Acknowledgements
CDK version used
2.74.0 (build 70e2a33)
Environment details (OS name and version, etc.)
MacOS
The text was updated successfully, but these errors were encountered: