View source: R/connect_operations.R
connect_create_quick_connect | R Documentation |
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.
connect_create_quick_connect(
InstanceId,
Name,
Description = NULL,
QuickConnectConfig,
Tags = NULL
)
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"} }. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.