Skip to main content

agent_status_tags

Expands all tag keys and values for agent_statuses in a region

Overview

Nameagent_status_tags
TypeResource
DescriptionResource Type definition for AWS::Connect::AgentStatus
Idaws.connect.agent_status_tags

Fields

NameDatatypeDescription
instance_arnstringThe identifier of the Amazon Connect instance.
agent_status_arnstringThe Amazon Resource Name (ARN) of the agent status.
descriptionstringThe description of the status.
namestringThe name of the status.
display_orderintegerThe display order of the status.
statestringThe state of the status.
typestringThe type of agent status.
reset_order_numberbooleanA number indicating the reset order of the agent status.
last_modified_regionstringLast modified region.
last_modified_timenumberLast modified time.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all agent_statuses in a region.

SELECT
region,
instance_arn,
agent_status_arn,
description,
name,
display_order,
state,
type,
reset_order_number,
last_modified_region,
last_modified_time,
tag_key,
tag_value
FROM aws.connect.agent_status_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the agent_status_tags resource, see agent_statuses