# GuardDuty Detector Meta

## Resource Type

`AWS.GuardDuty.Detector.Meta`

## Resource ID Format

For GuardDuty Detector Meta resources, the resource ID is constructed as such:

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

Example:

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

This allows you to differentiate between GuardDuty Detector Meta resources across all AWS accounts you have linked by looking at the characters before the first colon.

## Background

This resource represents some account wide information about configured AWS GuardDuty detector.

## Fields

| Field       | Type  | Description                                                                                                                          |
| ----------- | ----- | ------------------------------------------------------------------------------------------------------------------------------------ |
| `Detectors` | `Map` | A list of the resource IDs of GuardDuty detectors in the account, useful for determining what regions have GuardDuty enabled in them |

## Example

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