aws.securityhub.get_members
Example SQL Queries
SELECT * FROMaws.securityhub.get_membersWHERE"account_ids" = 'VALUE';Description
Returns the details for the Security Hub member accounts for the specified account IDs.
An administrator account can be either the delegated Security Hub administrator account for an organization or an administrator account that enabled Security Hub manually.
The results include both member accounts that are managed using Organizations and accounts that were invited manually.
Table Definition
| Column Name | Column Data Type |
|---|---|
| account_ids Required Input Column The list of account IDs for the Security Hub member accounts to return the details for. | VARCHAR[] |
Show child fields
| |
| _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 The list of details about the Security Hub member accounts. | STRUCT( |
Show child fields
| |
| unprocessed_accounts The list of Amazon Web Services accounts that could not be processed. For each account, the list includes the account ID and the email address. | STRUCT( |
Show child fields
| |