Get Flow Association
connect_get_flow_association | R Documentation |
Retrieves the flow associated for a given resource¶
Description¶
Retrieves the flow associated for a given resource.
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.
ResourceId
[required] The identifier of the resource.
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
[required] A valid resource type.
Value¶
A list with the following syntax:
list(
ResourceId = "string",
FlowId = "string",
ResourceType = "SMS_PHONE_NUMBER"|"INBOUND_EMAIL"|"OUTBOUND_EMAIL"|"ANALYTICS_CONNECTOR"|"WHATSAPP_MESSAGING_PHONE_NUMBER"
)