> 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/guardduty-detector.md).

# GuardDuty 디텍터

## 리소스 유형

`AWS.GuardDuty.Detector`

## 리소스 ID 형식

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

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

예:

`123456789012:us-west-2:AWS.GuardDuty.Detector`

이를 통해 첫 번째 콜론 앞의 문자를 보고 연결된 모든 AWS 계정의 GuardDuty Detector 리소스를 구분하고, 첫 번째와 두 번째 콜론 사이의 문자를 보고 계정 내의 GuardDuty Detector 리소스를 구분할 수 있습니다.

## 배경

이 리소스는 AWS GuardDuty 디텍터의 스냅샷을 나타냅니다.

## 필드

| 필드    | 유형    | 설명                                             |
| ----- | ----- | ---------------------------------------------- |
| `마스터` | `맵`   | 이 계정이 구독 중인 마스터 GuardDuty 디텍터(있는 경우)           |
| `상태`  | `문자열` | 디텍터가 활성화되었는지 여부를 나타냅니다 `ENABLED` 또는 `DISABLED` |

## 예시

```javascript
{
    "AccountId": "123456789012",
    "FindingPublishingFrequency": "SIX_HOURS",
    "Id": "12a12345b12345c12ab12a1a1ab1a1ab1",
    "Master": {
        "AccountId": "99a12345b12345c12ab12a1a1ab1a1ab1",
        "InvitationId": "11111111111111",
        "InvitedAt": "2019",
        "RelationshipStatus": "active"
    },
    "Region": "eu-central-1",
    "ResourceId": "123456789012:eu-central-1:AWS.GuardDuty.Detector",
    "ResourceType": "AWS.GuardDuty.Detector",
    "ServiceRole": "arn:aws:iam::123456789012:role/aws-service-role/guardduty.amazonaws.com/AWSServiceRoleForAmazonGuardDuty",
    "Status": "ENABLED",
    "Tags": {
        "KeyName1": "Value1"
    },
    "TimeCreated": "2019-01-01T00:00:00.000Z",
    "UpdatedAt": "2019-01-01T00:00:00.000Z"
}
```


---

# 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/guardduty-detector.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.
