# Config Recorder

## 리소스 유형

`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 역할입니다.     |
| `Status`         | `맵`   | 이 레코더가 활성화되어 있는지, 이름은 무엇인지, 그리고 특정 이벤트의 가장 최근 타임스탬프를 나타냅니다. |

## 예시

```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/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.
