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