aws.ssm_incidents.get_resource_policies
Example SQL Queries
SELECT * FROMaws.ssm_incidents.get_resource_policiesWHERE"resource_arn" = 'VALUE';Description
Retrieves the resource policies attached to the specified response plan.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_arn Required Input Column The Amazon Resource Name (ARN) of the response plan with the attached 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 |
| policy_document The JSON blob that describes the policy. | VARCHAR |
| policy_id The ID of the resource policy. | VARCHAR |
| ram_resource_share_region The Amazon Web Services Region that policy allows resources to be used in. | VARCHAR |