aws.connect.search_resource_tags
Example SQL Queries
SELECT * FROMaws.connect.search_resource_tagsWHERE"instance_id" = 'VALUE';Description
Searches tags used in an Amazon Connect instance using optional search criteria.
Table Definition
| Column Name | Column Data Type |
|---|---|
| instance_id Required Input Column The identifier of the Amazon Connect instance. You can find the instanceId in the Amazon Resource Name (ARN) of the instance. | VARCHAR |
| resource_types Input Column 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
| VARCHAR[] |
Show child fields
| |
| search_criteria Input Column The search criteria to be used to return tags. | STRUCT( |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| key The tag key in the tagSet. | VARCHAR |
| value The tag value in the tagSet. | VARCHAR |