FlowLog

class FlowLog

Describes a flow log.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date and time the flow log was created.

Link copied to clipboard

The ARN of the IAM role that allows the service to publish flow logs across accounts.

Link copied to clipboard

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.

Link copied to clipboard

The ARN of the IAM role allows the service to publish logs to CloudWatch Logs.

Link copied to clipboard

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

Link copied to clipboard

The destination options.

Link copied to clipboard

The ID of the flow log.

Link copied to clipboard

The status of the flow log (ACTIVE).

Link copied to clipboard

The Amazon Resource Name (ARN) of the destination for the flow log data.

Link copied to clipboard

The type of destination for the flow log data.

Link copied to clipboard

The format of the flow log record.

Link copied to clipboard

The name of the flow log group.

Link copied to clipboard

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

Link copied to clipboard

The ID of the resource being monitored.

Link copied to clipboard
val tags: List<Tag>?

The tags for the flow log.

Link copied to clipboard

The type of traffic captured for the flow log.

Functions

Link copied to clipboard
inline fun copy(block: FlowLog.Builder.() -> Unit = {}): FlowLog
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String