aws-cdk-lib.aws_quicksight.CfnTemplate.StringValueWhenUnsetConfigurationProperty

interface StringValueWhenUnsetConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.StringValueWhenUnsetConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_StringValueWhenUnsetConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.StringValueWhenUnsetConfigurationProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.StringValueWhenUnsetConfigurationProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTemplate » StringValueWhenUnsetConfigurationProperty

The configuration that defines the default value of a String parameter when a value has not been set.

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 stringValueWhenUnsetConfigurationProperty: quicksight.CfnTemplate.StringValueWhenUnsetConfigurationProperty = {
  customValue: 'customValue',
  valueWhenUnsetOption: 'valueWhenUnsetOption',
};

Properties

NameTypeDescription
customValue?stringA custom value that's used when the value of a parameter isn't set.
valueWhenUnsetOption?stringThe built-in options for default values. The value can be one of the following:.

customValue?

Type: string (optional)

A custom value that's used when the value of a parameter isn't set.


valueWhenUnsetOption?

Type: string (optional)

The built-in options for default values. The value can be one of the following:.

  • RECOMMENDED : The recommended value.
  • NULL : The NULL value.