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

DestinationOptionsRequest

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

Describes the destination options for a flow log.

interface DestinationOptionsRequest {
FileFormat?: DestinationFileFormat | null;
HiveCompatiblePartitions?: boolean | null;
PerHourPartition?: boolean | null;
}

§Properties

§
FileFormat?: DestinationFileFormat | null
[src]

The format for the flow log. The default is plain-text.

§
HiveCompatiblePartitions?: boolean | null
[src]

Indicates whether to use Hive-compatible prefixes for flow logs stored in Amazon S3. The default is false.

§
PerHourPartition?: boolean | null
[src]

Indicates whether to partition the flow log per hour. This reduces the cost and response time for queries. The default is false.