Show / Hide Table of Contents

Class CfnAnalysisPropsMixin.StringFormatConfigurationProperty

Formatting configuration for string fields.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-stringformatconfiguration.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 stringFormatConfigurationProperty = 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

StringFormatConfigurationProperty()

Formatting configuration for string fields.

Properties

NullValueFormatConfiguration

The options that determine the null value format configuration.

NumericFormatConfiguration

The formatting configuration for numeric strings.

Constructors

StringFormatConfigurationProperty()

Formatting configuration for string fields.

public StringFormatConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-analysis-stringformatconfiguration.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 stringFormatConfigurationProperty = 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

NullValueFormatConfiguration

The options that determine the null value format configuration.

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

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.INullValueFormatConfigurationProperty

NumericFormatConfiguration

The formatting configuration for numeric strings.

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

object

Remarks

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

Type union: either IResolvable or CfnAnalysisPropsMixin.INumericFormatConfigurationProperty

Implements

CfnAnalysisPropsMixin.IStringFormatConfigurationProperty
Back to top Generated by DocFX