Execution
Information about Diagnostic Tool Execution.
Contents
- creationTime
 - 
               
Execution Creation timestamp in Epoch format.
Type: Timestamp
Required: Yes
 - executionId
 - 
               
Resource Identifier for Execution initiated via StartExecution Operation.
Type: String
Length Constraints: Fixed length of 12.
Pattern:
e-[a-zA-Z0-9]{10}Required: Yes
 - parameters
 - 
               
Diagnostic Tool Execution Input parameters.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 32764.
Required: Yes
 - requesterArn
 - 
               
IAM User ARN of user/role who initiated the Execution.
Type: String
Required: Yes
 - requesterId
 - 
               
IAM User ID who initiated the Execution.
Type: String
Required: Yes
 - requestState
 - 
               
Indicate state of Execution.
Type: String
Valid Values:
ACCEPTED | SUBMITTED | REJECTEDRequired: Yes
 - roleArn
 - 
               
The Execution role used by AWS Diagnostic Tools during Diagnostic Tool invocation.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 2048.
Pattern:
arn:aws[a-z0-9-]*:iam::\d{12}:role\/[\w\-\/.@+=,]{1,65}Required: Yes
 - storageRegion
 - 
               
The AWS Regions where Execution result will be stored.
Type: String
Valid Values:
us-east-2 | us-west-2 | eu-west-1Required: Yes
 - toolId
 - 
               
Tool Id associated with Execution.
Type: String
Length Constraints: Minimum length of 8. Maximum length of 64.
Pattern:
\w+Required: Yes
 - toolVersionId
 - 
               
Diagnostic Tool version identifier associated with tool artifact.
Type: String
Length Constraints: Minimum length of 5. Maximum length of 17.
Pattern:
[0-9]{1,5}.[0-9]{1,5}.[0-9]{1,5}Required: Yes
 - status
 - 
               
The Execution Status.
Type: String
Valid Values:
CREATED | IN_PROGRESS | SUCCESSFUL | FAILED | CANCELLED | TIMED_OUTRequired: No
 - targetRegions
 - 
               
The AWS Regions targeted by the Diagnostic Tool Execution.
Type: Array of strings
Required: No
 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: