List Tags For Resource
cloudfront_list_tags_for_resource | R Documentation |
List tags for a CloudFront resource¶
Description¶
List tags for a CloudFront resource. For more information, see Tagging a distribution in the Amazon CloudFront Developer Guide.
Usage¶
cloudfront_list_tags_for_resource(Resource)
Arguments¶
Resource |
[required] An ARN of a CloudFront resource. |
Value¶
A list with the following syntax:
list(
Tags = list(
Items = list(
list(
Key = "string",
Value = "string"
)
)
)
)
Request syntax¶
svc$list_tags_for_resource(
Resource = "string"
)