lambda_tag_resource: Adds tags to a function
Description
Adds tags
to a function.
Usage
lambda_tag_resource(Resource, Tags)
Arguments
Resource
[required] The function's Amazon Resource Name (ARN).
Tags
[required] A list of tags to apply to the function.
Request syntax
svc$tag_resource(
Resource = "string",
Tags = list(
"string"
)
)