aws-cdk-lib.aws_quicksight.CfnDashboard.DashboardVersionProperty

interface DashboardVersionProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDashboard.DashboardVersionProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_DashboardVersionProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDashboard.DashboardVersionProperty
Pythonaws_cdk.aws_quicksight.CfnDashboard.DashboardVersionProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDashboard » DashboardVersionProperty

Dashboard version.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const dashboardVersionProperty: quicksight.CfnDashboard.DashboardVersionProperty = {
  arn: 'arn',
  createdTime: 'createdTime',
  dataSetArns: ['dataSetArns'],
  description: 'description',
  errors: [{
    message: 'message',
    type: 'type',
    violatedEntities: [{
      path: 'path',
    }],
  }],
  sheets: [{
    name: 'name',
    sheetId: 'sheetId',
  }],
  sourceEntityArn: 'sourceEntityArn',
  status: 'status',
  themeArn: 'themeArn',
  versionNumber: 123,
};

Properties

NameTypeDescription
arn?stringThe Amazon Resource Name (ARN) of the resource.
createdTime?stringThe time that this dashboard version was created.
dataSetArns?string[]The Amazon Resource Numbers (ARNs) for the datasets that are associated with this version of the dashboard.
description?stringDescription.
errors?IResolvable | IResolvable | DashboardErrorProperty[]Errors associated with this dashboard version.
sheets?IResolvable | IResolvable | SheetProperty[]A list of the associated sheets with the unique identifier and name of each sheet.
sourceEntityArn?stringSource entity ARN.
status?stringThe HTTP status of the request.
themeArn?stringThe ARN of the theme associated with a version of the dashboard.
versionNumber?numberVersion number for this version of the dashboard.

arn?

Type: string (optional)

The Amazon Resource Name (ARN) of the resource.


createdTime?

Type: string (optional)

The time that this dashboard version was created.


dataSetArns?

Type: string[] (optional)

The Amazon Resource Numbers (ARNs) for the datasets that are associated with this version of the dashboard.


description?

Type: string (optional)

Description.


errors?

Type: IResolvable | IResolvable | DashboardErrorProperty[] (optional)

Errors associated with this dashboard version.


sheets?

Type: IResolvable | IResolvable | SheetProperty[] (optional)

A list of the associated sheets with the unique identifier and name of each sheet.


sourceEntityArn?

Type: string (optional)

Source entity ARN.


status?

Type: string (optional)

The HTTP status of the request.


themeArn?

Type: string (optional)

The ARN of the theme associated with a version of the dashboard.


versionNumber?

Type: number (optional)

Version number for this version of the dashboard.