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

LateDataRuleConfiguration

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

The information needed to configure a delta time session window.

interface LateDataRuleConfiguration {
deltaTimeSessionWindowConfiguration?: DeltaTimeSessionWindowConfiguration | null;
}

§Properties

§
deltaTimeSessionWindowConfiguration?: DeltaTimeSessionWindowConfiguration | null
[src]

The information needed to configure a delta time session window.