aws-cdk-lib.aws_quicksight.CfnAnalysis.WhatIfPointScenarioProperty

interface WhatIfPointScenarioProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnAnalysis.WhatIfPointScenarioProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_WhatIfPointScenarioProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnAnalysis.WhatIfPointScenarioProperty
Pythonaws_cdk.aws_quicksight.CfnAnalysis.WhatIfPointScenarioProperty
TypeScript aws-cdk-lib » 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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const whatIfPointScenarioProperty: quicksight.CfnAnalysis.WhatIfPointScenarioProperty = {
  date: 'date',
  value: 123,
};

Properties

NameTypeDescription
datestringThe date that you need the forecast results for.
valuenumberThe 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.