aws / aws-cdk

The AWS Cloud Development Kit is a framework for defining cloud infrastructure in code
https://aws.amazon.com/cdk
Apache License 2.0
11.35k stars 3.77k forks source link

aws-imagebuilder/CfnImagePipeline: Add ```schedule.timezone``` parameter #29688

Open itsFelixH opened 3 months ago

itsFelixH commented 3 months ago

Describe the feature

AWS Image Builder Pipeline now allows you to set a time zone which is used when evaluating the cron expression. This document here shows the update: https://docs.aws.amazon.com/imagebuilder/latest/APIReference/API_Schedule.html

Affected resources:

Use Case

For timezones such as Europe/Berlin, if I want the image pipeline to be consistent all year around I need to manually update this field in the console.

Proposed Solution

No response

Other Information

No response

Acknowledgements

CDK version used

2.135.0

Environment details (OS name and version, etc.)

Amazon Linux release 2 (Karoo)

nmussy commented 3 months ago

This should be a good first issue, let me know if you want to give it a shot @itsFelixH. I can take this on otherwise 👍

itsFelixH commented 3 months ago

Sure, I'll try to do it! Thanks @nmussy

tim-finnigan commented 3 months ago

Thanks for the feature request and for working on a PR!