Class CfnAnalysisPropsMixin.TransposedTableOptionProperty
The column option of the transposed table.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.TransposedTableOptionProperty : CfnAnalysisPropsMixin.ITransposedTableOptionProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.TransposedTableOptionProperty Implements CfnAnalysisPropsMixin.ITransposedTableOptionProperty
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.Mixins.Preview.AWS.QuickSight.Mixins;
var transposedTableOptionProperty = new TransposedTableOptionProperty {
ColumnIndex = 123,
ColumnType = "columnType",
ColumnWidth = "columnWidth"
};
Synopsis
Constructors
| TransposedTableOptionProperty() | The column option of the transposed table. |
Properties
| ColumnIndex | The index of a columns in a transposed table. |
| ColumnType | The column type of the column in a transposed table. Choose one of the following options:. |
| ColumnWidth | The width of a column in a transposed table. |
Constructors
TransposedTableOptionProperty()
The column option of the transposed table.
public TransposedTableOptionProperty()
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.Mixins.Preview.AWS.QuickSight.Mixins;
var transposedTableOptionProperty = new TransposedTableOptionProperty {
ColumnIndex = 123,
ColumnType = "columnType",
ColumnWidth = "columnWidth"
};
Properties
ColumnIndex
The index of a columns in a transposed table.
public double? ColumnIndex { get; set; }
Property Value
Remarks
ColumnType
The column type of the column in a transposed table. Choose one of the following options:.
public string? ColumnType { get; set; }
Property Value
Remarks
ColumnWidth
The width of a column in a transposed table.
public string? ColumnWidth { get; set; }