Class CfnAnalysisPropsMixin.TableConfigurationProperty
The configuration for a TableVisual .
Implements
Inherited Members
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
ExampleMetadata: fixture=_generated
Synopsis
Constructors
| TableConfigurationProperty() | The configuration for a |
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 |
| 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
ExampleMetadata: fixture=_generated
Properties
FieldOptions
The field options for a table visual.
public object? FieldOptions { get; set; }
Property Value
Remarks
FieldWells
The field wells of the visual.
public object? FieldWells { get; set; }
Property Value
Remarks
Interactions
The general visual interactions setup for a visual.
public object? Interactions { get; set; }
Property Value
Remarks
PaginatedReportOptions
The paginated report options for a table visual.
public object? PaginatedReportOptions { get; set; }
Property Value
Remarks
SortConfiguration
The sort configuration for a TableVisual .
public object? SortConfiguration { get; set; }
Property Value
Remarks
TableInlineVisualizations
A collection of inline visualizations to display within a chart.
public object? TableInlineVisualizations { get; set; }
Property Value
Remarks
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
Remarks
TotalOptions
The total options for a table visual.
public object? TotalOptions { get; set; }