Skip to content

Tag Contact

connect_tag_contact R 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.

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.

Value

An empty list.

Request syntax

svc$tag_contact(
  ContactId = "string",
  InstanceId = "string",
  Tags = list(
    "string"
  )
)