interface DateTimeValueWhenUnsetConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnDashboardPropsMixin.DateTimeValueWhenUnsetConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnDashboardPropsMixin_DateTimeValueWhenUnsetConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDashboardPropsMixin.DateTimeValueWhenUnsetConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnDashboardPropsMixin.DateTimeValueWhenUnsetConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnDashboardPropsMixin » DateTimeValueWhenUnsetConfigurationProperty |
The configuration that defines the default value of a DateTime 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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const dateTimeValueWhenUnsetConfigurationProperty: quicksight_mixins.CfnDashboardPropsMixin.DateTimeValueWhenUnsetConfigurationProperty = {
customValue: 'customValue',
valueWhenUnsetOption: 'valueWhenUnsetOption',
};
Properties
| Name | Type | Description |
|---|---|---|
| custom | string | 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:
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: TheNULLvalue.

.NET
Go
Java
Python
TypeScript