Data Source: aws_connect_quick_connect

Provides details about a specific Amazon Connect Quick Connect.

Example Usage

By name

data "aws_connect_quick_connect" "example" {
  instance_id = "aaaaaaaa-bbbb-cccc-dddd-111111111111"
  name        = "Example"
}

By quick_connect_id

data "aws_connect_quick_connect" "example" {
  instance_id      = "aaaaaaaa-bbbb-cccc-dddd-111111111111"
  quick_connect_id = "cccccccc-bbbb-cccc-dddd-111111111111"
}

Argument Reference

This argument supports the following arguments:

Attribute Reference

This data source exports the following attributes in addition to the arguments above:

A quick_connect_config block contains the following arguments:

A phone_config block contains the following arguments:

A queue_config block contains the following arguments:

A user_config block contains the following arguments: