connect_search_resource_tags: Searches tags used in an Amazon Connect instance using...

View source: R/connect_operations.R

connect_search_resource_tagsR 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.

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.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.