aws.verifiedpermissions.list_policy_templates
Example SQL Queries
SELECT * FROMaws.verifiedpermissions.list_policy_templatesWHERE"policy_store_id" = 'VALUE';Description
Returns a paginated list of all policy templates in the specified policy store.
Table Definition
| Column Name | Column Data Type |
|---|---|
| policy_store_id Required Input Column The unique identifier of the policy store that contains the 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 created. | TIMESTAMP_S |
| description The description attached to the policy template. | VARCHAR |
| last_updated_date The date and time that the policy template was most recently updated. | TIMESTAMP_S |
| policy_template_id The unique identifier of the policy template. | VARCHAR |