AWS Fundamentals Logo
AWS Fundamentals
AWS::QuickSight::Dashboard

QuickSight Dashboard

Definition of the AWS::QuickSight::Dashboard Resource Type.

Properties

15 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
AwsAccountId
string
RequiredCreate-only
DashboardId
string
RequiredCreate-only
Name
string
Required
DashboardPublishOptions
DashboardPublishOptions
Write-only
Definition
DashboardVersionDefinition
Write-only
FolderArns
Array<string>
Write-only
LinkEntities
Array<string>
LinkSharingConfiguration
LinkSharingConfiguration
Write-only
Parameters
Parameters
Write-only
Permissions
Array<ResourcePermission>
SourceEntity
DashboardSourceEntity
Write-only
Tags
Array<Tag>
ThemeArn
string
Write-only
ValidationStrategy
ValidationStrategy
Write-only
VersionDescription
string
Write-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring<p>The Amazon Resource Name (ARN) of the resource.</p>
CreatedTimestring<p>The time that this dashboard was created.</p>
LastPublishedTimestring<p>The last time that this dashboard was published.</p>
LastUpdatedTimestring<p>The last time that this dashboard was updated.</p>
VersionDashboardVersion-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::QuickSight::Dashboard

Resources:
  MyResource:
    Type: AWS::QuickSight::Dashboard
    Properties:
      AwsAccountId: "my-awsaccountid"
      DashboardId: "my-dashboardid"
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

read

quicksight:DescribeDashboardquicksight:DescribeDashboardPermissionsquicksight:ListTagsForResource

create

quicksight:DescribeDashboardquicksight:DescribeDashboardPermissionsquicksight:CreateDashboardquicksight:DescribeTemplatequicksight:DescribeThemequicksight:PassDataSetquicksight:TagResourcequicksight:UntagResource

update

quicksight:DescribeDashboardquicksight:DescribeDashboardPermissionsquicksight:UpdateDashboardquicksight:UpdateDashboardLinksquicksight:UpdateDashboardPermissionsquicksight:UpdateDashboardPublishedVersionquicksight:DescribeTemplatequicksight:DescribeTheme

list

quicksight:ListDashboards

delete

quicksight:DescribeDashboardquicksight:DeleteDashboard

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceQuickSight
Properties20
Required3
TaggingSupported
Primary IDAwsAccountId

Supported Operations

ReadCreateUpdateListDelete

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

AwsAccountIdDashboardId

External Links