> 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-meta.md).

# Config 레코더 메타

## 리소스 유형

`AWS.Config.Recorder.Meta`

## 리소스 ID 형식

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

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

예:

`123456789012::AWS.Config.Recorder.Meta`

이를 통해 첫 번째 콜론 앞의 문자를 확인하여 연결된 모든 AWS 계정의 Config Recorder Meta 리소스 간을 구분할 수 있습니다.

## 배경

이 리소스는 AWS 계정 내의 모든 AWS Config Recorder에 대한 메타데이터를 추적합니다. 모범 사례에 따르면 각 리전에 구성 레코더를 설정해야 하며, 그중 최소 하나는 모든 리소스를 추적해야 합니다.

## 필드

| 필드                    | 유형    | 설명                                           |
| --------------------- | ----- | -------------------------------------------- |
| `GlobalRecorderCount` | `Int` | 계정 내에서 전역 리소스를 모니터링하도록 구성된 AWS Config 리소스의 수 |
| `Recorders`           | `목록`  | 계정 내 모든 레코더의 리소스 ID 목록                       |

## 예시

```javascript
{
    "AccountId": "123456789012",
    "GlobalRecorderCount": 1,
    "Name": "AWS.Config.Recorder.Meta",
    "Recorders": [
        "123456789012:us-west-2:AWS.Config.Recorder"
    ],
    "Region": "global",
    "ResourceId": "123456789012::AWS.Config.Recorder.Meta",
    "ResourceType": "AWS.Config.Recorder.Meta",
    "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-meta.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.
