Interface CfnTemplate.WhatIfPointScenarioProperty

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

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

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.*;
 WhatIfPointScenarioProperty whatIfPointScenarioProperty = WhatIfPointScenarioProperty.builder()
         .date("date")
         .value(123)
         .build();
 

See Also: