aws-cdk-lib.aws_quicksight.CfnTemplate.WhatIfRangeScenarioProperty

interface WhatIfRangeScenarioProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.WhatIfRangeScenarioProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_WhatIfRangeScenarioProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.WhatIfRangeScenarioProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.WhatIfRangeScenarioProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTemplate » 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.CfnTemplate.WhatIfRangeScenarioProperty = {
  endDate: 'endDate',
  startDate: 'startDate',
  value: 123,
};

Properties

NameTypeDescription
endDatestringThe end date in the date range that you need the forecast results for.
startDatestringThe start date in the date range that you need the forecast results for.
valuenumberThe 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.