AWS::Connect::QuickConnectResource Type definition for AWS::Connect::QuickConnect
5 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
InstanceArn | string | Required |
Name | string | Required |
QuickConnectConfig | QuickConnectConfig | Required |
Description | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
QuickConnectArn | string | The Amazon Resource Name (ARN) for the quick connect. |
QuickConnectType | string | The type of quick connect. In the Amazon Connect console, when you create a quick connect, you are prompted to assign one of the following types: Agent (USER), External (PHONE_NUMBER), or Queue (QUEUE). |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Connect::QuickConnect
Resources:
MyResource:
Type: AWS::Connect::QuickConnect
Properties:
Name: "my-name"
InstanceArn: "arn:aws:service:region:account:resource"
QuickConnectConfig: "value"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
connect:CreateQuickConnectconnect:TagResourceconnect:DescribeQuickConnectconnect:DeleteQuickConnectconnect:UntagResourceconnect:UpdateQuickConnectNameconnect:UpdateQuickConnectConfigconnect:TagResourceconnect:UntagResourceconnect:ListQuickConnectsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterQuickConnectArn