Describe Quick Connect
connect_describe_quick_connect | R Documentation |
Describes the quick connect¶
Description¶
Describes the quick connect.
Usage¶
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.
QuickConnectId
[required] The identifier for the quick connect.
Value¶
A list with the following syntax:
list(
QuickConnect = list(
QuickConnectARN = "string",
QuickConnectId = "string",
Name = "string",
Description = "string",
QuickConnectConfig = list(
QuickConnectType = "USER"|"QUEUE"|"PHONE_NUMBER",
UserConfig = list(
UserId = "string",
ContactFlowId = "string"
),
QueueConfig = list(
QueueId = "string",
ContactFlowId = "string"
),
PhoneConfig = list(
PhoneNumber = "string"
)
),
Tags = list(
"string"
),
LastModifiedTime = as.POSIXct(
"2015-01-01"
),
LastModifiedRegion = "string"
)
)