Skip to main content

masters

Retrieves a list of masters in a region

Overview

Namemasters
TypeResource
Descriptionmasters
Idawscc.guardduty.masters

Fields

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

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
detector_id,
master_id
FROM awscc.guardduty.masters
WHERE region = 'us-east-1'

Permissions

To operate on the masters resource, the following permissions are required:

Create

guardduty:ListInvitations,
guardduty:AcceptInvitation,
guardduty:GetMasterAccount

List

guardduty:GetMasterAccount