agent_status_tags
Expands all tag keys and values for agent_statuses
in a region
Overview
Name | agent_status_tags |
Type | Resource |
Description | Resource Type definition for AWS::Connect::AgentStatus |
Id | aws.connect.agent_status_tags |
Fields
Name | Datatype | Description |
---|---|---|
instance_arn | string | The identifier of the Amazon Connect instance. |
agent_status_arn | string | The Amazon Resource Name (ARN) of the agent status. |
description | string | The description of the status. |
name | string | The name of the status. |
display_order | integer | The display order of the status. |
state | string | The state of the status. |
type | string | The type of agent status. |
reset_order_number | boolean | A number indicating the reset order of the agent status. |
last_modified_region | string | Last modified region. |
last_modified_time | number | Last modified time. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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