interface WhatIfRangeScenarioProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnAnalysis.WhatIfRangeScenarioProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_WhatIfRangeScenarioProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnAnalysis.WhatIfRangeScenarioProperty |
![]() | aws_cdk.aws_quicksight.CfnAnalysis.WhatIfRangeScenarioProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnAnalysis » 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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const whatIfRangeScenarioProperty: quicksight.CfnAnalysis.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.