List Tags Of Resource

POST {{aws_dynamodb_base_url}}/?Action=ListTagsOfResource

List all tags on an Amazon DynamoDB resource. You can call ListTagsOfResource up to 10 times per second, per account.

Request Params

KeyDatatypeRequiredDescription
ActionstringThe Amazon DynamoDB resource with tags to be listed. This value is an Amazon Resource Name (ARN).

Request Body

{"ResourceArn"=>"arn:aws:dynamodb:us-east-1:879370021840:table/DevPortalCustomers"}

HEADERS

KeyDatatypeRequiredDescription
X-Amz-Targetstring
Content-Typestring

RESPONSES

status: OK

{"Tags":[]}