aws.marketplace_catalog.get_resource_policy
Example SQL Queries
SELECT * FROMaws.marketplace_catalog.get_resource_policyWHERE"resource_arn" = 'VALUE';Description
Gets a resource-based policy of an entity that is identified by its resource ARN.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_arn Required Input Column The Amazon Resource Name (ARN) of the entity 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
| |
| policy The policy document to set; formatted in JSON. | VARCHAR |