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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

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)


19706
19707
19708
19709
19710
19711
19712
19713
19714
19715
19716
19717
19718
19719
# File 'lib/aws-sdk-ec2/types.rb', line 19706

class FlowLog < Struct.new(
  :creation_time,
  :deliver_logs_error_message,
  :deliver_logs_permission_arn,
  :deliver_logs_status,
  :flow_log_id,
  :flow_log_status,
  :log_group_name,
  :resource_id,
  :traffic_type,
  :log_destination_type,
  :log_destination)
  include Aws::Structure
end

#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)


19706
19707
19708
19709
19710
19711
19712
19713
19714
19715
19716
19717
19718
19719
# File 'lib/aws-sdk-ec2/types.rb', line 19706

class FlowLog < Struct.new(
  :creation_time,
  :deliver_logs_error_message,
  :deliver_logs_permission_arn,
  :deliver_logs_status,
  :flow_log_id,
  :flow_log_status,
  :log_group_name,
  :resource_id,
  :traffic_type,
  :log_destination_type,
  :log_destination)
  include Aws::Structure
end

#deliver_logs_permission_arnString

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

Returns:

  • (String)


19706
19707
19708
19709
19710
19711
19712
19713
19714
19715
19716
19717
19718
19719
# File 'lib/aws-sdk-ec2/types.rb', line 19706

class FlowLog < Struct.new(
  :creation_time,
  :deliver_logs_error_message,
  :deliver_logs_permission_arn,
  :deliver_logs_status,
  :flow_log_id,
  :flow_log_status,
  :log_group_name,
  :resource_id,
  :traffic_type,
  :log_destination_type,
  :log_destination)
  include Aws::Structure
end

#deliver_logs_statusString

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

Returns:

  • (String)


19706
19707
19708
19709
19710
19711
19712
19713
19714
19715
19716
19717
19718
19719
# File 'lib/aws-sdk-ec2/types.rb', line 19706

class FlowLog < Struct.new(
  :creation_time,
  :deliver_logs_error_message,
  :deliver_logs_permission_arn,
  :deliver_logs_status,
  :flow_log_id,
  :flow_log_status,
  :log_group_name,
  :resource_id,
  :traffic_type,
  :log_destination_type,
  :log_destination)
  include Aws::Structure
end

#flow_log_idString

The flow log ID.

Returns:

  • (String)


19706
19707
19708
19709
19710
19711
19712
19713
19714
19715
19716
19717
19718
19719
# File 'lib/aws-sdk-ec2/types.rb', line 19706

class FlowLog < Struct.new(
  :creation_time,
  :deliver_logs_error_message,
  :deliver_logs_permission_arn,
  :deliver_logs_status,
  :flow_log_id,
  :flow_log_status,
  :log_group_name,
  :resource_id,
  :traffic_type,
  :log_destination_type,
  :log_destination)
  include Aws::Structure
end

#flow_log_statusString

The status of the flow log (‘ACTIVE`).

Returns:

  • (String)


19706
19707
19708
19709
19710
19711
19712
19713
19714
19715
19716
19717
19718
19719
# File 'lib/aws-sdk-ec2/types.rb', line 19706

class FlowLog < Struct.new(
  :creation_time,
  :deliver_logs_error_message,
  :deliver_logs_permission_arn,
  :deliver_logs_status,
  :flow_log_id,
  :flow_log_status,
  :log_group_name,
  :resource_id,
  :traffic_type,
  :log_destination_type,
  :log_destination)
  include Aws::Structure
end

#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)


19706
19707
19708
19709
19710
19711
19712
19713
19714
19715
19716
19717
19718
19719
# File 'lib/aws-sdk-ec2/types.rb', line 19706

class FlowLog < Struct.new(
  :creation_time,
  :deliver_logs_error_message,
  :deliver_logs_permission_arn,
  :deliver_logs_status,
  :flow_log_id,
  :flow_log_status,
  :log_group_name,
  :resource_id,
  :traffic_type,
  :log_destination_type,
  :log_destination)
  include Aws::Structure
end

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

Returns:

  • (String)


19706
19707
19708
19709
19710
19711
19712
19713
19714
19715
19716
19717
19718
19719
# File 'lib/aws-sdk-ec2/types.rb', line 19706

class FlowLog < Struct.new(
  :creation_time,
  :deliver_logs_error_message,
  :deliver_logs_permission_arn,
  :deliver_logs_status,
  :flow_log_id,
  :flow_log_status,
  :log_group_name,
  :resource_id,
  :traffic_type,
  :log_destination_type,
  :log_destination)
  include Aws::Structure
end

#log_group_nameString

The name of the flow log group.

Returns:

  • (String)


19706
19707
19708
19709
19710
19711
19712
19713
19714
19715
19716
19717
19718
19719
# File 'lib/aws-sdk-ec2/types.rb', line 19706

class FlowLog < Struct.new(
  :creation_time,
  :deliver_logs_error_message,
  :deliver_logs_permission_arn,
  :deliver_logs_status,
  :flow_log_id,
  :flow_log_status,
  :log_group_name,
  :resource_id,
  :traffic_type,
  :log_destination_type,
  :log_destination)
  include Aws::Structure
end

#resource_idString

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

Returns:

  • (String)


19706
19707
19708
19709
19710
19711
19712
19713
19714
19715
19716
19717
19718
19719
# File 'lib/aws-sdk-ec2/types.rb', line 19706

class FlowLog < Struct.new(
  :creation_time,
  :deliver_logs_error_message,
  :deliver_logs_permission_arn,
  :deliver_logs_status,
  :flow_log_id,
  :flow_log_status,
  :log_group_name,
  :resource_id,
  :traffic_type,
  :log_destination_type,
  :log_destination)
  include Aws::Structure
end

#traffic_typeString

The type of traffic captured for the flow log.

Returns:

  • (String)


19706
19707
19708
19709
19710
19711
19712
19713
19714
19715
19716
19717
19718
19719
# File 'lib/aws-sdk-ec2/types.rb', line 19706

class FlowLog < Struct.new(
  :creation_time,
  :deliver_logs_error_message,
  :deliver_logs_permission_arn,
  :deliver_logs_status,
  :flow_log_id,
  :flow_log_status,
  :log_group_name,
  :resource_id,
  :traffic_type,
  :log_destination_type,
  :log_destination)
  include Aws::Structure
end