configuration_recorder_status
Creates, updates, deletes, gets or lists a configuration_recorder_status resource.
Overview
| Name | configuration_recorder_status |
| Type | Resource |
| Id | aws.config.configuration_recorder_status |
Fields
The following fields are returned by SELECT queries:
- describe_configuration_recorder_status
| Name | Datatype | Description |
|---|---|---|
configuration_recorders_status | array | A list that contains status of the specified recorders. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
describe_configuration_recorder_status | select | region | Returns the current status of the configuration recorder you specify as well as the status of the last recording event for the configuration recorders. For a detailed status of recording events over time, add your Config events to Amazon CloudWatch metrics and use CloudWatch metrics. If a configuration recorder is not specified, this operation returns the status for the customer managed configuration recorder configured for the account, if applicable. When making a request to this operation, you can only specify one configuration recorder. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
region | string | AWS region (default: us-east-1) |
SELECT examples
- describe_configuration_recorder_status
Returns the current status of the configuration recorder you specify as well as the status of the last recording event for the configuration recorders. For a detailed status of recording events over time, add your Config events to Amazon CloudWatch metrics and use CloudWatch metrics. If a configuration recorder is not specified, this operation returns the status for the customer managed configuration recorder configured for the account, if applicable. When making a request to this operation, you can only specify one configuration recorder.
SELECT
configuration_recorders_status
FROM aws.config.configuration_recorder_status
WHERE region = '{{ region }}' -- required
;