EventSourceCommonProperties type
Properties of the event source.
type EventSourceCommonProperties = ResourceProperties & {
localTimestamp?: LocalTimestamp
time?: string
timestampPropertyName?: string
type?: IngressStartAtType
}