routing_profiles
Retrieves a list of routing_profiles
in a region
Overview
Name | routing_profiles |
Type | Resource |
Description | routing_profiles |
Id | awscc.connect.routing_profiles |
Fields
Name | Datatype | Description |
---|---|---|
routing_profile_arn | string | The Amazon Resource Name (ARN) of the routing profile. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
routing_profile_arn
FROM awscc.connect.routing_profiles
WHERE region = 'us-east-1'
Permissions
To operate on the routing_profiles
resource, the following permissions are required:
Create
connect:CreateRoutingProfile,
connect:TagResource
List
connect:ListRoutingProfiles,
connect:ListRoutingProfileQueues