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

CreateAppMonitorRequest

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

§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.

If you omit this argument, the sample rate used for RUM is set to 10% of the user sessions.

§
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.

If you omit this parameter, the default is false.

§
Domain: string
[src]

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

§
Name: string
[src]

A name for the app monitor.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

TODO: Failed to render documentation: unhandled top level doc tag pre