CommandExecution
Contains command execution information.
Contents
Note
In the following list, the required parameters are described first.
- command
- 
               The command that needs to be executed. Type: String Length Constraints: Minimum length of 1. Required: No 
- endTime
- 
               When the command execution process ended, expressed in Unix time format. Type: Timestamp Required: No 
- exitCode
- 
               The exit code to return upon completion. Type: String Length Constraints: Minimum length of 1. Required: No 
- id
- 
               The ID of the command execution. Type: String Length Constraints: Minimum length of 1. Required: No 
- logs
- 
               Information about build logs in CloudWatch Logs. Type: LogsLocation object Required: No 
- sandboxArn
- 
               A sandboxArn.Type: String Length Constraints: Minimum length of 1. Required: No 
- sandboxId
- 
               A sandboxId.Type: String Length Constraints: Minimum length of 1. Required: No 
- standardErrContent
- 
               The text written by the command to stderr. Type: String Length Constraints: Minimum length of 1. Required: No 
- standardOutputContent
- 
               The text written by the command to stdout. Type: String Length Constraints: Minimum length of 1. Required: No 
- startTime
- 
               When the command execution process started, expressed in Unix time format. Type: Timestamp Required: No 
- status
- 
               The status of the command execution. Type: String Length Constraints: Minimum length of 1. Required: No 
- submitTime
- 
               When the command execution process was initially submitted, expressed in Unix time format. Type: Timestamp Required: No 
- type
- 
               The command type. Type: String Valid Values: SHELLRequired: No 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: