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

LateDataRule

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

A structure that contains the name and configuration information of a late data rule.

interface LateDataRule {
ruleConfiguration: LateDataRuleConfiguration;
ruleName?: string | null;
}

§Properties

§

The information needed to configure the late data rule.

§
ruleName?: string | null
[src]

The name of the late data rule.