Learn R Programming

paws.customer.engagement (version 0.1.12)

connect_tag_resource: Adds the specified tags to the specified resource

Description

Adds the specified tags to the specified resource.

The supported resource types are users, routing profiles, quick connects, and contact flows.

For sample policies that use tags, see Amazon Connect Identity-Based Policy Examples in the Amazon Connect Administrator Guide.

Usage

connect_tag_resource(resourceArn, tags)

Value

An empty list.

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"
  )
)