AWS::Connect::RoutingProfile
Creates a new routing profile.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Connect::RoutingProfile", "Properties" : { "DefaultOutboundQueueArn" :
String
, "Description" :String
, "InstanceArn" :String
, "MediaConcurrencies" :[ MediaConcurrency, ... ]
, "Name" :String
, "QueueConfigs" :[ RoutingProfileQueueConfig, ... ]
, "Tags" :[
} }Tag
, ... ]
YAML
Type: AWS::Connect::RoutingProfile Properties: DefaultOutboundQueueArn:
String
Description:String
InstanceArn:String
MediaConcurrencies:- MediaConcurrency
Name:String
QueueConfigs:- RoutingProfileQueueConfig
Tags:-
Tag
Properties
DefaultOutboundQueueArn
-
The Amazon Resource Name (ARN) of the default outbound queue for the routing profile.
Required: Yes
Type: String
Update requires: No interruption
Description
-
The description of the routing profile.
Required: Yes
Type: String
Minimum:
1
Maximum:
250
Update requires: No interruption
InstanceArn
-
The identifier of the Amazon Connect instance.
Required: Yes
Type: String
Update requires: No interruption
MediaConcurrencies
-
The channels agents can handle in the Contact Control Panel (CCP) for this routing profile.
Required: Yes
Type: List of MediaConcurrency
Update requires: No interruption
Name
-
The name of the routing profile.
Required: Yes
Type: String
Minimum:
1
Maximum:
127
Update requires: No interruption
QueueConfigs
-
The inbound queues associated with the routing profile. If no queue is added, the agent can make only outbound calls.
Required: No
Type: List of RoutingProfileQueueConfig
Update requires: No interruption
-
The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
Required: No
Type: List of
Tag
Update requires: No interruption
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Ref
function, Ref
returns the routing profile name. For example:
{ "Ref": "myRoutingProfileName" }
For more information about using the Ref
function, see Ref
.
Fn::GetAtt
The Fn::GetAtt
intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.
For more information about using the Fn::GetAtt
intrinsic function, see Fn::GetAtt
.
RoutingProfileArn
-
The Amazon Resource Name (ARN) of the routing profile.