---
title: "POST /tag-resource"
method: POST
path: "/tag-resource"
---

# POST /tag-resource

`POST /tag-resource`

Adds or updates tags for a Route 53 Global Resolver resource. Tags are key-value pairs that help you organize and identify your resources.

Route 53 Global Resolver is a global service that supports resolvers in multiple Amazon Web Services Regions but you must specify the US East (Ohio) Region to create, update, or otherwise work with Route 53 Global Resolver resources. That is, for example, specify `--region us-east-2` on Amazon Web Services CLI commands.

## Request body

- object
  - `resourceArn` string, required — Amazon Resource Name (ARN) of the resource to be tagged.
  - `tags` object, required — An array of user-defined keys and optional values. These tags can be used for categorization and organization.

## Response `200`

Success

- TagResourceResponse

## Other responses

- `480` — ValidationException
- `481` — ServiceQuotaExceededException
- `482` — ResourceNotFoundException

---

[API](https://skmtc.net/aws/apis/route53globalresolver.md) · [All operations](https://skmtc.net/aws/apis/route53globalresolver/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/route53globalresolver/versions/5ebf158d0c4b/schema)
