interface NullValueFormatConfigurationProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTemplate.NullValueFormatConfigurationProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTemplate.NullValueFormatConfigurationProperty |
![]() | aws_cdk.aws_quicksight.CfnTemplate.NullValueFormatConfigurationProperty |
![]() | @aws-cdk/aws-quicksight » CfnTemplate » 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 * as quicksight from '@aws-cdk/aws-quicksight';
const nullValueFormatConfigurationProperty: quicksight.CfnTemplate.NullValueFormatConfigurationProperty = {
nullString: 'nullString',
};
Properties
Name | Type | Description |
---|---|---|
null | string | Determines the null string of null values. |
nullString
Type:
string
Determines the null string of null values.