aws.guardduty.list_members
Example SQL Queries
SELECT * FROMaws.guardduty.list_membersWHERE"detector_id" = 'VALUE';Description
Lists details about all member accounts for the current GuardDuty administrator account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| detector_id Required Input Column The detector ID of the member account. | VARCHAR |
| only_associated Input Column Specifies whether to only return associated members or to return all members (including members who haven't been invited yet or have been disassociated). Member accounts must have been previously associated with the GuardDuty administrator account using Create Members . | 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 |
| account_id The ID of the member account. | VARCHAR |
| administrator_id The administrator account ID. | VARCHAR |
| email The email address of the member account. | VARCHAR |
| invited_at The timestamp when the invitation was sent. | VARCHAR |
| master_id The administrator account ID. | VARCHAR |
| relationship_status The status of the relationship between the member and the administrator. | VARCHAR |
| updated_at The last-updated timestamp of the member. | VARCHAR |