Lists all test case executions and allows filtering by test case id, test case name, start time, end time or status of the execution for the specified Amazon Connect instance
Source:R/connect_operations.R
connect_list_test_case_executions.RdLists all test case executions and allows filtering by test case id, test case name, start time, end time or status of the execution for the specified Amazon Connect instance.
See https://www.paws-r-sdk.com/docs/connect_list_test_case_executions/ for full documentation.
Usage
connect_list_test_case_executions(
InstanceId,
TestCaseId = NULL,
TestCaseName = NULL,
StartTime = NULL,
EndTime = NULL,
Status = NULL,
NextToken = NULL,
MaxResults = NULL
)Arguments
- InstanceId
[required] The identifier of the Amazon Connect instance.
- TestCaseId
Filter executions by test case identifier.
- TestCaseName
Filter executions by test case name.
- StartTime
Filter executions that started after this time.
- EndTime
Filter executions that started before this time.
- Status
Filter executions by status.
- NextToken
The 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.
- MaxResults
The maximum number of results to return per page.