GetTags
Returns a list of tags that are associated with a resource, specified by an ARN.
Request Syntax
GET /resources/
Arn
/tags HTTP/1.1
URI Request Parameters
The request requires the following URI parameters.
- Arn
-
The ARN of the resource for which you want a list of tags. The resource must exist within the account you are using.
Pattern:
arn:aws:resource-groups:[a-z]{2}-[a-z]+-\d{1}:[0-9]{12}:group/[a-zA-Z0-9_\.-]{1,128}
Request Body
The request does not have a request body.
Response Syntax
HTTP/1.1 200 Content-type: application/json { "Arn": "string", "Tags": { "string" : "string" } }
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
- Arn
-
The ARN of the tagged resource.
Type: String
Pattern:
arn:aws:resource-groups:[a-z]{2}-[a-z]+-\d{1}:[0-9]{12}:group/[a-zA-Z0-9_\.-]{1,128}
- Tags
-
The tags associated with the specified resource.
Type: String to string map
Key Length Constraints: Minimum length of 1. Maximum length of 128.
Key Pattern:
^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$
Value Length Constraints: Minimum length of 0. Maximum length of 256.
Value Pattern:
^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$
Errors
For information about the errors that are common to all actions, see Common Errors.
- BadRequestException
-
The request does not comply with validation rules that are defined for the request parameters.
HTTP Status Code: 400
- ForbiddenException
-
The caller is not authorized to make the request.
HTTP Status Code: 403
- InternalServerErrorException
-
An internal error occurred while processing the request.
HTTP Status Code: 500
- MethodNotAllowedException
-
The request uses an HTTP method which is not allowed for the specified resource.
HTTP Status Code: 405
- NotFoundException
-
One or more resources specified in the request do not exist.
HTTP Status Code: 404
- TooManyRequestsException
-
The caller has exceeded throttling limits.
HTTP Status Code: 429
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: