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

CreateAnomalyDetectorRequest

import type { CreateAnomalyDetectorRequest } from "https://aws-api.deno.dev/v0.3/services/lookoutmetrics.ts?docs=full";
interface CreateAnomalyDetectorRequest {
AnomalyDetectorConfig: AnomalyDetectorConfig;
AnomalyDetectorDescription?: string | null;
AnomalyDetectorName: string;
KmsKeyArn?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
AnomalyDetectorConfig: AnomalyDetectorConfig
[src]

Contains information about the configuration of the anomaly detector.

§
AnomalyDetectorDescription?: string | null
[src]

A description of the detector.

§
AnomalyDetectorName: string
[src]

The name of the detector.

§
KmsKeyArn?: string | null
[src]

The ARN of the KMS key to use to encrypt your data.

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

A list of tags to apply to the anomaly detector.