SandboxSessionPhase
Contains information about the sandbox phase.
Contents
Note
In the following list, the required parameters are described first.
- contexts
- 
               An array of PhaseContextobjects.Type: Array of PhaseContext objects Required: No 
- durationInSeconds
- 
               How long, in seconds, between the starting and ending times of the sandbox's phase. Type: Long Required: No 
- endTime
- 
               When the sandbox phase ended, expressed in Unix time format. Type: Timestamp Required: No 
- phaseStatus
- 
               The current status of the sandbox phase. Valid values include: - FAILED
- 
                        The sandbox phase failed. 
- FAULT
- 
                        The sandbox phase faulted. 
- IN_PROGRESS
- 
                        The sandbox phase is still in progress. 
- STOPPED
- 
                        The sandbox phase stopped. 
- SUCCEEDED
- 
                        The sandbox phase succeeded. 
- TIMED_OUT
- 
                        The sandbox phase timed out. 
 Type: String Valid Values: SUCCEEDED | FAILED | FAULT | TIMED_OUT | IN_PROGRESS | STOPPEDRequired: No 
- phaseType
- 
               The name of the sandbox phase. Type: String Required: No 
- startTime
- 
               When the sandbox phase started, expressed in Unix time format. Type: Timestamp Required: No 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: