Interface CfnBudgetPropsMixin.BudgetScheduleProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnBudgetPropsMixin.BudgetScheduleProperty.Jsii$Proxy
- Enclosing class:
CfnBudgetPropsMixin
@Stability(Stable)
public static interface CfnBudgetPropsMixin.BudgetScheduleProperty
extends software.amazon.jsii.JsiiSerializable
The start and end time of the budget.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.deadline.*;
BudgetScheduleProperty budgetScheduleProperty = BudgetScheduleProperty.builder()
.fixed(FixedBudgetScheduleProperty.builder()
.endTime("endTime")
.startTime("startTime")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnBudgetPropsMixin.BudgetSchedulePropertystatic final classAn implementation forCfnBudgetPropsMixin.BudgetScheduleProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFixed
The details of a fixed budget schedule.Returns union: either
IResolvableorCfnBudgetPropsMixin.FixedBudgetScheduleProperty- See Also:
-
builder
-