> For the complete documentation index, see [llms.txt](https://docs.panther.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.panther.com/ko/cloud-scanning/cloud-resource-attributes/aws/config-recorder.md).

# Config 레코더

## 리소스 유형

`AWS.Config.Recorder`

## 리소스 ID 형식

Config Recorder 리소스의 경우 리소스 ID는 다음과 같이 구성됩니다:

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

예:

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

첫 번째 콜론 앞의 문자를 보면 연결한 모든 AWS 계정의 Config Recorder 리소스를 구분할 수 있고, 첫 번째와 두 번째 콜론 사이의 문자를 보면 계정 내의 Config Recorder 리소스를 구분할 수 있습니다.

## 배경

이 리소스는 단일 리전의 AWS Config Recorder를 나타냅니다.

## 필드

| 필드               |       | 설명                                                       |
| ---------------- | ----- | -------------------------------------------------------- |
| `RecordingGroup` | `맵`   | 구성 레코더 그룹의 설정입니다.                                        |
| `RoleARN`        | `문자열` | 계정과 연결된 Amazon Web Services 리소스를 설명하는 데 사용되는 IAM 역할입니다.  |
| `상태`             | `맵`   | 이 레코더가 활성화되어 있는지 여부, 이름, 그리고 특정 이벤트의 가장 최근 타임스탬프를 나타냅니다. |

## 예시

```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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
