Show / Hide Table of Contents

Class CfnDashboard.TimeBasedForecastPropertiesProperty

The forecast properties setup of a forecast in the line chart.

Inheritance
object
CfnDashboard.TimeBasedForecastPropertiesProperty
Implements
CfnDashboard.ITimeBasedForecastPropertiesProperty
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 CfnDashboard.TimeBasedForecastPropertiesProperty : CfnDashboard.ITimeBasedForecastPropertiesProperty
Syntax (vb)
Public Class CfnDashboard.TimeBasedForecastPropertiesProperty Implements CfnDashboard.ITimeBasedForecastPropertiesProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-timebasedforecastproperties.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 timeBasedForecastPropertiesProperty = new TimeBasedForecastPropertiesProperty {
                 LowerBoundary = 123,
                 PeriodsBackward = 123,
                 PeriodsForward = 123,
                 PredictionInterval = 123,
                 Seasonality = 123,
                 UpperBoundary = 123
             };

Synopsis

Constructors

TimeBasedForecastPropertiesProperty()

The forecast properties setup of a forecast in the line chart.

Properties

LowerBoundary

The lower boundary setup of a forecast computation.

PeriodsBackward

The periods backward setup of a forecast computation.

PeriodsForward

The periods forward setup of a forecast computation.

PredictionInterval

The prediction interval setup of a forecast computation.

Seasonality

The seasonality setup of a forecast computation. Choose one of the following options:.

UpperBoundary

The upper boundary setup of a forecast computation.

Constructors

TimeBasedForecastPropertiesProperty()

The forecast properties setup of a forecast in the line chart.

public TimeBasedForecastPropertiesProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-quicksight-dashboard-timebasedforecastproperties.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 timeBasedForecastPropertiesProperty = new TimeBasedForecastPropertiesProperty {
                 LowerBoundary = 123,
                 PeriodsBackward = 123,
                 PeriodsForward = 123,
                 PredictionInterval = 123,
                 Seasonality = 123,
                 UpperBoundary = 123
             };

Properties

LowerBoundary

The lower boundary setup of a forecast computation.

public double? LowerBoundary { get; set; }
Property Value

double?

Remarks

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

PeriodsBackward

The periods backward setup of a forecast computation.

public double? PeriodsBackward { get; set; }
Property Value

double?

Remarks

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

PeriodsForward

The periods forward setup of a forecast computation.

public double? PeriodsForward { get; set; }
Property Value

double?

Remarks

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

PredictionInterval

The prediction interval setup of a forecast computation.

public double? PredictionInterval { get; set; }
Property Value

double?

Remarks

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

Seasonality

The seasonality setup of a forecast computation. Choose one of the following options:.

public double? Seasonality { get; set; }
Property Value

double?

Remarks

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

    UpperBoundary

    The upper boundary setup of a forecast computation.

    public double? UpperBoundary { get; set; }
    Property Value

    double?

    Remarks

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

    Implements

    CfnDashboard.ITimeBasedForecastPropertiesProperty
    Back to top Generated by DocFX