Skip to content

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

connect_get_flow_association(InstanceId, ResourceId, 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.

ResourceType

[required] A valid resource type.

Value

A list with the following syntax:

list(
  ResourceId = "string",
  FlowId = "string",
  ResourceType = "SMS_PHONE_NUMBER"
)

Request syntax

svc$get_flow_association(
  InstanceId = "string",
  ResourceId = "string",
  ResourceType = "SMS_PHONE_NUMBER"
)