connect_create_quick_connect: Creates a quick connect for the specified Amazon Connect...

View source: R/connect_operations.R

connect_create_quick_connectR Documentation

Creates a quick connect for the specified Amazon Connect instance

Description

Creates a quick connect for the specified Amazon Connect instance.

See https://www.paws-r-sdk.com/docs/connect_create_quick_connect/ for full documentation.

Usage

connect_create_quick_connect(
  InstanceId,
  Name,
  Description = NULL,
  QuickConnectConfig,
  Tags = NULL
)

Arguments

InstanceId

[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

Name

[required] A unique name of the quick connect.

Description

The description of the quick connect.

QuickConnectConfig

[required] Configuration settings for the quick connect.

Tags

The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.


paws.customer.engagement documentation built on Sept. 12, 2024, 6:34 a.m.