aws.macie2.list_automated_discovery_accounts
Example SQL Queries
SELECT * FROMaws.macie2.list_automated_discovery_accounts;Description
Retrieves the status of automated sensitive data discovery for one or more accounts.
Table Definition
| Column Name | Column Data Type |
|---|---|
| account_ids Input Column The Amazon Web Services account ID for each account, for as many as 50 accounts. To retrieve the status for multiple accounts, append the accountIds parameter and argument for each account, separated by an ampersand (&). To retrieve the status for all the accounts in an organization, omit this parameter. | VARCHAR[] |
Show child fields
| |
| _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 |
| status The current status of automated sensitive data discovery for the account. Possible values are: ENABLED, perform automated sensitive data discovery activities for the account; and, DISABLED, don't perform automated sensitive data discovery activities for the account. | VARCHAR |