Show / Hide Table of Contents

Class CfnDashboard.UnaggregatedFieldProperty

The unaggregated field for a table.

Inheritance
object
CfnDashboard.UnaggregatedFieldProperty
Implements
CfnDashboard.IUnaggregatedFieldProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnDashboard.UnaggregatedFieldProperty : CfnDashboard.IUnaggregatedFieldProperty
Syntax (vb)
Public Class CfnDashboard.UnaggregatedFieldProperty Implements CfnDashboard.IUnaggregatedFieldProperty
Remarks

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

             var unaggregatedFieldProperty = new UnaggregatedFieldProperty {
                 Column = new ColumnIdentifierProperty {
                     ColumnName = "columnName",
                     DataSetIdentifier = "dataSetIdentifier"
                 },
                 FieldId = "fieldId",

                 // the properties below are optional
                 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

UnaggregatedFieldProperty()

The unaggregated field for a table.

Properties

Column

The column that is used in the UnaggregatedField .

FieldId

The custom field ID.

FormatConfiguration

The format configuration of the field.

Constructors

UnaggregatedFieldProperty()

The unaggregated field for a table.

public UnaggregatedFieldProperty()
Remarks

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

             var unaggregatedFieldProperty = new UnaggregatedFieldProperty {
                 Column = new ColumnIdentifierProperty {
                     ColumnName = "columnName",
                     DataSetIdentifier = "dataSetIdentifier"
                 },
                 FieldId = "fieldId",

                 // the properties below are optional
                 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

Column

The column that is used in the UnaggregatedField .

public object Column { get; set; }
Property Value

object

Remarks

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

FieldId

The custom field ID.

public string FieldId { get; set; }
Property Value

string

Remarks

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

FormatConfiguration

The format configuration of the field.

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

object

Remarks

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

Implements

CfnDashboard.IUnaggregatedFieldProperty
Back to top Generated by DocFX