aws.guardduty.get_members
Example SQL Queries
SELECT * FROMaws.guardduty.get_membersWHERE"detector_id" = 'VALUE'AND "account_ids" = 'VALUE';Description
Retrieves GuardDuty member accounts (of the current GuardDuty administrator account) specified by the account IDs.
Table Definition
| Column Name | Column Data Type |
|---|---|
| account_ids Required Input Column A list of account IDs of the GuardDuty member accounts that you want to describe. | VARCHAR[] |
Show child fields
| |
| detector_id Required Input Column The unique ID of the detector of the GuardDuty account whose members you want to retrieve. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| members A list of members. | STRUCT( |
Show child fields
| |
| unprocessed_accounts A list of objects that contain the unprocessed account and a result string that explains why it was unprocessed. | STRUCT( |
Show child fields
| |