ActionState
Represents information about the state of an action.
Contents
- actionName
-
The name of the action.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
[A-Za-z0-9.@\-_]+
Required: No
- currentRevision
-
Represents information about the version (or revision) of an action.
Type: ActionRevision object
Required: No
- entityUrl
-
A URL link for more information about the state of the action, such as a deployment group details page.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Required: No
- latestExecution
-
Represents information about the run of an action.
Type: ActionExecution object
Required: No
- revisionUrl
-
A URL link for more information about the revision, such as a commit details page.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: