aws.codebuild.get_resource_policy
Example SQL Queries
SELECT * FROMaws.codebuild.get_resource_policyWHERE"resource_arn" = 'VALUE';Description
Gets a resource policy that is identified by its resource ARN.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_arn Required Input Column The ARN of the resource that is associated with the 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 The resource policy for the resource identified by the input ARN parameter. | VARCHAR |