Interface CfnBudget.FixedBudgetScheduleProperty

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

@Stability(Stable) public static interface CfnBudget.FixedBudgetScheduleProperty extends software.amazon.jsii.JsiiSerializable
The details of a fixed budget schedule.

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.deadline.*;
 FixedBudgetScheduleProperty fixedBudgetScheduleProperty = FixedBudgetScheduleProperty.builder()
         .endTime("endTime")
         .startTime("startTime")
         .build();
 

See Also: