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

AnomalyDetectorSummary

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

Contains information about an an anomaly detector.

interface AnomalyDetectorSummary {
AnomalyDetectorArn?: string | null;
AnomalyDetectorDescription?: string | null;
AnomalyDetectorName?: string | null;
CreationTime?: Date | number | null;
LastModificationTime?: Date | number | null;
Status?: AnomalyDetectorStatus | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
AnomalyDetectorArn?: string | null
[src]

The ARN of the detector.

§
AnomalyDetectorDescription?: string | null
[src]

A description of the detector.

§
AnomalyDetectorName?: string | null
[src]

The name of the detector.

§
CreationTime?: Date | number | null
[src]

The time at which the detector was created.

§
LastModificationTime?: Date | number | null
[src]

The time at which the detector was last modified.

§

The status of detector.

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

The detector's tags.