Interface CfnStateMachine.IScheduleEventProperty
Namespace: Amazon.CDK.AWS.SAM
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IScheduleEventProperty
Syntax (vb)
Public Interface IScheduleEventProperty
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.AWS.SAM;
var scheduleEventProperty = new ScheduleEventProperty {
Schedule = "schedule",
// the properties below are optional
Input = "input"
};
Synopsis
Properties
Input | |
Schedule |
Properties
Input
virtual string Input { get; }
Property Value
System.
Remarks
Schedule
string Schedule { get; }
Property Value
System.