Skip to main content

configuration_recorder_status

Creates, updates, deletes, gets or lists a configuration_recorder_status resource.

Overview

Nameconfiguration_recorder_status
TypeResource
Idaws.config.configuration_recorder_status

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
configuration_recorders_statusarrayA list that contains status of the specified recorders.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
describe_configuration_recorder_statusselectregionReturns 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.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

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
;