aws.macie2.list_invitations
Example SQL Queries
SELECT * FROMaws.macie2.list_invitations;Description
Retrieves information about Amazon Macie membership invitations that were received by an 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 Amazon Web Services account ID for the account that sent the invitation. | VARCHAR |
| invitation_id The unique identifier for the invitation. | VARCHAR |
| invited_at The date and time, in UTC and extended ISO 8601 format, when the invitation was sent. | TIMESTAMP_S |
| relationship_status The status of the relationship between the account that sent the invitation and the account that received the invitation. | VARCHAR |