Tag Resource
cloudfront_tag_resource | R Documentation |
Add tags to a CloudFront resource¶
Description¶
Add tags to a CloudFront resource. For more information, see Tagging a distribution in the Amazon CloudFront Developer Guide.
Usage¶
cloudfront_tag_resource(Resource, Tags)
Arguments¶
Resource |
[required] An ARN of a CloudFront resource. |
Tags |
[required] A complex type that contains zero or more
|
Value¶
An empty list.
Request syntax¶
svc$tag_resource(
Resource = "string",
Tags = list(
Items = list(
list(
Key = "string",
Value = "string"
)
)
)
)