Skip to main content

templates

Retrieves a list of templates in a region

Overview

Nametemplates
TypeResource
Descriptiontemplates
Idawscc.quicksight.templates

Fields

NameDatatypeDescription
aws_account_idstring
template_idstring
regionstringAWS 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