aws / aws-cli

Universal Command Line Interface for Amazon Web Services
Other
15.56k stars 4.13k forks source link

Make it possible to add tag to SES Configuration Set #8938

Closed LozanoMatheus closed 1 month ago

LozanoMatheus commented 1 month ago

Describe the feature

To be able to add tags to my SES Configuration Set. At this point, the CreateConfigurationSet doesn't seem to support it and I couldn't find an TagResource like some resources have (e.g. Lambda).

Use Case

Proposed Solution

No response

Other Information

No response

Acknowledgements

CLI version used

2.17.56

Environment details (OS name and version, etc.)

Python/3.11.9 Darwin/23.5.0 exe/x86_64

tim-finnigan commented 1 month ago

Thanks for reaching out. I think you are referring to the aws ses create-configuration-set command documented here: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ses/create-configuration-set.html

However, there is an SES v2 API, and it looks like you can specify --tags when running aws sesv2 create-configuration-set: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/sesv2/create-configuration-set.html

Have you tried using the the SES v2 command? I don't think the SES team would go back and add a feature to the v1 API that is available in the v2 API.

github-actions[bot] commented 1 month ago

Greetings! It looks like this issue hasn’t been active in longer than five days. We encourage you to check if this is still an issue in the latest release. In the absence of more information, we will be closing this issue soon. If you find that this is still a problem, please feel free to provide a comment or upvote with a reaction on the initial post to prevent automatic closure. If the issue is already closed, please feel free to open a new one.