Retrieve list of tags associated with a resource
Parameters
- resource_id: The ID of the resource (str)
Returns
List of tags
Each tag is an object with the following fields:
- key - tag key
- value - tag value
Output:
[
{
"key": "Name",
"value": "example-k8s-cluster"
},
{
"key": "region",
"value": "us-east-1"
}
]