aws.ssm_contacts.get_contact_policy
Example SQL Queries
SELECT * FROMaws.ssm_contacts.get_contact_policyWHERE"contact_arn" = 'VALUE';Description
Retrieves the resource policies attached to the specified contact or escalation plan.
Table Definition
| Column Name | Column Data Type |
|---|---|
| contact_arn Required Input Column The ARN of the contact or escalation plan. | 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 Details about the resource policy attached to the contact or escalation plan. | VARCHAR |