interface NullValueFormatConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.NullValueFormatConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.NullValueFormatConfigurationProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.NullValueFormatConfigurationProperty |
TypeScript | @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.