> 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를 나타냅니다.

## 필드

| 필드       |       | 설명                                                           |
| -------- | ----- | ------------------------------------------------------------ |
| `기록 그룹`  | `맵`   | 구성 기록기의 그룹에 대한 설정입니다.                                        |
| `역할 ARN` | `문자열` | 계정과 연결된 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:

```
GET https://docs.panther.com/ko/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.
