ListTagsForResource
List tags for a CloudFront resource. For more information, see Tagging a distribution in the Amazon CloudFront Developer Guide.
Request Syntax
GET /2020-05-31/tagging?Resource=Resource
HTTP/1.1
URI Request Parameters
The request uses the following URI parameters.
- Resource
-
An ARN of a CloudFront resource.
Pattern:
arn:aws(-cn)?:cloudfront::[0-9]+:.*
Required: Yes
Request Body
The request does not have a request body.
Response Syntax
HTTP/1.1 200
<?xml version="1.0" encoding="UTF-8"?>
<Tags>
<Items>
<Tag>
<Key>string</Key>
<Value>string</Value>
</Tag>
</Items>
</Tags>
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in XML format by the service.
Errors
For information about the errors that are common to all actions, see Common Errors.
- AccessDenied
-
Access denied.
HTTP Status Code: 403
- InvalidArgument
-
An argument is invalid.
HTTP Status Code: 400
- InvalidTagging
-
The tagging specified is not valid.
HTTP Status Code: 400
- NoSuchResource
-
A resource that was specified is not valid.
HTTP Status Code: 404
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: