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

ViolationEvent

import type { ViolationEvent } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/iot.ts";
interface ViolationEvent {
behavior?: Behavior | null;
metricValue?: MetricValue | null;
securityProfileName?: string | null;
thingName?: string | null;
violationEventAdditionalInfo?: ViolationEventAdditionalInfo | null;
violationEventTime?: Date | number | null;
violationEventType?: ViolationEventType | null;
violationId?: string | null;
}

§Properties

§
behavior?: Behavior | null
[src]
§
metricValue?: MetricValue | null
[src]
§
securityProfileName?: string | null
[src]
§
thingName?: string | null
[src]
§
violationEventAdditionalInfo?: ViolationEventAdditionalInfo | null
[src]
§
violationEventTime?: Date | number | null
[src]
§
violationEventType?: ViolationEventType | null
[src]
§
violationId?: string | null
[src]