# Config Recorder

## Resource Type

`AWS.Config.Recorder`

## Resource ID Format

For Config Recorder resources, the resource ID is constructed as such:

`[AccountId]:[region]:AWS.Config.Recorder`

Example:

`123456789012:us-west-2:AWS.Config.Recorder`

This allows you to differentiate between Config Recorder resources across all AWS accounts you have linked by looking at the characters before the first colon, and to differentiate between Config Recorder resources within an account by looking at the characters between the first and second colon.

## Background

This resource represents an AWS Config Recorder in a single region.

## Fields

| Field            |          | Description                                                                                             |
| ---------------- | -------- | ------------------------------------------------------------------------------------------------------- |
| `RecordingGroup` | `Map`    | Settings on the configuration recorder's group.                                                         |
| `RoleARN`        | `String` | The IAM role used to describe the Amazon Web Services resources associated with the account.            |
| `Status`         | `Map`    | Indicates whether this recorder is enabled, its name, and the most recent timestamps of certain events. |

## Example

```javascript
{
    "AccountId": "123456789012",
    "Name": "default",
    "RecordingGroup": {
        "AllSupported": true,
        "IncludeGlobalResourceTypes": true,
        "ResourceTypes": null
    },
    "Region": "us-west-2",
    "ResourceId": "123456789012:us-west-2:AWS.Config.Recorder",
    "ResourceType": "AWS.Config.Recorder",
    "RoleARN": "arn:aws:iam::123456789012:role/aws-service-role/config.amazonaws.com/AWSServiceRoleForConfig",
    "Status": {
        "Arn": "arn:aws:config:us-east-1:123456789012:configuration-recorder/default/30gruoyndjhuhe8z",
        "LastErrorCode": null,
        "LastErrorMessage": null,
        "LastStartTime": "2019-01-01T00:00:00Z",
        "LastStatus": "SUCCESS",
        "LastStatusChangeTime": "2019-01-01T00:00:00Z",
        "LastStopTime": null,
        "Name": "default",
        "Recording": true,
        "ServicePrincipal": null
    },
    "Tags": null,
    "TimeCreated": null
}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.panther.com/cloud-scanning/cloud-resource-attributes/aws/config-recorder.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
