aws.ram.get_resource_policies
Example SQL Queries
SELECT * FROMaws.ram.get_resource_policiesWHERE"resource_arns" = 'VALUE';Description
Retrieves the resource policies for the specified resources that you own and have shared.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_arns Required Input Column Specifies the Amazon Resource Names (ARNs) of the resources whose policies you want to retrieve. | VARCHAR[] |
Show child fields
| |
| principal Input Column Specifies the principal. | 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 |
| policies | VARCHAR |