EventSourceCreateOrUpdateParameters type

Parameters supplied to the Create or Update Event Source operation.

type EventSourceCreateOrUpdateParameters =
  CreateOrUpdateTrackedResourceProperties & {
    kind: EventSourceKind
    localTimestamp?: LocalTimestamp
  }