EventGridDataConnection type
Class representing an Event Grid data connection.
type EventGridDataConnection = DataConnection & {
blobStorageEventType?: BlobStorageEventType
consumerGroup?: string
dataFormat?: EventGridDataFormat
eventHubResourceId?: string
ignoreFirstRecord?: boolean
mappingRuleName?: string
provisioningState?: ResourceProvisioningState
storageAccountResourceId?: string
tableName?: string
}