AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the CreateRoutingProfile operation. Creates a new routing profile.
Namespace: Amazon.Connect.Model
Assembly: AWSSDK.Connect.dll
Version: 3.x.y.z
public class CreateRoutingProfileRequest : AmazonConnectRequest IAmazonWebServiceRequest
The CreateRoutingProfileRequest type exposes the following members
Name | Description | |
---|---|---|
CreateRoutingProfileRequest() |
Name | Type | Description | |
---|---|---|---|
AgentAvailabilityTimer | Amazon.Connect.AgentAvailabilityTimer |
Gets and sets the property AgentAvailabilityTimer. Whether agents with this routing profile will have their routing order calculated based on longest idle time or time since their last inbound contact. |
|
DefaultOutboundQueueId | System.String |
Gets and sets the property DefaultOutboundQueueId. The default outbound queue for the routing profile. |
|
Description | System.String |
Gets and sets the property Description. Description of the routing profile. Must not be more than 250 characters. |
|
InstanceId | System.String |
Gets and sets the property InstanceId. The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance. |
|
MediaConcurrencies | System.Collections.Generic.List<Amazon.Connect.Model.MediaConcurrency> |
Gets and sets the property MediaConcurrencies. The channels that agents can handle in the Contact Control Panel (CCP) for this routing profile. |
|
Name | System.String |
Gets and sets the property Name. The name of the routing profile. Must not be more than 127 characters. |
|
QueueConfigs | System.Collections.Generic.List<Amazon.Connect.Model.RoutingProfileQueueConfig> |
Gets and sets the property QueueConfigs. The inbound queues associated with the routing profile. If no queue is added, the agent can make only outbound calls.
The limit of 10 array members applies to the maximum number of |
|
Tags | System.Collections.Generic.Dictionary<System.String, System.String> |
Gets and sets the property Tags. The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5