Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface InputSchemaToInputTypeMap

Package version

A map of input schema names to shapes of the input for the send method on EventGridPublisherClient.

Hierarchy

  • InputSchemaToInputTypeMap

Index

Properties

CloudEvent

CloudEvent: SendCloudEventInput<unknown>

The shape of the input to send when the client is configured to send events using the Cloud Event schema.

Custom

Custom: Record<string, unknown>

The shape of the input to send when the client is configured to send events using a custom schema.

EventGrid

EventGrid: SendEventGridEventInput<unknown>

The shape of the input to send when the client is configured to send events using the Event Grid schema.

Generated using TypeDoc