connect_tag_contact: Adds the specified tags to the contact resource

View source: R/connect_operations.R

connect_tag_contactR Documentation

Adds the specified tags to the contact resource

Description

Adds the specified tags to the contact resource. For more information about this API is used, see Set up granular billing for a detailed view of your Amazon Connect usage.

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

Usage

connect_tag_contact(ContactId, InstanceId, Tags)

Arguments

ContactId

[required] The identifier of the contact in this instance of Amazon Connect.

InstanceId

[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

Tags

[required] The tags to be assigned to the contact resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.

Authorization is not supported by this tag.


paws.customer.engagement documentation built on Sept. 12, 2024, 6:34 a.m.