interface IntegerValueWhenUnsetConfigurationProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.IntegerValueWhenUnsetConfigurationProperty | 
|  Java | software.amazon.awscdk.services.quicksight.CfnDashboard.IntegerValueWhenUnsetConfigurationProperty | 
|  Python | aws_cdk.aws_quicksight.CfnDashboard.IntegerValueWhenUnsetConfigurationProperty | 
|  TypeScript | @aws-cdk/aws-quicksight»CfnDashboard»IntegerValueWhenUnsetConfigurationProperty | 
A parameter declaration for the Integer data type.
This is a union type structure. For this structure to be valid, only one of the attributes can be defined.
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 integerValueWhenUnsetConfigurationProperty: quicksight.CfnDashboard.IntegerValueWhenUnsetConfigurationProperty = {
  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: The- NULLvalue.
