Skip to main content

quick_connect

Gets an individual quick_connect resource

Overview

Namequick_connect
TypeResource
Descriptionquick_connect
Idawscc.connect.quick_connect

Fields

NameDatatypeDescription
instance_arnstringThe identifier of the Amazon Connect instance.
namestringThe name of the quick connect.
descriptionstringThe description of the quick connect.
quick_connect_configobjectConfiguration settings for the quick connect.
quick_connect_arnstringThe Amazon Resource Name (ARN) for the quick connect.
tagsarrayOne or more tags.
quick_connect_typestringThe 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).
regionstringAWS 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