GuardDuty Detector Meta
AWS.GuardDuty.Detector.Meta
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.
This resource represents some account wide information about configured AWS GuardDuty detector.
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 |
{
"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
}
Last modified 2yr ago