Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.TableConfigurationProperty

The configuration for a TableVisual .

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-tableconfiguration.html

ExampleMetadata: fixture=_generated

Synopsis

Constructors

TableConfigurationProperty()

The configuration for a TableVisual .

Properties

FieldOptions

The field options for a table visual.

FieldWells

The field wells of the visual.

Interactions

The general visual interactions setup for a visual.

PaginatedReportOptions

The paginated report options for a table visual.

SortConfiguration

The sort configuration for a TableVisual .

TableInlineVisualizations

A collection of inline visualizations to display within a chart.

TableOptions

The table options for a table visual.

TotalOptions

The total options for a table visual.

Constructors

TableConfigurationProperty()

The configuration for a TableVisual .

public TableConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-tableconfiguration.html

ExampleMetadata: fixture=_generated

Properties

FieldOptions

The field options for a table visual.

public object? FieldOptions { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.ITableFieldOptionsProperty

FieldWells

The field wells of the visual.

public object? FieldWells { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.ITableFieldWellsProperty

Interactions

The general visual interactions setup for a visual.

public object? Interactions { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.IVisualInteractionOptionsProperty

PaginatedReportOptions

The paginated report options for a table visual.

public object? PaginatedReportOptions { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.ITablePaginatedReportOptionsProperty

SortConfiguration

The sort configuration for a TableVisual .

public object? SortConfiguration { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.ITableSortConfigurationProperty

TableInlineVisualizations

A collection of inline visualizations to display within a chart.

public object? TableInlineVisualizations { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or (either IResolvable or CfnAnalysisPropsMixin.ITableInlineVisualizationProperty)[]

TableOptions

The table options for a table visual.

public object? TableOptions { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.ITableOptionsProperty

TotalOptions

The total options for a table visual.

public object? TotalOptions { get; set; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.ITotalOptionsProperty

Implements

CfnAnalysisPropsMixin.ITableConfigurationProperty
Back to top Generated by DocFX