Search Results for

    Show / Hide Table of Contents

    Class Information

    Represents information about the AppSync event.

    Inheritance
    object
    Information
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In this article
    Back to top Powertools for AWS Lambda (.NET) API Documentation