Skip to main content

agent_statuses_list_only

Lists agent_statuses in a region or regions, for all properties use agent_statuses

Overview

Nameagent_statuses_list_only
TypeResource
DescriptionResource Type definition for AWS::Connect::AgentStatus
Idaws.connect.agent_statuses_list_only

Fields

NameDatatypeDescription
agent_status_arnstringThe Amazon Resource Name (ARN) of the agent status.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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