Show / Hide Table of Contents

Interface CfnDashboard.ITableStyleTargetProperty

The table style target.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDashboard.ITableStyleTargetProperty
Syntax (vb)
Public Interface CfnDashboard.ITableStyleTargetProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-tablestyletarget.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 tableStyleTargetProperty = new TableStyleTargetProperty {
                 CellType = "cellType"
             };

Synopsis

Properties

CellType

The cell type of the table style target.

Properties

CellType

The cell type of the table style target.

string CellType { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX