Interface CfnDashboard.WhatIfRangeScenarioProperty

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

@Stability(Stable) public static interface CfnDashboard.WhatIfRangeScenarioProperty extends software.amazon.jsii.JsiiSerializable
Provides the forecast to meet the target for a particular date range.

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.*;
 WhatIfRangeScenarioProperty whatIfRangeScenarioProperty = WhatIfRangeScenarioProperty.builder()
         .endDate("endDate")
         .startDate("startDate")
         .value(123)
         .build();
 

See Also: