Tag Resource
licensemanager_tag_resource | R Documentation |
Adds the specified tags to the specified resource¶
Description¶
Adds the specified tags to the specified resource. The following resources support tagging in License Manager:
-
Licenses
-
Grants
-
License configurations
-
Report generators
Usage¶
licensemanager_tag_resource(ResourceArn, Tags)
Arguments¶
ResourceArn |
[required] Amazon Resource Name (ARN) of the resource. The following examples provide an example ARN for each supported resource in License Manager:
|
Tags |
[required] One or more tags. |
Value¶
An empty list.
Request syntax¶
svc$tag_resource(
ResourceArn = "string",
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)