aws.xray.list_resource_policies
Example SQL Queries
SELECT * FROMaws.xray.list_resource_policies;Description
Returns the list of resource policies in the target Amazon Web Services 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 When the policy was last updated, in Unix time seconds. | TIMESTAMP_S |
| policy_document The resource policy document, which can be up to 5kb in size. | VARCHAR |
| policy_name The name of the resource policy. Must be unique within a specific Amazon Web Services account. | VARCHAR |
| policy_revision_id Returns the current policy revision id for this policy name. | VARCHAR |