Batch Get Flow Association
connect_batch_get_flow_association | R Documentation |
Retrieve the flow associations for the given resources¶
Description¶
Retrieve the flow associations for the given resources.
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.
ResourceIds
[required] A list of resource identifiers to retrieve flow associations.
Amazon Web Services End User Messaging SMS phone number ARN when using
SMS_PHONE_NUMBER
Amazon Web Services End User Messaging Social phone number ARN when using
WHATSAPP_MESSAGING_PHONE_NUMBER
ResourceType
The type of resource association.
Value¶
A list with the following syntax:
list(
FlowAssociationSummaryList = list(
list(
ResourceId = "string",
FlowId = "string",
ResourceType = "WHATSAPP_MESSAGING_PHONE_NUMBER"|"VOICE_PHONE_NUMBER"|"INBOUND_EMAIL"|"OUTBOUND_EMAIL"|"ANALYTICS_CONNECTOR"
)
)
)