# GuardDuty 디텍터 메타

## 리소스 유형

`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 디텍터에 대한 계정 전반의 일부 정보를 나타냅니다.

## 필드

| 을 선택하십시오. 다음 키/값 쌍을 지정하십시오: | 유형  | 설명                                                                          |
| --------------------------- | --- | --------------------------------------------------------------------------- |
| `디텍터`                       | `맵` | 계정 내 GuardDuty 디텍터들의 리소스 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
}
```
