interface SheetProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.SheetProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_SheetProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.SheetProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.SheetProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnDashboard » SheetProperty |
A sheet , which is an object that contains a set of visuals that are viewed together on one page in Amazon QuickSight.
Every analysis and dashboard contains at least one sheet. Each sheet contains at least one visualization widget, for example a chart, pivot table, or narrative insight. Sheets can be associated with other components, such as controls, filters, and so on.
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 sheetProperty: quicksight.CfnDashboard.SheetProperty = {
name: 'name',
sheetId: 'sheetId',
};
Properties
Name | Type | Description |
---|---|---|
name? | string | The name of a sheet. |
sheet | string | The unique identifier associated with a sheet. |
name?
Type:
string
(optional)
The name of a sheet.
This name is displayed on the sheet's tab in the Amazon QuickSight console.
sheetId?
Type:
string
(optional)
The unique identifier associated with a sheet.