Learn R Programming

paws.application.integration (version 0.1.5)

swf_tag_resource: Add a tag to a Amazon SWF domain

Description

Add a tag to a Amazon SWF domain.

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: _ . : / = + - @.

Request syntax

svc$tag_resource(
  resourceArn = "string",
  tags = list(
    list(
      key = "string",
      value = "string"
    )
  )
)

Details

Amazon SWF supports a maximum of 50 tags per resource.