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
)
[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
[required] A unique name of the quick connect.
The description of the quick connect.
[required] Configuration settings for the quick connect.
The tags used to organize, track, or control access for this resource. For example, { "Tags": {"key1":"value1", "key2":"value2"} }.