Show / Hide Table of Contents

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 CfnDashboard.IWhatIfPointScenarioProperty
Syntax (vb)
Public Interface CfnDashboard.IWhatIfPointScenarioProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-whatifpointscenario.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-whatifpointscenario.html#cfn-quicksight-dashboard-whatifpointscenario-date

Value

The target value that you want to meet for the provided date.

double Value { get; }
Property Value

double

Remarks

Default: - 0

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-whatifpointscenario.html#cfn-quicksight-dashboard-whatifpointscenario-value

Back to top Generated by DocFX