Interface CfnBudgetPropsMixin.IFixedBudgetScheduleProperty
The details of a fixed budget schedule.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Deadline
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnBudgetPropsMixin.IFixedBudgetScheduleProperty
Syntax (vb)
Public Interface CfnBudgetPropsMixin.IFixedBudgetScheduleProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.Deadline;
var fixedBudgetScheduleProperty = new FixedBudgetScheduleProperty {
EndTime = "endTime",
StartTime = "startTime"
};
Synopsis
Properties
| EndTime | When the budget ends. |
| StartTime | When the budget starts. |
Properties
EndTime
When the budget ends.
string? EndTime { get; }
Property Value
Remarks
StartTime
When the budget starts.
string? StartTime { get; }