Class CfnAnalysisPropsMixin.TablePinnedFieldOptionsProperty
The settings for the pinned columns of a table visual.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAnalysisPropsMixin.TablePinnedFieldOptionsProperty : CfnAnalysisPropsMixin.ITablePinnedFieldOptionsProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.TablePinnedFieldOptionsProperty Implements CfnAnalysisPropsMixin.ITablePinnedFieldOptionsProperty
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 tablePinnedFieldOptionsProperty = new TablePinnedFieldOptionsProperty {
PinnedLeftFields = new [] { "pinnedLeftFields" }
};
Synopsis
Constructors
| TablePinnedFieldOptionsProperty() | The settings for the pinned columns of a table visual. |
Properties
| PinnedLeftFields | A list of columns to be pinned to the left of a table visual. |
Constructors
TablePinnedFieldOptionsProperty()
The settings for the pinned columns of a table visual.
public TablePinnedFieldOptionsProperty()
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 tablePinnedFieldOptionsProperty = new TablePinnedFieldOptionsProperty {
PinnedLeftFields = new [] { "pinnedLeftFields" }
};
Properties
PinnedLeftFields
A list of columns to be pinned to the left of a table visual.
public string[]? PinnedLeftFields { get; set; }
Property Value
string[]