routing_profiles_list_only
Lists routing_profiles
in a region or regions, for all properties use routing_profiles
Overview
Name | routing_profiles_list_only |
Type | Resource |
Description | Resource Type definition for AWS::Connect::RoutingProfile |
Id | aws.connect.routing_profiles_list_only |
Fields
Name | Datatype | Description |
---|---|---|
instance_arn | string | The identifier of the Amazon Connect instance. |
name | string | The name of the routing profile. |
description | string | The description of the routing profile. |
media_concurrencies | array | The channels agents can handle in the Contact Control Panel (CCP) for this routing profile. |
default_outbound_queue_arn | string | The identifier of the default outbound queue for this routing profile. |
routing_profile_arn | string | The Amazon Resource Name (ARN) of the routing profile. |
queue_configs | array | The queues to associate with this routing profile. |
tags | array | An array of key-value pairs to apply to this resource. |
agent_availability_timer | string | Whether agents with this routing profile will have their routing order calculated based on longest idle time or time since their last inbound contact. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all routing_profiles
in a region.
SELECT
region,
routing_profile_arn
FROM aws.connect.routing_profiles_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the routing_profiles_list_only
resource, see routing_profiles