aws.schemas.get_resource_policy
Example SQL Queries
SELECT * FROMaws.schemas.get_resource_policy;Description
Retrieves the resource-based policy attached to a given registry.
Table Definition
| Column Name | Column Data Type |
|---|---|
| registry_name Input Column The name of the registry. | 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 |
| policy The resource-based policy. | VARCHAR |
| revision_id The revision ID. | VARCHAR |