interface NullValueFormatConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnAnalysis.NullValueFormatConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_NullValueFormatConfigurationProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnAnalysis.NullValueFormatConfigurationProperty |
![]() | aws_cdk.aws_quicksight.CfnAnalysis.NullValueFormatConfigurationProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnAnalysis » 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.CfnAnalysis.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.