aws-cdk-lib.aws_quicksight.CfnDashboard.NullValueFormatConfigurationProperty

interface NullValueFormatConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDashboard.NullValueFormatConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_NullValueFormatConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDashboard.NullValueFormatConfigurationProperty
Pythonaws_cdk.aws_quicksight.CfnDashboard.NullValueFormatConfigurationProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnDashboard » NullValueFormatConfigurationProperty

The options that determine the null value format configuration.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_quicksight as quicksight } from 'aws-cdk-lib';
const nullValueFormatConfigurationProperty: quicksight.CfnDashboard.NullValueFormatConfigurationProperty = {
  nullString: 'nullString',
};

Properties

NameTypeDescription
nullStringstringDetermines the null string of null values.

nullString

Type: string

Determines the null string of null values.