ExecutionSummary
Contains the execution summary of the computation model.
Contents
- executionId
-
The ID of the execution.
Type: String
Length Constraints: Fixed length of 36.
Pattern:
^(?!00000000-0000-0000-0000-000000000000)[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$
Required: Yes
- executionStartTime
-
The time the process started.
Type: Timestamp
Required: Yes
- executionStatus
-
The status of the execution process.
Type: ExecutionStatus object
Required: Yes
- targetResource
-
The resource the action will be taken on. This can include asset-based resources and computation model resources.
Type: TargetResource object
Required: Yes
- targetResourceVersion
-
The version of the target resource.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 10.
Pattern:
^(0|([1-9]{1}\d*))$
Required: Yes
- actionType
-
The type of action exectued.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
[^\u0000-\u001F\u007F]+
Required: No
- executionEndTime
-
The time the process ended.
Type: Timestamp
Required: No
- executionEntityVersion
-
The execution entity version associated with the summary.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 10.
Pattern:
^(0|([1-9]{1}\d*))$
Required: No
- resolveTo
-
The detailed resource this execution resolves to.
Type: ResolveTo object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: