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
Key | Datatype | Required | Description |
---|---|---|---|
Action | string | Identifies 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
Key | Datatype | Required | Description |
---|---|---|---|
X-Amz-Target | string | ||
Content-Type | string |
RESPONSES
status: OK
{"AccountMaxReadCapacityUnits":80000,"AccountMaxWriteCapacityUnits":80000,"TableMaxReadCapacityUnits":40000,"TableMaxWriteCapacityUnits":40000}