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

FlowLog

import type { FlowLog } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface FlowLog {
CreationTime?: Date | number | null;
DeliverLogsErrorMessage?: string | null;
DeliverLogsPermissionArn?: string | null;
DeliverLogsStatus?: string | null;
FlowLogId?: string | null;
FlowLogStatus?: string | null;
LogDestination?: string | null;
LogDestinationType?: LogDestinationType | null;
LogFormat?: string | null;
LogGroupName?: string | null;
MaxAggregationInterval?: number | null;
ResourceId?: string | null;
Tags: Tag[];
TrafficType?: TrafficType | null;
}

§Properties

§
CreationTime?: Date | number | null
[src]
§
DeliverLogsErrorMessage?: string | null
[src]
§
DeliverLogsPermissionArn?: string | null
[src]
§
DeliverLogsStatus?: string | null
[src]
§
FlowLogId?: string | null
[src]
§
FlowLogStatus?: string | null
[src]
§
LogDestination?: string | null
[src]
§
LogDestinationType?: LogDestinationType | null
[src]
§
LogFormat?: string | null
[src]
§
LogGroupName?: string | null
[src]
§
MaxAggregationInterval?: number | null
[src]
§
ResourceId?: string | null
[src]
§
Tags: Tag[]
[src]
§
TrafficType?: TrafficType | null
[src]