aws.logs.describe_resource_policies
Example SQL Queries
SELECT * FROMaws.logs.describe_resource_policies;Description
Lists the resource policies in this 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 |
| last_updated_time Timestamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC. | BIGINT |
| policy_document The details of the policy. | VARCHAR |
| policy_name The name of the resource policy. | VARCHAR |