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

AnomalyMonitor

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

This object continuously inspects your account's cost data for anomalies. It's based on MonitorType and MonitorSpecification. The content consists of detailed metadata and the current status of the monitor object.

interface AnomalyMonitor {
CreationDate?: string | null;
DimensionalValueCount?: number | null;
LastEvaluatedDate?: string | null;
LastUpdatedDate?: string | null;
MonitorArn?: string | null;
MonitorDimension?: MonitorDimension | null;
MonitorName: string;
MonitorSpecification?: Expression | null;
MonitorType: MonitorType;
}

§Properties

§
CreationDate?: string | null
[src]

The date when the monitor was created.

§
DimensionalValueCount?: number | null
[src]

The value for evaluated dimensions.

§
LastEvaluatedDate?: string | null
[src]

The date when the monitor last evaluated for anomalies.

§
LastUpdatedDate?: string | null
[src]

The date when the monitor was last updated.

§
MonitorArn?: string | null
[src]

The Amazon Resource Name (ARN) value.

§
MonitorDimension?: MonitorDimension | null
[src]

The dimensions to evaluate.

§
MonitorName: string
[src]

The name of the monitor.

§
MonitorSpecification?: Expression | null
[src]
§
MonitorType: MonitorType
[src]

The possible type values.