You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::FlowLog

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a flow log.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The date and time the flow log was created.

Returns:

  • (Time)

    The date and time the flow log was created.

#deliver_logs_error_messageString

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.

Returns:

  • (String)

    Information about the error that occurred.

#deliver_logs_permission_arnString

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

Returns:

  • (String)

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

#deliver_logs_statusString

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

Returns:

  • (String)

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

#flow_log_idString

The flow log ID.

Returns:

  • (String)

    The flow log ID.

#flow_log_statusString

The status of the flow log (ACTIVE).

Returns:

  • (String)

    The status of the flow log (ACTIVE).

#log_destinationString

Specifies 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.

Returns:

  • (String)

    Specifies the destination to which the flow log data is published.

#log_destination_typeString

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

Possible values:

  • cloud-watch-logs
  • s3

Returns:

  • (String)

    Specifies the type of destination to which the flow log data is published.

#log_formatString

The format of the flow log record.

Returns:

  • (String)

    The format of the flow log record.

#log_group_nameString

The name of the flow log group.

Returns:

  • (String)

    The name of the flow log group.

#max_aggregation_intervalInteger

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

Returns:

  • (Integer)

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

#resource_idString

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

Returns:

  • (String)

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

#tagsArray<Types::Tag>

The tags for the flow log.

Returns:

  • (Array<Types::Tag>)

    The tags for the flow log.

#traffic_typeString

The type of traffic captured for the flow log.

Possible values:

  • ACCEPT
  • REJECT
  • ALL

Returns:

  • (String)

    The type of traffic captured for the flow log.