API Reference
    Preparing search index...

    Variable CloudWatchLogEventSchemaConst

    CloudWatchLogEventSchema: ZodObject<
        { id: ZodString; message: ZodString; timestamp: ZodNumber },
        $strip,
    > = ...