aws-cloudformation / aws-cloudformation-resource-providers-rds

The CloudFormation Resource Provider Package For Amazon Relational Database Service
https://aws.amazon.com/rds/
Apache License 2.0
26 stars 42 forks source link

[Common][All] Fix List Tags Soft Failure Parity in Read Handlers #466

Closed moataz-mhmd closed 11 months ago

moataz-mhmd commented 11 months ago

Description of changes:

Due to the absence of the tags attribute in the response of many Describe calls, only resources such as DBInstance, DBCluster, and CustomDBEngineVersion include tags in their describe call. For other resources, it is necessary to make a separate ListTagsForResource call to retrieve tags. In order to avoid inconveniencing customers who do not have List permission, this call is handled with soft failure, ensuring that they are not penalized for lacking the necessary permission.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.