Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.TablePinnedFieldOptionsProperty

The settings for the pinned columns of a table visual.

Inheritance
object
CfnAnalysisPropsMixin.TablePinnedFieldOptionsProperty
Implements
CfnAnalysisPropsMixin.ITablePinnedFieldOptionsProperty
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 CfnAnalysisPropsMixin.TablePinnedFieldOptionsProperty : CfnAnalysisPropsMixin.ITablePinnedFieldOptionsProperty
Syntax (vb)
Public Class CfnAnalysisPropsMixin.TablePinnedFieldOptionsProperty Implements CfnAnalysisPropsMixin.ITablePinnedFieldOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-tablepinnedfieldoptions.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 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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-tablepinnedfieldoptions.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 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[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-tablepinnedfieldoptions.html#cfn-quicksight-analysis-tablepinnedfieldoptions-pinnedleftfields

Implements

CfnAnalysisPropsMixin.ITablePinnedFieldOptionsProperty
Back to top Generated by DocFX