Interface CfnFunctionPropsMixin.IScheduleEventProperty
Namespace: Amazon.CDK.Mixins.Preview.AWS.SAM.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnFunctionPropsMixin.IScheduleEventProperty
Syntax (vb)
Public Interface CfnFunctionPropsMixin.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.Mixins.Preview.AWS.SAM.Mixins;
var scheduleEventProperty = new ScheduleEventProperty {
Description = "description",
Enabled = false,
Input = "input",
Name = "name",
Schedule = "schedule"
};
Synopsis
Properties
| Description | |
| Enabled | |
| Input | |
| Name | |
| Schedule |
Properties
Description
string? Description { get; }
Property Value
Remarks
Enabled
object? Enabled { get; }
Property Value
Remarks
Input
string? Input { get; }
Property Value
Remarks
Name
string? Name { get; }
Property Value
Remarks
Schedule
string? Schedule { get; }