Show / Hide Table of Contents

Interface CfnTemplatePropsMixin.INullValueFormatConfigurationProperty

The options that determine the null value format configuration.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnTemplatePropsMixin.INullValueFormatConfigurationProperty
Syntax (vb)
Public Interface 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

Properties

NullString

Determines the null string of null values.

Properties

NullString

Determines the null string of null values.

string? NullString { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX