Class CfnDashboardPropsMixin.SheetProperty
A sheet , which is an object that contains a set of visuals that are viewed together on one page in Quick Sight.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDashboardPropsMixin.SheetProperty : CfnDashboardPropsMixin.ISheetProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.SheetProperty Implements CfnDashboardPropsMixin.ISheetProperty
Remarks
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.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.QuickSight;
var sheetProperty = new SheetProperty {
Name = "name",
SheetId = "sheetId"
};
Synopsis
Constructors
| SheetProperty() | A sheet , which is an object that contains a set of visuals that are viewed together on one page in Quick Sight. |
Properties
| Name | The name of a sheet. |
| SheetId | The unique identifier associated with a sheet. |
Constructors
SheetProperty()
A sheet , which is an object that contains a set of visuals that are viewed together on one page in Quick Sight.
public SheetProperty()
Remarks
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.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.QuickSight;
var sheetProperty = new SheetProperty {
Name = "name",
SheetId = "sheetId"
};
Properties
Name
The name of a sheet.
public string? Name { get; set; }
Property Value
Remarks
This name is displayed on the sheet's tab in the Quick Sight console.
SheetId
The unique identifier associated with a sheet.
public string? SheetId { get; set; }