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.deno.dev/v0.3/services/ec2.ts?docs=full";

Describes a flow log.

interface FlowLog {
CreationTime?: Date | number | null;
DeliverLogsErrorMessage?: string | null;
DeliverLogsPermissionArn?: string | null;
DeliverLogsStatus?: string | null;
DestinationOptions?: DestinationOptionsResponse | 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]

The date and time the flow log was created.

§
DeliverLogsErrorMessage?: string | null
[src]

Information about the error that occurred. Rate limited indicates that CloudWatch Logs throttling has been applied for one or more network interfaces, or that you've reached the limit on the number of log groups that you can create. Access error indicates that the IAM role associated with the flow log does not have sufficient permissions to publish to CloudWatch Logs. Unknown error indicates an internal error.

§
DeliverLogsPermissionArn?: string | null
[src]

The ARN of the IAM role that posts logs to CloudWatch Logs.

§
DeliverLogsStatus?: string | null
[src]

The status of the logs delivery (SUCCESS | FAILED).

§
DestinationOptions?: DestinationOptionsResponse | null
[src]

The destination options.

§
FlowLogId?: string | null
[src]

The flow log ID.

§
FlowLogStatus?: string | null
[src]

The status of the flow log (ACTIVE).

§
LogDestination?: string | null
[src]

The destination to which the flow log data is published. Flow log data can be published to an CloudWatch Logs log group or an Amazon S3 bucket. If the flow log publishes to CloudWatch Logs, this element indicates the Amazon Resource Name (ARN) of the CloudWatch Logs log group to which the data is published. If the flow log publishes to Amazon S3, this element indicates the ARN of the Amazon S3 bucket to which the data is published.

§
LogDestinationType?: LogDestinationType | null
[src]

The type of destination to which the flow log data is published. Flow log data can be published to CloudWatch Logs or Amazon S3.

§
LogFormat?: string | null
[src]

The format of the flow log record.

§
LogGroupName?: string | null
[src]

The name of the flow log group.

§
MaxAggregationInterval?: number | null
[src]

The maximum interval of time, in seconds, during which a flow of packets is captured and aggregated into a flow log record.

When a network interface is attached to a Nitro-based instance, the aggregation interval is always 60 seconds (1 minute) or less, regardless of the specified value.

Valid Values: 60 | 600

§
ResourceId?: string | null
[src]

The ID of the resource on which the flow log was created.

§
Tags: Tag[]
[src]

The tags for the flow log.

§
TrafficType?: TrafficType | null
[src]

The type of traffic captured for the flow log.