interface WhatIfPointScenarioProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnTemplatePropsMixin.WhatIfPointScenarioProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnTemplatePropsMixin_WhatIfPointScenarioProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.WhatIfPointScenarioProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnTemplatePropsMixin.WhatIfPointScenarioProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnTemplatePropsMixin » 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/cfn-property-mixins';
const whatIfPointScenarioProperty: quicksight.CfnTemplatePropsMixin.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
(optional)
The date that you need the forecast results for.
value?
Type:
number
(optional, default: 0)
The target value that you want to meet for the provided date.

.NET
Go
Java
Python
TypeScript