aws.networkmanager.get_resource_policy
Example SQL Queries
SELECT * FROMaws.networkmanager.get_resource_policyWHERE"resource_arn" = 'VALUE';Description
Returns information about a resource policy.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_arn Required Input Column The ARN of the resource. | 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_document The resource policy document. | VARCHAR |