Skip to main content

routing_profiles_list_only

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

Overview

Namerouting_profiles_list_only
TypeResource
DescriptionResource Type definition for AWS::Connect::RoutingProfile
Idaws.connect.routing_profiles_list_only

Fields

NameDatatypeDescription
instance_arnstringThe identifier of the Amazon Connect instance.
namestringThe name of the routing profile.
descriptionstringThe description of the routing profile.
media_concurrenciesarrayThe channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
default_outbound_queue_arnstringThe identifier of the default outbound queue for this routing profile.
routing_profile_arnstringThe Amazon Resource Name (ARN) of the routing profile.
queue_configsarrayThe queues to associate with this routing profile.
tagsarrayAn array of key-value pairs to apply to this resource.
agent_availability_timerstringWhether agents with this routing profile will have their routing order calculated based on longest idle time or time since their last inbound contact.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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