Show / Hide Table of Contents

Class CfnAnalysis.NullValueFormatConfigurationProperty

The options that determine the null value format configuration.

Inheritance
System.Object
CfnAnalysis.NullValueFormatConfigurationProperty
Implements
CfnAnalysis.INullValueFormatConfigurationProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.AWS.QuickSight.dll
Syntax (csharp)
public class NullValueFormatConfigurationProperty : Object, CfnAnalysis.INullValueFormatConfigurationProperty
Syntax (vb)
Public Class NullValueFormatConfigurationProperty
    Inherits Object
    Implements CfnAnalysis.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

Constructors

NullValueFormatConfigurationProperty()

Properties

NullString

Determines the null string of null values.

Constructors

NullValueFormatConfigurationProperty()

public NullValueFormatConfigurationProperty()

Properties

NullString

Determines the null string of null values.

public string NullString { get; set; }
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

Implements

CfnAnalysis.INullValueFormatConfigurationProperty
Back to top Generated by DocFX