copilot-cli icon indicating copy to clipboard operation
copilot-cli copied to clipboard

[Feature Request]: Logging Retention for Scheduled Job Configuration through Manifest

Open HoosCoding opened this issue 1 year ago • 1 comments

Describe your idea/feature/enhancement

I wish Copilot would allow me to customize the logging retention policy for my Scheduled Job through the manifest file.

Proposal

Currently, there is a way to customize the logging retention policy for other Copilot services such as the load balanced web service through the manifest file using the logging.retention config. Having a similar config for the Scheduled Job would allow users of copilot to define a logging retention policy that best matches their business needs.

Additional Details

HoosCoding avatar Aug 22 '24 02:08 HoosCoding

Hello @HoosCoding for a workaround to unblock: can you use override to update the field in our generated CFN template? https://aws.github.io/copilot-cli/docs/developing/overrides/yamlpatch/

iamhopaul123 avatar Aug 30 '24 20:08 iamhopaul123