aws.guardduty.list_invitations
Example SQL Queries
SELECT * FROMaws.guardduty.list_invitations;Description
Lists all GuardDuty membership invitations that were sent to the current Amazon Web Services account.
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 ID of the account that the invitation was sent from. | VARCHAR |
| invitation_id The ID of the invitation. This value is used to validate the inviter account to the member account. | VARCHAR |
| invited_at The timestamp when the invitation was sent. | VARCHAR |
| relationship_status The status of the relationship between the inviter and invitee accounts. | VARCHAR |