Associate Flow
connect_associate_flow | R Documentation |
Associates a connect resource to a flow¶
Description¶
Associates a connect resource to a flow.
Usage¶
connect_associate_flow(InstanceId, ResourceId, FlowId, ResourceType)
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. |
ResourceId |
[required] The identifier of the resource.
|
FlowId |
[required] The identifier of the flow. |
ResourceType |
[required] A valid resource type. |
Value¶
An empty list.
Request syntax¶
svc$associate_flow(
InstanceId = "string",
ResourceId = "string",
FlowId = "string",
ResourceType = "SMS_PHONE_NUMBER"|"INBOUND_EMAIL"|"OUTBOUND_EMAIL"|"ANALYTICS_CONNECTOR"|"WHATSAPP_MESSAGING_PHONE_NUMBER"
)