AWS::Connect::RoutingProfileResource Type definition for AWS::Connect::RoutingProfile
9 configurable properties. 5 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DefaultOutboundQueueArn | string | Required |
Description | string | Required |
InstanceArn | string | Required |
MediaConcurrencies | Array<MediaConcurrency> | Required |
Name | string | Required |
AgentAvailabilityTimer | string | |
ManualAssignmentQueueConfigs | Array<RoutingProfileManualAssignmentQueueConfig> | |
QueueConfigs | Array<RoutingProfileQueueConfig> | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
RoutingProfileArn | string | The Amazon Resource Name (ARN) of the routing profile. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Connect::RoutingProfile
Resources:
MyResource:
Type: AWS::Connect::RoutingProfile
Properties:
InstanceArn: "arn:aws:service:region:account:resource"
Name: "my-name"
Description: "value"
MediaConcurrencies: []
DefaultOutboundQueueArn: "arn:aws:service:region:account:resource"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
connect:CreateRoutingProfileconnect:TagResourceconnect:DescribeRoutingProfileconnect:ListRoutingProfileQueuesconnect:ListRoutingProfileManualAssignmentQueuesconnect:DeleteRoutingProfileconnect:UntagResourceconnect:AssociateRoutingProfileQueuesconnect:DisassociateRoutingProfileQueuesconnect:UpdateRoutingProfileConcurrencyconnect:UpdateRoutingProfileNameconnect:UpdateRoutingProfileDefaultOutboundQueueconnect:UpdateRoutingProfileQueuesconnect:TagResourceconnect:UntagResourceconnect:ListRoutingProfilesconnect:ListRoutingProfileQueuesconnect:ListRoutingProfileManualAssignmentQueuesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterRoutingProfileArn