Show / Hide Table of Contents

Class CfnDashboard.SheetProperty

A sheet , which is an object that contains a set of visuals that are viewed together on one page in Amazon QuickSight.

Inheritance
System.Object
CfnDashboard.SheetProperty
Implements
CfnDashboard.ISheetProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class SheetProperty : Object, CfnDashboard.ISheetProperty
Syntax (vb)
Public Class SheetProperty
    Inherits Object
    Implements CfnDashboard.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.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sheet.html

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

Constructors

SheetProperty()

Properties

Name

The name of a sheet.

SheetId

The unique identifier associated with a sheet.

Constructors

SheetProperty()

public SheetProperty()

Properties

Name

The name of a sheet.

public string Name { get; set; }
Property Value

System.String

Remarks

This name is displayed on the sheet's tab in the Amazon QuickSight console.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sheet.html#cfn-quicksight-dashboard-sheet-name

SheetId

The unique identifier associated with a sheet.

public string SheetId { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-sheet.html#cfn-quicksight-dashboard-sheet-sheetid

Implements

CfnDashboard.ISheetProperty
Back to top Generated by DocFX