Show / Hide Table of Contents

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.

Inheritance
object
CfnDashboardPropsMixin.SheetProperty
Implements
CfnDashboardPropsMixin.ISheetProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.

See: 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.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.

See: 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.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

string

Remarks

This name is displayed on the sheet's tab in the Quick Sight console.

See: 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

string

Remarks

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

Implements

CfnDashboardPropsMixin.ISheetProperty
Back to top Generated by DocFX