aws.macie2.list_members
Example SQL Queries
SELECT * FROMaws.macie2.list_members;Description
Retrieves information about the accounts that are associated with an Amazon Macie administrator account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| only_associated Input Column Specifies which accounts to include in the response, based on the status of an account's relationship with the administrator account. By default, the response includes only current member accounts. To include all accounts, set this value to false. | VARCHAR |
| _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. | VARCHAR |
| administrator_account_id The Amazon Web Services account ID for the administrator account. | VARCHAR |
| arn The Amazon Resource Name (ARN) of the account. | VARCHAR |
| email The email address for the account. This value is null if the account is associated with the administrator account through Organizations. | VARCHAR |
| invited_at The date and time, in UTC and extended ISO 8601 format, when an Amazon Macie membership invitation was last sent to the account. This value is null if a Macie membership invitation hasn't been sent to the account. | TIMESTAMP_S |
| master_account_id (Deprecated) The Amazon Web Services account ID for the administrator account. This property has been replaced by the administratorAccountId property and is retained only for backward compatibility. | VARCHAR |
| relationship_status The current status of the relationship between the account and the administrator account. | VARCHAR |
| tags A map of key-value pairs that specifies which tags (keys and values) are associated with the account in Amazon Macie. | MAP(VARCHAR, VARCHAR) |
| updated_at The date and time, in UTC and extended ISO 8601 format, of the most recent change to the status of the relationship between the account and the administrator account. | TIMESTAMP_S |