interface WhatIfPointScenarioProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.WhatIfPointScenarioProperty | 
|  Java | software.amazon.awscdk.services.quicksight.CfnDashboard.WhatIfPointScenarioProperty | 
|  Python | aws_cdk.aws_quicksight.CfnDashboard.WhatIfPointScenarioProperty | 
|  TypeScript | @aws-cdk/aws-quicksight»CfnDashboard»WhatIfPointScenarioProperty | 
Provides the forecast to meet the target for a particular date.
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 whatIfPointScenarioProperty: quicksight.CfnDashboard.WhatIfPointScenarioProperty = {
  date: 'date',
  value: 123,
};
Properties
| Name | Type | Description | 
|---|---|---|
| date | string | The date that you need the forecast results for. | 
| value | number | The target value that you want to meet for the provided date. | 
date
Type:
string
The date that you need the forecast results for.
value
Type:
number
The target value that you want to meet for the provided date.
