Interface CfnAnalysis.TimeBasedForecastPropertiesProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAnalysis.TimeBasedForecastPropertiesProperty.Jsii$Proxy
Enclosing class:
CfnAnalysis

@Stability(Stable) public static interface CfnAnalysis.TimeBasedForecastPropertiesProperty extends software.amazon.jsii.JsiiSerializable
The forecast properties setup of a forecast in the line chart.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.quicksight.*;
 TimeBasedForecastPropertiesProperty timeBasedForecastPropertiesProperty = TimeBasedForecastPropertiesProperty.builder()
         .lowerBoundary(123)
         .periodsBackward(123)
         .periodsForward(123)
         .predictionInterval(123)
         .seasonality(123)
         .upperBoundary(123)
         .build();
 

See Also: