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

UpdateMetricSetRequest

import type { UpdateMetricSetRequest } from "https://aws-api.deno.dev/v0.3/services/lookoutmetrics.ts?docs=full";
interface UpdateMetricSetRequest {
DimensionList?: string[] | null;
MetricList?: Metric[] | null;
MetricSetArn: string;
MetricSetDescription?: string | null;
MetricSetFrequency?: Frequency | null;
MetricSource?: MetricSource | null;
Offset?: number | null;
TimestampColumn?: TimestampColumn | null;
}

§Properties

§
DimensionList?: string[] | null
[src]

The dimension list.

§
MetricList?: Metric[] | null
[src]

The metric list.

§
MetricSetArn: string
[src]

The ARN of the dataset to update.

§
MetricSetDescription?: string | null
[src]

The dataset's description.

§
MetricSetFrequency?: Frequency | null
[src]

The dataset's interval.

§
MetricSource?: MetricSource | null
[src]
§
Offset?: number | null
[src]

After an interval ends, the amount of seconds that the detector waits before importing data. Offset is only supported for S3 and Redshift datasources.

§
TimestampColumn?: TimestampColumn | null
[src]

The timestamp column.