master
Gets an individual master
resource
Overview
Name | master |
Type | Resource |
Description | master |
Id | awscc.guardduty.master |
Fields
Name | Datatype | Description |
---|---|---|
master_id | string | ID of the account used as the master account. |
invitation_id | string | Value used to validate the master account to the member account. |
detector_id | string | Unique ID of the detector of the GuardDuty member account. |
region | string | AWS 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