interface WhatIfPointScenarioProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnTemplate.WhatIfPointScenarioProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_WhatIfPointScenarioProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnTemplate.WhatIfPointScenarioProperty |
![]() | aws_cdk.aws_quicksight.CfnTemplate.WhatIfPointScenarioProperty |
![]() | aws-cdk-lib » aws_quicksight » CfnTemplate » 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.CfnTemplate.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.