Tag Resource
wellarchitected_tag_resource | R Documentation |
Adds one or more tags to the specified resource¶
Description¶
Adds one or more tags to the specified resource.
The WorkloadArn parameter can be a workload ARN, a custom lens ARN, a profile ARN, or review template ARN.
Usage¶
wellarchitected_tag_resource(WorkloadArn, Tags)
Arguments¶
WorkloadArn |
[required] |
Tags |
[required] The tags for the resource. |
Value¶
An empty list.
Request syntax¶
svc$tag_resource(
WorkloadArn = "string",
Tags = list(
"string"
)
)