Learn R Programming

paws.customer.engagement (version 0.1.6)

connect_tag_resource: Adds the specified tags to the specified resource

Description

Adds the specified tags to the specified resource.

Usage

connect_tag_resource(resourceArn, tags)

Arguments

resourceArn

[required] The Amazon Resource Name (ARN) of the resource.

tags

[required] One or more tags. For example, { \"tags\": {\"key1\":\"value1\", \"key2\":\"value2\"} }.

Request syntax

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

Details

The supported resource type is users.