interface CustomValuesConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnAnalysis.CustomValuesConfigurationProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnAnalysis.CustomValuesConfigurationProperty |
![]() | aws_cdk.aws_quicksight.CfnAnalysis.CustomValuesConfigurationProperty |
![]() | @aws-cdk/aws-quicksight » CfnAnalysis » CustomValuesConfigurationProperty |
The configuration of custom values for the destination parameter in DestinationParameterValueConfiguration
.
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 customValuesConfigurationProperty: quicksight.CfnAnalysis.CustomValuesConfigurationProperty = {
customValues: {
dateTimeValues: ['dateTimeValues'],
decimalValues: [123],
integerValues: [123],
stringValues: ['stringValues'],
},
// the properties below are optional
includeNullValue: false,
};
Properties
Name | Type | Description |
---|---|---|
custom | IResolvable | Custom | CfnAnalysis.CustomValuesConfigurationProperty.CustomValues . |
include | boolean | IResolvable | Includes the null value in custom action parameter values. |
customValues
Type:
IResolvable
|
Custom
CfnAnalysis.CustomValuesConfigurationProperty.CustomValues
.
includeNullValue?
Type:
boolean |
IResolvable
(optional)
Includes the null value in custom action parameter values.