Returns the current status of the specified configuration recorder as well as the status of the last recording event for the recorder. If a configuration recorder is not specified, this action returns the status of all configuration recorders associated with the account.
The input for the <a>DescribeConfigurationRecorderStatus</a> action.
ConfigurationRecorderNames
array[string]
optional
The name(s) of the configuration recorder. If the name is not specified, the action returns the current status of all the configuration recorders associated with the account.
Examples
Responses
🟢200Success
application/json
Body
The output for the <a>DescribeConfigurationRecorderStatus</a> action, in JSON format.
ConfigurationRecordersStatus
array[object (ConfigurationRecorderStatus) {8}]
optional
A list that contains status of the specified recorders.
name
string
optional
The name of the configuration recorder.
lastStartTime
string<date-time>
optional
The time the recorder was last started.
lastStopTime
string<date-time>
optional
The time the recorder was last stopped.
recording
boolean
optional
Specifies whether or not the recorder is currently recording.
lastStatus
enum<string>
optional
The status of the latest recording event processed by the recorder.
Allowed values:
PendingSuccessFailure
lastErrorCode
string
optional
The latest error code from when the recorder last failed.
lastErrorMessage
string
optional
The latest error message from when the recorder last failed.
lastStatusChangeTime
string<date-time>
optional
The time of the latest change in status of an recording event processed by the recorder.