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

UpdateAppMonitorRequest

import type { UpdateAppMonitorRequest } from "https://aws-api.deno.dev/v0.3/services/rum.ts?docs=full";
interface UpdateAppMonitorRequest {
AppMonitorConfiguration?: AppMonitorConfiguration | null;
CwLogEnabled?: boolean | null;
Domain?: string | null;
Name: string;
}

§Properties

§
AppMonitorConfiguration?: AppMonitorConfiguration | null
[src]

A structure that contains much of the configuration data for the app monitor. If you are using Amazon Cognito for authorization, you must include this structure in your request, and it must include the ID of the Amazon Cognito identity pool to use for authorization. If you don't include AppMonitorConfiguration, you must set up your own authorization method. For more information, see Authorize your application to send data to Amazon Web Services.

§
CwLogEnabled?: boolean | null
[src]

Data collected by RUM is kept by RUM for 30 days and then deleted. This parameter specifies whether RUM sends a copy of this telemetry data to Amazon CloudWatch Logs in your account. This enables you to keep the telemetry data for more than 30 days, but it does incur Amazon CloudWatch Logs charges.

§
Domain?: string | null
[src]

The top-level internet domain name for which your application has administrative authority.

§
Name: string
[src]

The name of the app monitor to update.