aws.serverlessrepo.get_application_policy
Example SQL Queries
SELECT * FROMaws.serverlessrepo.get_application_policyWHERE"application_id" = 'VALUE';Description
Retrieves the policy for the application.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_id Required Input Column The Amazon Resource Name (ARN) of the application. | 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 |
| statements An array of policy statements applied to the application. | STRUCT( |
Show child fields
| |