aws.securityhub.list_invitations
Example SQL Queries
SELECT * FROMaws.securityhub.list_invitations;Description
Lists all Security Hub membership invitations that were sent to the current Amazon Web Services account.
This operation is only used by accounts that are managed by invitation. Accounts that are managed using the integration with Organizations do not receive invitations.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 account ID of the Security Hub administrator account that the invitation was sent from. | VARCHAR |
| invitation_id The ID of the invitation sent to the member account. | VARCHAR |
| invited_at The timestamp of when the invitation was sent. | TIMESTAMP_S |
| member_status The current status of the association between the member and administrator accounts. | VARCHAR |