Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.TransposedTableOptionProperty

The column option of the transposed table.

Inheritance
object
CfnAnalysisPropsMixin.TransposedTableOptionProperty
Implements
CfnAnalysisPropsMixin.ITransposedTableOptionProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

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

double?

Remarks

The index range is 0-9999.

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

ColumnType

The column type of the column in a transposed table. Choose one of the following options:.

public string? ColumnType { get; set; }
Property Value

string

Remarks

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

    ColumnWidth

    The width of a column in a transposed table.

    public string? ColumnWidth { get; set; }
    Property Value

    string

    Remarks

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

    Implements

    CfnAnalysisPropsMixin.ITransposedTableOptionProperty
    Back to top Generated by DocFX