aws.verifiedpermissions.get_policy_template
Example SQL Queries
SELECT * FROMaws.verifiedpermissions.get_policy_templateWHERE"policy_store_id" = 'VALUE'AND "policy_template_id" = 'VALUE';Description
Retrieve the details for the specified policy template in the specified policy store.
Table Definition
| Column Name | Column Data Type |
|---|---|
| policy_store_id Required Input Column The ID of the policy store that contains the policy template. | VARCHAR |
| policy_template_id Required Input Column The ID of the policy template. | 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 |
| created_date The date and time that the policy template was originally created. | TIMESTAMP_S |
| description The description of the policy template. | VARCHAR |
| last_updated_date The date and time that the policy template was most recently updated. | TIMESTAMP_S |
| statement The content of the body of the policy template written in the Cedar policy language. | VARCHAR |