Class Information
Represents information about the AppSync event.
Inherited Members
Namespace: AWS.Lambda.Powertools.EventHandler.AppSyncEvents
Assembly: AWS.Lambda.Powertools.EventHandler.dll
Syntax
public class Information
Properties
Channel
The channel being used for the operation
Declaration
[JsonPropertyName("channel")]
public Channel? Channel { get; set; }
Property Value
Type | Description |
---|---|
Channel |
ChannelNamespace
The namespace of the channel
Declaration
public ChannelNamespace? ChannelNamespace { get; set; }
Property Value
Type | Description |
---|---|
ChannelNamespace |
Operation
The operation being performed (e.g., Publish, Subscribe)
Declaration
[JsonPropertyName("operation")]
public AppSyncEventsOperation Operation { get; set; }
Property Value
Type | Description |
---|---|
AppSyncEventsOperation |