agent_statuses_list_only
Lists agent_statuses
in a region or regions, for all properties use agent_statuses
Overview
Name | agent_statuses_list_only |
Type | Resource |
Description | Resource Type definition for AWS::Connect::AgentStatus |
Id | aws.connect.agent_statuses_list_only |
Fields
Name | Datatype | Description |
---|---|---|
agent_status_arn | string | The Amazon Resource Name (ARN) of the agent status. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all agent_statuses
in a region.
SELECT
region,
agent_status_arn
FROM aws.connect.agent_statuses_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the agent_statuses_list_only
resource, see agent_statuses