Lists the rule executions that have occurred in a pipeline configured for conditions with rules
Source:R/codepipeline_operations.R
codepipeline_list_rule_executions.RdLists the rule executions that have occurred in a pipeline configured for conditions with rules.
See https://www.paws-r-sdk.com/docs/codepipeline_list_rule_executions/ for full documentation.
Usage
codepipeline_list_rule_executions(
pipelineName,
filter = NULL,
maxResults = NULL,
nextToken = NULL
)Arguments
- pipelineName
[required] The name of the pipeline for which you want to get execution summary information.
- filter
Input information used to filter rule execution history.
- maxResults
The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value. Pipeline history is limited to the most recent 12 months, based on pipeline execution start times. Default value is 100.
- nextToken
The token that was returned from the previous
list_rule_executionscall, which can be used to return the next set of rule executions in the list.