aws-cdk-lib.aws_quicksight.CfnTemplate.CustomValuesConfigurationProperty

interface CustomValuesConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.CustomValuesConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_CustomValuesConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.CustomValuesConfigurationProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.CustomValuesConfigurationProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTemplate » 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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const customValuesConfigurationProperty: quicksight.CfnTemplate.CustomValuesConfigurationProperty = {
  customValues: {
    dateTimeValues: ['dateTimeValues'],
    decimalValues: [123],
    integerValues: [123],
    stringValues: ['stringValues'],
  },

  // the properties below are optional
  includeNullValue: false,
};

Properties

NameTypeDescription
customValuesIResolvable | CustomParameterValuesPropertyCfnTemplate.CustomValuesConfigurationProperty.CustomValues.
includeNullValue?boolean | IResolvableIncludes the null value in custom action parameter values.

customValues

Type: IResolvable | CustomParameterValuesProperty

CfnTemplate.CustomValuesConfigurationProperty.CustomValues.


includeNullValue?

Type: boolean | IResolvable (optional)

Includes the null value in custom action parameter values.