ApplicationStatusDetail
Describes the details of an application status check for an instance.
Contents
- aggregation
-
The aggregation setting for the application status check. When set to
included, the result of this check contributes to the instance-level application status. When set toexcluded, the check runs independently and does not affect the instance-level status.Type: String
Valid Values:
included | excludedRequired: No
- applicationStatusCheckId
-
The ID of the application status check.
Type: String
Required: No
- checkUpdateTime
-
The date and time when the check was last updated.
Type: Timestamp
Required: No
- reason
-
The reason for the current status.
Type: ApplicationStatusReason object
Required: No
- status
-
The status of the individual application status check. Possible values:
-
passed– The check reached its success threshold. -
failed– The check reached its failure threshold. -
initializing– The check is initializing or has not reached a success or failure threshold. -
insufficient-data– The check does not have enough data to determine a result. -
not-applicable– The check does not apply to the instance.
This value reflects the check result and is not affected by aggregation or suppression.
Type: String
Valid Values:
passed | failed | initializing | insufficient-data | not-applicableRequired: No
-
- statusSince
-
The date and time when the current status started for this check.
Type: Timestamp
Required: No
- statusTimeStamp
-
The date and time of the last status update for this check.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: