Tag Resource

POST {{aws_dynamodb_base_url}}/?Action=TagResource

Associate a set of tags with an Amazon DynamoDB resource. You can then activate these user-defined tags so that they appear on the Billing and Cost Management console for cost allocation tracking. You can call TagResource up to five times per second, per account.

Request Params

KeyDatatypeRequiredDescription
ActionstringIdentifies the Amazon DynamoDB resource to which tags should be added. This value is an Amazon Resource Name (ARN).

Request Body

{"ResourceArn"=>"arn:aws:dynamodb:us-east-1:879370021840:table/postman", "Tags"=>[{"Key"=>"Test1", "Value"=>"Test1"}]}

HEADERS

KeyDatatypeRequiredDescription
X-Amz-Targetstring
Content-Typestring

RESPONSES

status: OK

{"AccountMaxReadCapacityUnits":80000,"AccountMaxWriteCapacityUnits":80000,"TableMaxReadCapacityUnits":40000,"TableMaxWriteCapacityUnits":40000}