templates
Retrieves a list of templates
in a region
Overview
Name | templates |
Type | Resource |
Description | templates |
Id | awscc.quicksight.templates |
Fields
Name | Datatype | Description |
---|---|---|
aws_account_id | string | |
template_id | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
aws_account_id,
template_id
FROM awscc.quicksight.templates
WHERE region = 'us-east-1'
Permissions
To operate on the templates
resource, the following permissions are required:
Create
quicksight:DescribeTemplate,
quicksight:DescribeTemplatePermissions,
quicksight:CreateTemplate,
quicksight:DescribeAnalysis,
quicksight:TagResource,
quicksight:UntagResource,
quicksight:ListTagsForResource
List
quicksight:ListTemplates