Show / Hide Table of Contents

Interface CfnTemplatePropsMixin.ITransposedTableOptionProperty

The column option of the transposed table.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnTemplatePropsMixin.ITransposedTableOptionProperty
Syntax (vb)
Public Interface CfnTemplatePropsMixin.ITransposedTableOptionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-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.CfnPropertyMixins.AWS.QuickSight;

             var transposedTableOptionProperty = new TransposedTableOptionProperty {
                 ColumnIndex = 123,
                 ColumnType = "columnType",
                 ColumnWidth = "columnWidth"
             };

Synopsis

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.

Properties

ColumnIndex

The index of a columns in a transposed table.

double? ColumnIndex { get; }
Property Value

double?

Remarks

The index range is 0-9999.

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

ColumnType

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

string? ColumnType { get; }
Property Value

string

Remarks

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

    ColumnWidth

    The width of a column in a transposed table.

    string? ColumnWidth { get; }
    Property Value

    string

    Remarks

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

    Back to top Generated by DocFX