Class CfnTemplatePropsMixin.NullValueFormatConfigurationProperty
The options that determine the null value format configuration.
Inherited Members
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
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
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; }