CloudWatchLogsDecode: {
    logEvents: { id: string; message: string; timestamp: number }[];
    logGroup: string;
    logStream: string;
    messageType: string;
    owner: string;
    subscriptionFilters: string[];
}

Type declaration

  • logEvents: { id: string; message: string; timestamp: number }[]
  • logGroup: string
  • logStream: string
  • messageType: string
  • owner: string
  • subscriptionFilters: string[]