AWS::QuickSight::DashboardDefinition of the AWS::QuickSight::Dashboard Resource Type.
15 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
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 |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | <p>The Amazon Resource Name (ARN) of the resource.</p> |
CreatedTime | string | <p>The time that this dashboard was created.</p> |
LastPublishedTime | string | <p>The last time that this dashboard was published.</p> |
LastUpdatedTime | string | <p>The last time that this dashboard was updated.</p> |
Version | DashboardVersion | - |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
quicksight:DescribeDashboardquicksight:DescribeDashboardPermissionsquicksight:ListTagsForResourcequicksight:DescribeDashboardquicksight:DescribeDashboardPermissionsquicksight:CreateDashboardquicksight:DescribeTemplatequicksight:DescribeThemequicksight:PassDataSetquicksight:TagResourcequicksight:UntagResourcequicksight:DescribeDashboardquicksight:DescribeDashboardPermissionsquicksight:UpdateDashboardquicksight:UpdateDashboardLinksquicksight:UpdateDashboardPermissionsquicksight:UpdateDashboardPublishedVersionquicksight:DescribeTemplatequicksight:DescribeThemequicksight:ListDashboardsquicksight:DescribeDashboardquicksight:DeleteDashboardOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAwsAccountIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
AwsAccountIdDashboardId