Show / Hide Table of Contents

Class CfnTemplate.WhatIfPointScenarioProperty

Provides the forecast to meet the target for a particular date.

Inheritance
object
CfnTemplate.WhatIfPointScenarioProperty
Implements
CfnTemplate.IWhatIfPointScenarioProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-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

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-template-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
             };

Properties

Date

The date that you need the forecast results for.

public string Date { get; set; }
Property Value

string

Remarks

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

Value

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

public double Value { get; set; }
Property Value

double

Remarks

Default: - 0

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

Implements

CfnTemplate.IWhatIfPointScenarioProperty
Back to top Generated by DocFX