Skip to main content

masters_list_only

Lists masters in a region or regions, for all properties use masters

Overview

Namemasters_list_only
TypeResource
DescriptionGuardDuty Master resource schema
Idaws.guardduty.masters_list_only

Fields

NameDatatypeDescription
master_idstringID of the account used as the master account.
invitation_idstringValue used to validate the master account to the member account.
detector_idstringUnique ID of the detector of the GuardDuty member account.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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