Show / Hide Table of Contents

Interface CfnTemplatePropsMixin.IForecastConfigurationProperty

The forecast configuration that is used in a line chart's display properties.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnTemplatePropsMixin.IForecastConfigurationProperty
Syntax (vb)
Public Interface CfnTemplatePropsMixin.IForecastConfigurationProperty
Remarks

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

             var forecastConfigurationProperty = new ForecastConfigurationProperty {
                 ForecastProperties = new TimeBasedForecastPropertiesProperty {
                     LowerBoundary = 123,
                     PeriodsBackward = 123,
                     PeriodsForward = 123,
                     PredictionInterval = 123,
                     Seasonality = 123,
                     UpperBoundary = 123
                 },
                 Scenario = new ForecastScenarioProperty {
                     WhatIfPointScenario = new WhatIfPointScenarioProperty {
                         Date = "date",
                         Value = 123
                     },
                     WhatIfRangeScenario = new WhatIfRangeScenarioProperty {
                         EndDate = "endDate",
                         StartDate = "startDate",
                         Value = 123
                     }
                 }
             };

Synopsis

Properties

ForecastProperties

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

Scenario

The forecast scenario of a forecast in the line chart.

Properties

ForecastProperties

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

object? ForecastProperties { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnTemplatePropsMixin.ITimeBasedForecastPropertiesProperty

Scenario

The forecast scenario of a forecast in the line chart.

object? Scenario { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnTemplatePropsMixin.IForecastScenarioProperty

Back to top Generated by DocFX