Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-budget-fixedbudgetschedule.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-budget-fixedbudgetschedule.html#cfn-deadline-budget-fixedbudgetschedule-endtime

StartTime

When the budget starts.

string? StartTime { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-budget-fixedbudgetschedule.html#cfn-deadline-budget-fixedbudgetschedule-starttime

Back to top Generated by DocFX