Class EventAction
The Event
Inherited Members
Namespace: LambdaSharp.App.EventBus.Actions
Assembly: LambdaSharp.App.dll
Syntax
public sealed class EventAction : AAction
Constructors
EventAction()
Create new instance of Event
Declaration
public EventAction()
Properties
Event
The Event property holds the JSON serialization of the CloudWatch event data structure.
Declaration
public string Event { get; set; }
Property Value
Type | Description |
---|---|
System. |
Rules
The Rules property holds the names of all matching subscription rules.
Declaration
public List<string> Rules { get; set; }
Property Value
Type | Description |
---|---|
System. |
Source
The Source property holds the name of the event source.
Declaration
public string Source { get; set; }
Property Value
Type | Description |
---|---|
System. |
Type
The Type property holds the name of the event type.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System. |