RuleExecution
Represents information about each time a rule is run as part of the pipeline execution for a pipeline configured with conditions.
Contents
- errorDetails
-
Represents information about an error in CodePipeline.
Type: ErrorDetails object
Required: No
- externalExecutionId
-
The external ID of the run of the rule.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1500.
Required: No
- externalExecutionUrl
-
The URL of a resource external to AWS that is used when running the rule (for example, an external repository URL).
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Required: No
- lastStatusChange
-
The last status change of the rule.
Type: Timestamp
Required: No
- lastUpdatedBy
-
The ARN of the user who last changed the rule.
Type: String
Required: No
- ruleExecutionId
-
The execution ID for the run of the rule.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 200.
Required: No
- status
-
The status of the run of the rule, such as FAILED.
Type: String
Valid Values:
InProgress | Abandoned | Succeeded | Failed
Required: No
- summary
-
A summary of the run of the rule.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Required: No
- token
-
The system-generated token used to identify a unique request.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 200.
Pattern:
[a-zA-Z0-9\-\.]+
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: