quick_connect
Gets an individual quick_connect
resource
Overview
Name | quick_connect |
Type | Resource |
Description | quick_connect |
Id | awscc.connect.quick_connect |
Fields
Name | Datatype | Description |
---|---|---|
instance_arn | string | The identifier of the Amazon Connect instance. |
name | string | The name of the quick connect. |
description | string | The description of the quick connect. |
quick_connect_config | object | Configuration settings for the quick connect. |
quick_connect_arn | string | The Amazon Resource Name (ARN) for the quick connect. |
tags | array | One or more tags. |
quick_connect_type | 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). |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
instance_arn,
name,
description,
quick_connect_config,
quick_connect_arn,
tags,
quick_connect_type
FROM awscc.connect.quick_connect
WHERE data__Identifier = '<QuickConnectArn>';
Permissions
To operate on the quick_connect
resource, the following permissions are required:
Read
connect:DescribeQuickConnect
Delete
connect:DeleteQuickConnect,
connect:UntagResource
Update
connect:UpdateQuickConnectName,
connect:UpdateQuickConnectConfig,
connect:TagResource,
connect:UntagResource