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