Tag Resource
| swf_tag_resource | R Documentation | 
Add a tag to a Amazon SWF domain¶
Description¶
Add a tag to a Amazon SWF domain.
Amazon SWF supports a maximum of 50 tags per resource.
Usage¶
swf_tag_resource(resourceArn, tags)
Arguments¶
| resourceArn | [required] The Amazon Resource Name (ARN) for the Amazon SWF domain. | 
| tags | [required] The list of tags to add to a domain. Tags may only contain unicode letters, digits, whitespace, or these
symbols:  | 
Value¶
An empty list.
Request syntax¶
svc$tag_resource(
  resourceArn = "string",
  tags = list(
    list(
      key = "string",
      value = "string"
    )
  )
)