Table of Contents

Class AppSyncParameters

Namespace
Amazon.EventBridge.Model
Assembly
AWSSDK.EventBridge.dll

Contains the GraphQL operation to be parsed and executed, if the event target is an AppSync API.

public class AppSyncParameters
Inheritance
AppSyncParameters
Inherited Members

Constructors

AppSyncParameters()

public AppSyncParameters()

Properties

GraphQLOperation

Gets and sets the property GraphQLOperation.

The GraphQL operation; that is, the query, mutation, or subscription to be parsed and executed by the GraphQL service.

For more information, see Operations in the AppSync User Guide.

public string GraphQLOperation { get; set; }

Property Value

string