Connect / Client / tag_contact
tag_contact#
- Connect.Client.tag_contact(**kwargs)#
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 also: AWS API Documentation
Request Syntax
response = client.tag_contact( ContactId='string', InstanceId='string', Tags={ 'string': 'string' } )
- Parameters:
ContactId (string) –
[REQUIRED]
The identifier of the contact in this instance of Amazon Connect.
InstanceId (string) –
[REQUIRED]
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
Tags (dict) –
[REQUIRED]
The tags to be assigned to the contact resource. For example, { “Tags”: {“key1”:”value1”, “key2”:”value2”} }.
Note
Authorization is not supported by this tag.
(string) –
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions