interface NullValueFormatConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnDashboardPropsMixin.NullValueFormatConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnDashboardPropsMixin_NullValueFormatConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.NullValueFormatConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnDashboardPropsMixin.NullValueFormatConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnDashboardPropsMixin » 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/cfn-property-mixins';
const nullValueFormatConfigurationProperty: quicksight.CfnDashboardPropsMixin.NullValueFormatConfigurationProperty = {
nullString: 'nullString',
};
Properties
| Name | Type | Description |
|---|---|---|
| null | string | Determines the null string of null values. |
nullString?
Type:
string
(optional)
Determines the null string of null values.

.NET
Go
Java
Python
TypeScript