Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DataStorage

import type { DataStorage } from "https://aws-api.deno.dev/v0.3/services/rum.ts?docs=full";

A structure that contains information about whether this app monitor stores a copy of the telemetry data that RUM collects using CloudWatch Logs.

interface DataStorage {
CwLog?: CwLog | null;
}

§Properties

§
CwLog?: CwLog | null
[src]

A structure that contains the information about whether the app monitor stores copies of the data that RUM collects in CloudWatch Logs. If it does, this structure also contains the name of the log group.