List Contact Flow Modules
| connect_list_contact_flow_modules | R Documentation |
Provides information about the flow modules for the specified Amazon Connect instance¶
Description¶
Provides information about the flow modules for the specified Amazon Connect instance.
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.
NextTokenThe token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
MaxResultsThe maximum number of results to return per page.
ContactFlowModuleStateThe state of the flow module.
Value¶
A list with the following syntax:
list(
ContactFlowModulesSummaryList = list(
list(
Id = "string",
Arn = "string",
Name = "string",
State = "ACTIVE"|"ARCHIVED"
)
),
NextToken = "string"
)