AWS Config
  1. Root
AWS Config
  • Root
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
    • /
      POST
  1. Root

/

POST
/
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.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "ConfigurationRecorderNames": []
}'
Response Response Example
200 - Example 1
{
  "ConfigurationRecordersStatus": []
}

Request

Header Params
X-Amz-Target
string 
required
Body Params application/json
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.
🟠480NoSuchConfigurationRecorderException
Modified at 2023-08-15 05:59:06
Previous
/
Next
/
Built with