interface WhatIfPointScenarioProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.WhatIfPointScenarioProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.WhatIfPointScenarioProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.WhatIfPointScenarioProperty |
TypeScript | @aws-cdk/aws-quicksight » CfnAnalysis » 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.CfnAnalysis.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.