1 Answer
- Newest
- Most votes
- Most comments
2
As always in AWS you are paying for API calls, not parameters. So here you will only pay for usage of KMS service.
Here you can find that for String and StringList this parameter is simply ignored.
So you can have it for all calls and the cost will not be affected :)
answered 3 years ago
Relevant content
- asked 6 months ago
- asked 2 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated a year ago
Thanks for the quick reply. This solves my doubt