connect_tag_resource {paws.customer.engagement}R Documentation

Adds the specified tags to the specified resource

Description

Adds the specified tags to the specified resource.

See https://www.paws-r-sdk.com/docs/connect_tag_resource/ for full documentation.

Usage

connect_tag_resource(resourceArn, tags)

Arguments

resourceArn

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

tags

[required] The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.


[Package paws.customer.engagement version 0.9.0 Index]