Show / Hide Table of Contents

Class CfnDashboardPropsMixin.NullValueFormatConfigurationProperty

The options that determine the null value format configuration.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-nullvalueformatconfiguration.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 nullValueFormatConfigurationProperty = new NullValueFormatConfigurationProperty {
                 NullString = "nullString"
             };

Synopsis

Constructors

NullValueFormatConfigurationProperty()

The options that determine the null value format configuration.

Properties

NullString

Determines the null string of null values.

Constructors

NullValueFormatConfigurationProperty()

The options that determine the null value format configuration.

public NullValueFormatConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-nullvalueformatconfiguration.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 nullValueFormatConfigurationProperty = new NullValueFormatConfigurationProperty {
                 NullString = "nullString"
             };

Properties

NullString

Determines the null string of null values.

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

string

Remarks

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

Implements

CfnDashboardPropsMixin.INullValueFormatConfigurationProperty
Back to top Generated by DocFX