config_describe_recorder_status
Retrieve and display the current status of AWS Config recorders in a specified region for monitoring and troubleshooting purposes.
Instructions
Describe status of AWS Config recorder(s).
Parameters:
aws_region (str): The AWS region - use 'us-east-1' if not specified.
Returns:
JSON list of ConfigurationRecorderStatus objects.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
aws_region | Yes |
Input Schema (JSON Schema)
{
"properties": {
"aws_region": {
"title": "Aws Region",
"type": "string"
}
},
"required": [
"aws_region"
],
"title": "config_describe_recorder_statusArguments",
"type": "object"
}