# GuardDuty Detector 메타

## 리소스 유형

`AWS.GuardDuty.Detector.Meta`

## 리소스 ID 형식

GuardDuty Detector Meta 리소스의 경우, 리소스 ID는 다음과 같이 구성됩니다:

`[AccountId]::AWS.GuardDuty.Detector.Meta`

예시:

`123456789012::AWS.GuardDuty.Detector.Meta`

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

## 배경

이 리소스는 구성된 AWS GuardDuty detector에 대한 일부 계정 전체 정보를 나타냅니다.

## 필드

| 필드          | 유형  | 설명                                                                              |
| ----------- | --- | ------------------------------------------------------------------------------- |
| `Detectors` | `맵` | 계정 내 GuardDuty detector의 리소스 ID 목록으로, 어떤 리전에서 GuardDuty가 활성화되어 있는지 확인하는 데 유용합니다 |

## 예시

```javascript
{
    "AccountId": "123456789012",
    "Detectors": [
        "123456789012:us-west-2:AWS.GuardDuty.Detector"
    ],
    "Region": "global",
    "ResourceId": "123456789012::AWS.GuardDuty.Detector.Meta",
    "ResourceType": "AWS.GuardDuty.Detector.Meta",
    "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/guardduty-detector-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.
