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.4/services/lookoutmetrics.ts?docs=full";
interface UpdateMetricSetRequest {
DimensionFilterList?: MetricSetDimensionFilter[] | null;
DimensionList?: string[] | null;
MetricList?: Metric[] | null;
MetricSetArn: string;
MetricSetDescription?: string | null;
MetricSetFrequency?: Frequency | null;
MetricSource?: MetricSource | null;
Offset?: number | null;
TimestampColumn?: TimestampColumn | null;
}

§Properties

§
DimensionFilterList?: MetricSetDimensionFilter[] | null
[src]

Describes a list of filters for choosing specific dimensions and specific values. Each filter consists of the dimension and one of its values that you want to include. When multiple dimensions or values are specified, the dimensions are joined with an AND operation and the values are joined with an OR operation.

§
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, Redshift, Athena and datasources.

§
TimestampColumn?: TimestampColumn | null
[src]

The timestamp column.