aws.macie2.get_member
Example SQL Queries
SELECT * FROMaws.macie2.get_memberWHERE"id" = 'VALUE';Description
Retrieves information about an account that's associated with an Amazon Macie administrator account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| id Required Input Column The unique identifier for the Amazon Macie resource that the request applies to. | 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 |