Interface CfnDashboard.IWhatIfPointScenarioProperty
Provides the forecast to meet the target for a particular date.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IWhatIfPointScenarioProperty
Syntax (vb)
Public Interface IWhatIfPointScenarioProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var whatIfPointScenarioProperty = new WhatIfPointScenarioProperty {
Date = "date",
Value = 123
};
Synopsis
Properties
Date | The date that you need the forecast results for. |
Value | The target value that you want to meet for the provided date. |
Properties
Date
The date that you need the forecast results for.
string Date { get; }
Property Value
System.
Remarks
Value
The target value that you want to meet for the provided date.
double Value { get; }
Property Value
System.