connect_search_resource_tags {paws.customer.engagement} | R Documentation |
Searches tags used in an Amazon Connect instance using optional search criteria
Description
Searches tags used in an Amazon Connect instance using optional search criteria.
See https://www.paws-r-sdk.com/docs/connect_search_resource_tags/ for full documentation.
Usage
connect_search_resource_tags(
InstanceId,
ResourceTypes = NULL,
NextToken = NULL,
MaxResults = NULL,
SearchCriteria = NULL
)
Arguments
InstanceId |
[required] The identifier of the Amazon Connect instance. You can find the instanceId in the Amazon Resource Name (ARN) of the instance. |
ResourceTypes |
The list of resource types to be used to search tags from. If not provided or if any empty list is provided, this API will search from all supported resource types. Supported resource types
|
NextToken |
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results. |
MaxResults |
The maximum number of results to return per page. |
SearchCriteria |
The search criteria to be used to return tags. |