aws.vpc_lattice.get_resource_policy
Example SQL Queries
SELECT * FROMaws.vpc_lattice.get_resource_policyWHERE"resource_arn" = 'VALUE';Description
Retrieves information about the resource policy. The resource policy is an IAM policy created on behalf of the resource owner when they share a resource.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_arn Required Input Column The Amazon Resource Name (ARN) of the service network or service. | 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 An IAM policy. | VARCHAR |