Class CfnTemplate.WhatIfPointScenarioProperty
Provides the forecast to meet the target for a particular date.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class WhatIfPointScenarioProperty : Object, CfnTemplate.IWhatIfPointScenarioProperty
Syntax (vb)
Public Class WhatIfPointScenarioProperty
Inherits Object
Implements CfnTemplate.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
Constructors
What |
Properties
Date | The date that you need the forecast results for. |
Value | The target value that you want to meet for the provided date. |
Constructors
WhatIfPointScenarioProperty()
public WhatIfPointScenarioProperty()
Properties
Date
The date that you need the forecast results for.
public string Date { get; set; }
Property Value
System.
Remarks
Value
The target value that you want to meet for the provided date.
public double Value { get; set; }
Property Value
System.