Show / Hide Table of Contents

Class CfnTemplatePropsMixin.PercentageDisplayFormatConfigurationProperty

The options that determine the percentage display format configuration.

Inheritance
object
CfnTemplatePropsMixin.PercentageDisplayFormatConfigurationProperty
Implements
CfnTemplatePropsMixin.IPercentageDisplayFormatConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTemplatePropsMixin.PercentageDisplayFormatConfigurationProperty : CfnTemplatePropsMixin.IPercentageDisplayFormatConfigurationProperty
Syntax (vb)
Public Class CfnTemplatePropsMixin.PercentageDisplayFormatConfigurationProperty Implements CfnTemplatePropsMixin.IPercentageDisplayFormatConfigurationProperty
Remarks

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

             var percentageDisplayFormatConfigurationProperty = 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

PercentageDisplayFormatConfigurationProperty()

The options that determine the percentage display format configuration.

Properties

DecimalPlacesConfiguration

The option that determines the decimal places configuration.

NegativeValueConfiguration

The options that determine the negative value configuration.

NullValueFormatConfiguration

The options that determine the null value format configuration.

Prefix

Determines the prefix value of the percentage format.

SeparatorConfiguration

The options that determine the numeric separator configuration.

Suffix

Determines the suffix value of the percentage format.

Constructors

PercentageDisplayFormatConfigurationProperty()

The options that determine the percentage display format configuration.

public PercentageDisplayFormatConfigurationProperty()
Remarks

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

             var percentageDisplayFormatConfigurationProperty = 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

DecimalPlacesConfiguration

The option that determines the decimal places configuration.

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

object

Remarks

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

Type union: either IResolvable or CfnTemplatePropsMixin.IDecimalPlacesConfigurationProperty

NegativeValueConfiguration

The options that determine the negative value configuration.

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

object

Remarks

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

Type union: either IResolvable or CfnTemplatePropsMixin.INegativeValueConfigurationProperty

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-template-percentagedisplayformatconfiguration.html#cfn-quicksight-template-percentagedisplayformatconfiguration-nullvalueformatconfiguration

Type union: either IResolvable or CfnTemplatePropsMixin.INullValueFormatConfigurationProperty

Prefix

Determines the prefix value of the percentage format.

public string? Prefix { get; set; }
Property Value

string

Remarks

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

SeparatorConfiguration

The options that determine the numeric separator configuration.

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

object

Remarks

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

Type union: either IResolvable or CfnTemplatePropsMixin.INumericSeparatorConfigurationProperty

Suffix

Determines the suffix value of the percentage format.

public string? Suffix { get; set; }
Property Value

string

Remarks

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

Implements

CfnTemplatePropsMixin.IPercentageDisplayFormatConfigurationProperty
Back to top Generated by DocFX