Interface CfnTemplate.ISheetProperty
A sheet , which is an object that contains a set of visuals that are viewed together on one page in Amazon QuickSight.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISheetProperty
Syntax (vb)
Public Interface 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.AWS.QuickSight;
var sheetProperty = new SheetProperty {
Name = "name",
SheetId = "sheetId"
};
Synopsis
Properties
Name | The name of a sheet. |
Sheet |
The unique identifier associated with a sheet. |
Properties
Name
The name of a sheet.
virtual string Name { get; }
Property Value
System.
Remarks
This name is displayed on the sheet's tab in the Amazon QuickSight console.
SheetId
The unique identifier associated with a sheet.
virtual string SheetId { get; }
Property Value
System.