Closed LozanoMatheus closed 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.
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.
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 anTagResource
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