Show / Hide Table of Contents

Interface CfnAnalysis.INullValueFormatConfigurationProperty

The options that determine the null value format configuration.

Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public interface INullValueFormatConfigurationProperty
Syntax (vb)
Public Interface INullValueFormatConfigurationProperty
Remarks

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

Properties

NullString

Determines the null string of null values.

Properties

NullString

Determines the null string of null values.

string NullString { get; }
Property Value

System.String

Remarks

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

Back to top Generated by DocFX