interface DecimalValueWhenUnsetConfigurationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnTemplate.DecimalValueWhenUnsetConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_DecimalValueWhenUnsetConfigurationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnTemplate.DecimalValueWhenUnsetConfigurationProperty |
Python | aws_cdk.aws_quicksight.CfnTemplate.DecimalValueWhenUnsetConfigurationProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnTemplate » DecimalValueWhenUnsetConfigurationProperty |
The configuration that defines the default value of a Decimal
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 decimalValueWhenUnsetConfigurationProperty: quicksight.CfnTemplate.DecimalValueWhenUnsetConfigurationProperty = {
customValue: 123,
valueWhenUnsetOption: 'valueWhenUnsetOption',
};
Properties
Name | Type | Description |
---|---|---|
custom | number | A custom value that's used when the value of a parameter isn't set. |
value | string | The built-in options for default values. The value can be one of the following:. |
customValue?
Type:
number
(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
: TheNULL
value.