aws.auditmanager.get_change_logs
Example SQL Queries
SELECT * FROMaws.auditmanager.get_change_logsWHERE"assessment_id" = 'VALUE';Description
Gets a list of changelogs from Audit Manager.
Table Definition
| Column Name | Column Data Type |
|---|---|
| assessment_id Required Input Column The unique identifier for the assessment. | VARCHAR |
| control_id Input Column The unique identifier for the control. | VARCHAR |
| control_set_id Input Column The unique identifier for the control set. | VARCHAR |
| max_results Input Column Represents the maximum number of results on a page or for an API request call. | BIGINT |
| next_token Input Column The pagination token that's used to fetch the next set of results. | 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 |
| change_logs The list of user activity for the control. | STRUCT( |
Show child fields
| |