Skip to main content

quick_connects_list_only

Lists quick_connects in a region or regions, for all properties use quick_connects

Overview

Namequick_connects_list_only
TypeResource
DescriptionResource Type definition for AWS::Connect::QuickConnect
Idaws.connect.quick_connects_list_only

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

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all quick_connects in a region.

SELECT
region,
quick_connect_arn
FROM aws.connect.quick_connects_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the quick_connects_list_only resource, see quick_connects