Tag Resource
| opsworks_tag_resource | R Documentation | 
Apply cost-allocation tags to a specified stack or layer in OpsWorks Stacks¶
Description¶
Apply cost-allocation tags to a specified stack or layer in OpsWorks Stacks. For more information about how tagging works, see Tags in the OpsWorks User Guide.
Usage¶
opsworks_tag_resource(ResourceArn, Tags)
Arguments¶
ResourceArn | 
[required] The stack or layer's Amazon Resource Number (ARN).  | 
Tags | 
[required] A map that contains tag keys and tag values that are attached to a stack or layer. 
  | 
Value¶
An empty list.
Request syntax¶
svc$tag_resource(
  ResourceArn = "string",
  Tags = list(
    "string"
  )
)