aws.lookoutequipment.describe_resource_policy
Example SQL Queries
SELECT * FROMaws.lookoutequipment.describe_resource_policyWHERE"resource_arn" = 'VALUE';Description
Provides the details of a resource policy attached to a resource.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_arn Required Input Column The Amazon Resource Name (ARN) of the resource that is associated with the resource 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| creation_time The time when the resource policy was created. | TIMESTAMP_S |
| last_modified_time The time when the resource policy was last modified. | TIMESTAMP_S |
| policy_revision_id A unique identifier for a revision of the resource policy. | VARCHAR |
| resource_policy The resource policy in a JSON-formatted string. | VARCHAR |