Show / Hide Table of Contents

Class CfnTemplate.NullValueFormatConfigurationProperty

The options that determine the null value format configuration.

Inheritance
object
CfnTemplate.NullValueFormatConfigurationProperty
Implements
CfnTemplate.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.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTemplate.NullValueFormatConfigurationProperty : CfnTemplate.INullValueFormatConfigurationProperty
Syntax (vb)
Public Class CfnTemplate.NullValueFormatConfigurationProperty Implements CfnTemplate.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.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.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

CfnTemplate.INullValueFormatConfigurationProperty
Back to top Generated by DocFX