Show / Hide Table of Contents

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 CfnTemplate.ISheetProperty
Syntax (vb)
Public Interface CfnTemplate.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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-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

Properties

Name

The name of a sheet.

SheetId

The unique identifier associated with a sheet.

Properties

Name

The name of a sheet.

string? Name { get; }
Property Value

string

Remarks

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

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

SheetId

The unique identifier associated with a sheet.

string? SheetId { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX