Show / Hide Table of Contents

Class CfnTemplatePropsMixin.NullValueFormatConfigurationProperty

The options that determine the null value format configuration.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-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-template-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-template-nullvalueformatconfiguration.html#cfn-quicksight-template-nullvalueformatconfiguration-nullstring

Implements

CfnTemplatePropsMixin.INullValueFormatConfigurationProperty
Back to top Generated by DocFX