Show / Hide Table of Contents

Class CfnDashboardPropsMixin.TableUnaggregatedFieldWellsProperty

The unaggregated field well for the table.

Inheritance
object
CfnDashboardPropsMixin.TableUnaggregatedFieldWellsProperty
Implements
CfnDashboardPropsMixin.ITableUnaggregatedFieldWellsProperty
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 CfnDashboardPropsMixin.TableUnaggregatedFieldWellsProperty : CfnDashboardPropsMixin.ITableUnaggregatedFieldWellsProperty
Syntax (vb)
Public Class CfnDashboardPropsMixin.TableUnaggregatedFieldWellsProperty Implements CfnDashboardPropsMixin.ITableUnaggregatedFieldWellsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-tableunaggregatedfieldwells.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 tableUnaggregatedFieldWellsProperty = new TableUnaggregatedFieldWellsProperty {
                 Values = new [] { new UnaggregatedFieldProperty {
                     Column = new ColumnIdentifierProperty {
                         ColumnName = "columnName",
                         DataSetIdentifier = "dataSetIdentifier"
                     },
                     FieldId = "fieldId",
                     FormatConfiguration = new FormatConfigurationProperty {
                         DateTimeFormatConfiguration = new DateTimeFormatConfigurationProperty {
                             DateTimeFormat = "dateTimeFormat",
                             NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                                 NullString = "nullString"
                             },
                             NumericFormatConfiguration = new NumericFormatConfigurationProperty {
                                 CurrencyDisplayFormatConfiguration = new CurrencyDisplayFormatConfigurationProperty {
                                     DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                                         DecimalPlaces = 123
                                     },
                                     NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                                         DisplayMode = "displayMode"
                                     },
                                     NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                                         NullString = "nullString"
                                     },
                                     NumberScale = "numberScale",
                                     Prefix = "prefix",
                                     SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                                         DecimalSeparator = "decimalSeparator",
                                         ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                             GroupingStyle = "groupingStyle",
                                             Symbol = "symbol",
                                             Visibility = "visibility"
                                         }
                                     },
                                     Suffix = "suffix",
                                     Symbol = "symbol"
                                 },
                                 NumberDisplayFormatConfiguration = new NumberDisplayFormatConfigurationProperty {
                                     DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                                         DecimalPlaces = 123
                                     },
                                     NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                                         DisplayMode = "displayMode"
                                     },
                                     NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                                         NullString = "nullString"
                                     },
                                     NumberScale = "numberScale",
                                     Prefix = "prefix",
                                     SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                                         DecimalSeparator = "decimalSeparator",
                                         ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                             GroupingStyle = "groupingStyle",
                                             Symbol = "symbol",
                                             Visibility = "visibility"
                                         }
                                     },
                                     Suffix = "suffix"
                                 },
                                 PercentageDisplayFormatConfiguration = new PercentageDisplayFormatConfigurationProperty {
                                     DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                                         DecimalPlaces = 123
                                     },
                                     NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                                         DisplayMode = "displayMode"
                                     },
                                     NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                                         NullString = "nullString"
                                     },
                                     Prefix = "prefix",
                                     SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                                         DecimalSeparator = "decimalSeparator",
                                         ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                             GroupingStyle = "groupingStyle",
                                             Symbol = "symbol",
                                             Visibility = "visibility"
                                         }
                                     },
                                     Suffix = "suffix"
                                 }
                             }
                         },
                         NumberFormatConfiguration = new NumberFormatConfigurationProperty {
                             FormatConfiguration = new NumericFormatConfigurationProperty {
                                 CurrencyDisplayFormatConfiguration = new CurrencyDisplayFormatConfigurationProperty {
                                     DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                                         DecimalPlaces = 123
                                     },
                                     NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                                         DisplayMode = "displayMode"
                                     },
                                     NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                                         NullString = "nullString"
                                     },
                                     NumberScale = "numberScale",
                                     Prefix = "prefix",
                                     SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                                         DecimalSeparator = "decimalSeparator",
                                         ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                             GroupingStyle = "groupingStyle",
                                             Symbol = "symbol",
                                             Visibility = "visibility"
                                         }
                                     },
                                     Suffix = "suffix",
                                     Symbol = "symbol"
                                 },
                                 NumberDisplayFormatConfiguration = new NumberDisplayFormatConfigurationProperty {
                                     DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                                         DecimalPlaces = 123
                                     },
                                     NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                                         DisplayMode = "displayMode"
                                     },
                                     NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                                         NullString = "nullString"
                                     },
                                     NumberScale = "numberScale",
                                     Prefix = "prefix",
                                     SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                                         DecimalSeparator = "decimalSeparator",
                                         ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                             GroupingStyle = "groupingStyle",
                                             Symbol = "symbol",
                                             Visibility = "visibility"
                                         }
                                     },
                                     Suffix = "suffix"
                                 },
                                 PercentageDisplayFormatConfiguration = new PercentageDisplayFormatConfigurationProperty {
                                     DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                                         DecimalPlaces = 123
                                     },
                                     NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                                         DisplayMode = "displayMode"
                                     },
                                     NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                                         NullString = "nullString"
                                     },
                                     Prefix = "prefix",
                                     SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                                         DecimalSeparator = "decimalSeparator",
                                         ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                             GroupingStyle = "groupingStyle",
                                             Symbol = "symbol",
                                             Visibility = "visibility"
                                         }
                                     },
                                     Suffix = "suffix"
                                 }
                             }
                         },
                         StringFormatConfiguration = new StringFormatConfigurationProperty {
                             NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                                 NullString = "nullString"
                             },
                             NumericFormatConfiguration = new NumericFormatConfigurationProperty {
                                 CurrencyDisplayFormatConfiguration = new CurrencyDisplayFormatConfigurationProperty {
                                     DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                                         DecimalPlaces = 123
                                     },
                                     NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                                         DisplayMode = "displayMode"
                                     },
                                     NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                                         NullString = "nullString"
                                     },
                                     NumberScale = "numberScale",
                                     Prefix = "prefix",
                                     SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                                         DecimalSeparator = "decimalSeparator",
                                         ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                             GroupingStyle = "groupingStyle",
                                             Symbol = "symbol",
                                             Visibility = "visibility"
                                         }
                                     },
                                     Suffix = "suffix",
                                     Symbol = "symbol"
                                 },
                                 NumberDisplayFormatConfiguration = new NumberDisplayFormatConfigurationProperty {
                                     DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                                         DecimalPlaces = 123
                                     },
                                     NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                                         DisplayMode = "displayMode"
                                     },
                                     NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                                         NullString = "nullString"
                                     },
                                     NumberScale = "numberScale",
                                     Prefix = "prefix",
                                     SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                                         DecimalSeparator = "decimalSeparator",
                                         ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                             GroupingStyle = "groupingStyle",
                                             Symbol = "symbol",
                                             Visibility = "visibility"
                                         }
                                     },
                                     Suffix = "suffix"
                                 },
                                 PercentageDisplayFormatConfiguration = new PercentageDisplayFormatConfigurationProperty {
                                     DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                                         DecimalPlaces = 123
                                     },
                                     NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                                         DisplayMode = "displayMode"
                                     },
                                     NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                                         NullString = "nullString"
                                     },
                                     Prefix = "prefix",
                                     SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                                         DecimalSeparator = "decimalSeparator",
                                         ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                             GroupingStyle = "groupingStyle",
                                             Symbol = "symbol",
                                             Visibility = "visibility"
                                         }
                                     },
                                     Suffix = "suffix"
                                 }
                             }
                         }
                     }
                 } }
             };

