aws.inspector2.list_members
Example SQL Queries
SELECT * FROMaws.inspector2.list_members;Description
List members associated with the Amazon Inspector delegated administrator for your organization.
Table Definition
| Column Name | Column Data Type |
|---|---|
| only_associated Input Column Specifies whether to list only currently associated members if True or to list all members within the organization if False. | BOOLEAN |
| _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 Amazon Web Services account ID of the member account. | VARCHAR |
| delegated_admin_account_id The Amazon Web Services account ID of the Amazon Inspector delegated administrator for this member account. | VARCHAR |
| relationship_status The status of the member account. | VARCHAR |
| updated_at A timestamp showing when the status of this member was last updated. | TIMESTAMP_S |