masters
Retrieves a list of masters
in a region
Overview
Name | masters |
Type | Resource |
Description | masters |
Id | awscc.guardduty.masters |
Fields
Name | Datatype | Description |
---|---|---|
detector_id | string | Unique ID of the detector of the GuardDuty member account. |
master_id | string | ID of the account used as the master account. |
region | string | AWS 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