Synopsis

Constructors

TableUnaggregatedFieldWellsProperty()

The unaggregated field well for the table.

Properties

Values

The values field well for a pivot table.

Constructors

TableUnaggregatedFieldWellsProperty()

The unaggregated field well for the table.

public TableUnaggregatedFieldWellsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-tableunaggregatedfieldwells.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 tableUnaggregatedFieldWellsProperty = new TableUnaggregatedFieldWellsProperty {
                 Values = new [] { new UnaggregatedFieldProperty {
                     Column = new ColumnIdentifierProperty {
                         ColumnName = "columnName",
                         DataSetIdentifier = "dataSetIdentifier"
                     },
                     FieldId = "fieldId",
                     FormatConfiguration = new FormatConfigurationProperty {
                         DateTimeFormatConfiguration = new DateTimeFormatConfigurationProperty {
                             DateTimeFormat = "dateTimeFormat",
                             NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                                 NullString = "nullString"
                             },
                             NumericFormatConfiguration = new NumericFormatConfigurationProperty {
                                 CurrencyDisplayFormatConfiguration = new CurrencyDisplayFormatConfigurationProperty {
                                     DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                                         DecimalPlaces = 123
                                     },
                                     NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                                         DisplayMode = "displayMode"
                                     },
                                     NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                                         NullString = "nullString"
                                     },
                                     NumberScale = "numberScale",
                                     Prefix = "prefix",
                                     SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                                         DecimalSeparator = "decimalSeparator",
                                         ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                             GroupingStyle = "groupingStyle",
                                             Symbol = "symbol",
                                             Visibility = "visibility"
                                         }
                                     },
                                     Suffix = "suffix",
                                     Symbol = "symbol"
                                 },
                                 NumberDisplayFormatConfiguration = new NumberDisplayFormatConfigurationProperty {
                                     DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                                         DecimalPlaces = 123
                                     },
                                     NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                                         DisplayMode = "displayMode"
                                     },
                                     NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                                         NullString = "nullString"
                                     },
                                     NumberScale = "numberScale",
                                     Prefix = "prefix",
                                     SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                                         DecimalSeparator = "decimalSeparator",
                                         ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                             GroupingStyle = "groupingStyle",
                                             Symbol = "symbol",
                                             Visibility = "visibility"
                                         }
                                     },
                                     Suffix = "suffix"
                                 },
                                 PercentageDisplayFormatConfiguration = new PercentageDisplayFormatConfigurationProperty {
                                     DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                                         DecimalPlaces = 123
                                     },
                                     NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                                         DisplayMode = "displayMode"
                                     },
                                     NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                                         NullString = "nullString"
                                     },
                                     Prefix = "prefix",
                                     SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                                         DecimalSeparator = "decimalSeparator",
                                         ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                             GroupingStyle = "groupingStyle",
                                             Symbol = "symbol",
                                             Visibility = "visibility"
                                         }
                                     },
                                     Suffix = "suffix"
                                 }
                             }
                         },
                         NumberFormatConfiguration = new NumberFormatConfigurationProperty {
                             FormatConfiguration = new NumericFormatConfigurationProperty {
                                 CurrencyDisplayFormatConfiguration = new CurrencyDisplayFormatConfigurationProperty {
                                     DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                                         DecimalPlaces = 123
                                     },
                                     NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                                         DisplayMode = "displayMode"
                                     },
                                     NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                                         NullString = "nullString"
                                     },
                                     NumberScale = "numberScale",
                                     Prefix = "prefix",
                                     SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                                         DecimalSeparator = "decimalSeparator",
                                         ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                             GroupingStyle = "groupingStyle",
                                             Symbol = "symbol",
                                             Visibility = "visibility"
                                         }
                                     },
                                     Suffix = "suffix",
                                     Symbol = "symbol"
                                 },
                                 NumberDisplayFormatConfiguration = new NumberDisplayFormatConfigurationProperty {
                                     DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                                         DecimalPlaces = 123
                                     },
                                     NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                                         DisplayMode = "displayMode"
                                     },
                                     NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                                         NullString = "nullString"
                                     },
                                     NumberScale = "numberScale",
                                     Prefix = "prefix",
                                     SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                                         DecimalSeparator = "decimalSeparator",
                                         ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                             GroupingStyle = "groupingStyle",
                                             Symbol = "symbol",
                                             Visibility = "visibility"
                                         }
                                     },
                                     Suffix = "suffix"
                                 },
                                 PercentageDisplayFormatConfiguration = new PercentageDisplayFormatConfigurationProperty {
                                     DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                                         DecimalPlaces = 123
                                     },
                                     NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                                         DisplayMode = "displayMode"
                                     },
                                     NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                                         NullString = "nullString"
                                     },
                                     Prefix = "prefix",
                                     SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                                         DecimalSeparator = "decimalSeparator",
                                         ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                             GroupingStyle = "groupingStyle",
                                             Symbol = "symbol",
                                             Visibility = "visibility"
                                         }
                                     },
                                     Suffix = "suffix"
                                 }
                             }
                         },
                         StringFormatConfiguration = new StringFormatConfigurationProperty {
                             NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                                 NullString = "nullString"
                             },
                             NumericFormatConfiguration = new NumericFormatConfigurationProperty {
                                 CurrencyDisplayFormatConfiguration = new CurrencyDisplayFormatConfigurationProperty {
                                     DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                                         DecimalPlaces = 123
                                     },
                                     NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                                         DisplayMode = "displayMode"
                                     },
                                     NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                                         NullString = "nullString"
                                     },
                                     NumberScale = "numberScale",
                                     Prefix = "prefix",
                                     SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                                         DecimalSeparator = "decimalSeparator",
                                         ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                             GroupingStyle = "groupingStyle",
                                             Symbol = "symbol",
                                             Visibility = "visibility"
                                         }
                                     },
                                     Suffix = "suffix",
                                     Symbol = "symbol"
                                 },
                                 NumberDisplayFormatConfiguration = new NumberDisplayFormatConfigurationProperty {
                                     DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                                         DecimalPlaces = 123
                                     },
                                     NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                                         DisplayMode = "displayMode"
                                     },
                                     NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                                         NullString = "nullString"
                                     },
                                     NumberScale = "numberScale",
                                     Prefix = "prefix",
                                     SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                                         DecimalSeparator = "decimalSeparator",
                                         ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                             GroupingStyle = "groupingStyle",
                                             Symbol = "symbol",
                                             Visibility = "visibility"
                                         }
                                     },
                                     Suffix = "suffix"
                                 },
                                 PercentageDisplayFormatConfiguration = new PercentageDisplayFormatConfigurationProperty {
                                     DecimalPlacesConfiguration = new DecimalPlacesConfigurationProperty {
                                         DecimalPlaces = 123
                                     },
                                     NegativeValueConfiguration = new NegativeValueConfigurationProperty {
                                         DisplayMode = "displayMode"
                                     },
                                     NullValueFormatConfiguration = new NullValueFormatConfigurationProperty {
                                         NullString = "nullString"
                                     },
                                     Prefix = "prefix",
                                     SeparatorConfiguration = new NumericSeparatorConfigurationProperty {
                                         DecimalSeparator = "decimalSeparator",
                                         ThousandsSeparator = new ThousandSeparatorOptionsProperty {
                                             GroupingStyle = "groupingStyle",
                                             Symbol = "symbol",
                                             Visibility = "visibility"
                                         }
                                     },
                                     Suffix = "suffix"
                                 }
                             }
                         }
                     }
                 } }
             };

Properties

Values

The values field well for a pivot table.

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

object

Remarks

Values are unaggregated for an unaggregated table.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-tableunaggregatedfieldwells.html#cfn-quicksight-dashboard-tableunaggregatedfieldwells-values

Type union: either IResolvable or (either IResolvable or CfnDashboardPropsMixin.IUnaggregatedFieldProperty)[]

Implements

CfnDashboardPropsMixin.ITableUnaggregatedFieldWellsProperty
Back to top Generated by DocFX