Show / Hide Table of Contents

Interface CfnTemplate.IColumnConfigurationProperty

The general configuration of a column.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnTemplate.IColumnConfigurationProperty
Syntax (vb)
Public Interface CfnTemplate.IColumnConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-columnconfiguration.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 columnConfigurationProperty = new ColumnConfigurationProperty {
                 Column = new ColumnIdentifierProperty {
                     ColumnName = "columnName",
                     DataSetIdentifier = "dataSetIdentifier"
                 },

                 // the properties below are optional
                 ColorsConfiguration = new ColorsConfigurationProperty {
                     CustomColors = new [] { new CustomColorProperty {
                         Color = "color",

                         // the properties below are optional
                         FieldValue = "fieldValue",
                         SpecialValue = "specialValue"
                     } }
                 },
                 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"
                             }
                         }
                     }
                 },
                 Role = "role"
             };

Synopsis

Properties

ColorsConfiguration

The color configurations of the column.

Column

The column.

FormatConfiguration

The format configuration of a column.

Role

The role of the column.

Properties

ColorsConfiguration

The color configurations of the column.

object? ColorsConfiguration { get; }
Property Value

object

Remarks

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

Column

The column.

object Column { get; }
Property Value

object

Remarks

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

FormatConfiguration

The format configuration of a column.

object? FormatConfiguration { get; }
Property Value

object

Remarks

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

Role

The role of the column.

string? Role { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX