Interface CfnTemplatePropsMixin.ITableStyleTargetProperty
The table style target.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnTemplatePropsMixin.ITableStyleTargetProperty
Syntax (vb)
Public Interface CfnTemplatePropsMixin.ITableStyleTargetProperty
Remarks
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 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; }