---
title: "POST /tagResource"
method: POST
path: "/tagResource"
---

# POST /tagResource

`POST /tagResource`

Associate tags with a resource. For more information, see <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Tagging resources</a> in the <a href="https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html">Amazon Bedrock User Guide</a>.

## Request body

- object
  - `resourceARN` string, required — The Amazon Resource Name (ARN) of the resource to tag.
  - `tags` Tag[], required — Tags to associate with the resource.
    - `key` string, required — Key for the tag.
    - `value` string, required — Value for the tag.

## Response `200`

Success

- TagResourceResponse

## Other responses

- `480` — ResourceNotFoundException
- `481` — AccessDeniedException
- `482` — ValidationException
- `483` — InternalServerException
- `484` — TooManyTagsException
- `485` — ThrottlingException

---

[API](https://skmtc.net/aws/apis/bedrock.md) · [All operations](https://skmtc.net/aws/apis/bedrock/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/bedrock/revisions/3bc874e43ecd/schema)
