Tag Resource
opsworkscm_tag_resource | R Documentation |
Applies tags to an AWS OpsWorks for Chef Automate or AWS OpsWorks for Puppet Enterprise server, or to server backups¶
Description¶
Applies tags to an AWS OpsWorks for Chef Automate or AWS OpsWorks for Puppet Enterprise server, or to server backups.
Usage¶
opsworkscm_tag_resource(ResourceArn, Tags)
Arguments¶
ResourceArn |
[required] The Amazon Resource Number (ARN) of a resource to
which you want to apply tags. For example, |
Tags |
[required] A map that contains tag keys and tag values to attach to AWS OpsWorks-CM servers or backups.
|
Value¶
An empty list.
Request syntax¶
svc$tag_resource(
ResourceArn = "string",
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)