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
§
LogDestinationType?: LogDestinationType | null
[src]§
TrafficType?: TrafficType | null
[src]