aws.macie2.get_macie_session
Example SQL Queries
SELECT * FROMaws.macie2.get_macie_session;Description
Retrieves the status and configuration settings for an Amazon Macie 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 |
| created_at The date and time, in UTC and extended ISO 8601 format, when the Amazon Macie account was created. | TIMESTAMP_S |
| finding_publishing_frequency The frequency with which Amazon Macie publishes updates to policy findings for the account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events). | VARCHAR |
| service_role The Amazon Resource Name (ARN) of the service-linked role that allows Amazon Macie to monitor and analyze data in Amazon Web Services resources for the account. | VARCHAR |
| status The current status of the Amazon Macie account. Possible values are: PAUSED, the account is enabled but all Macie activities are suspended (paused) for the account; and, ENABLED, the account is enabled and all Macie activities are enabled for the account. | VARCHAR |
| updated_at The date and time, in UTC and extended ISO 8601 format, of the most recent change to the status or configuration settings for the Amazon Macie account. | TIMESTAMP_S |