masters_list_only
Lists masters in a region or regions, for all properties use masters
Overview
| Name | masters_list_only |
| Type | Resource |
| Description | GuardDuty Master resource schema |
| Id | aws.guardduty.masters_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
master_id | string | ID of the account used as the master account. |
detector_id | string | Unique ID of the detector of the GuardDuty member account. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all masters in a region.
SELECT
region,
detector_id,
master_id
FROM aws.guardduty.masters_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the masters_list_only resource, see masters