aws.migration_hub_refactor_spaces.get_resource_policy
Example SQL Queries
SELECT * FROMaws.migration_hub_refactor_spaces.get_resource_policyWHERE"identifier" = 'VALUE';Description
Gets the resource-based permission policy that is set for the given environment.
Table Definition
| Column Name | Column Data Type |
|---|---|
| identifier Required Input Column The Amazon Resource Name (ARN) of the resource associated with the 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 A JSON-formatted string for an Amazon Web Services resource-based policy. | VARCHAR |