Skip to main content

master

Gets an individual master resource

Overview

Namemaster
TypeResource
Descriptionmaster
Idawscc.guardduty.master

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
master_id,
invitation_id,
detector_id
FROM awscc.guardduty.master
WHERE data__Identifier = '<DetectorId>|<MasterId>';

Permissions

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

Read

guardduty:GetMasterAccount

Delete

guardduty:DisassociateFromMasterAccount