aws.accessanalyzer.list_policy_generations
Example SQL Queries
SELECT * FROMaws.accessanalyzer.list_policy_generations;Description
Lists all of the policy generations requested in the last seven days.
Table Definition
| Column Name | Column Data Type |
|---|---|
| principal_arn Input Column The ARN of the IAM entity (user or role) for which you are generating a policy. | 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
| |
| completed_on A timestamp of when the policy generation was completed. | TIMESTAMP_S |
| job_id The JobId that is returned by the StartPolicyGeneration operation. The JobId can be used with GetGeneratedPolicy to retrieve the generated policies or used with CancelPolicyGeneration to cancel the policy generation request. | VARCHAR |
| started_on A timestamp of when the policy generation started. | TIMESTAMP_S |
| status The status of the policy generation request. | VARCHAR |