Struct rusoto_ec2::FlowLog [] [src]

pub struct FlowLog {
    pub creation_time: Option<String>,
    pub deliver_logs_error_message: Option<String>,
    pub deliver_logs_permission_arn: Option<String>,
    pub deliver_logs_status: Option<String>,
    pub flow_log_id: Option<String>,
    pub flow_log_status: Option<String>,
    pub log_group_name: Option<String>,
    pub resource_id: Option<String>,
    pub traffic_type: Option<String>,
}

Describes a flow log.

Fields

The date and time the flow log was created.

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 CloudWatch Logs 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.

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

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

The flow log ID.

The status of the flow log (ACTIVE).

The name of the flow log group.

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

The type of traffic captured for the flow log.

Trait Implementations

impl Default for FlowLog
[src]

Returns the "default value" for a type. Read more

impl Debug for FlowLog
[src]

Formats the value using the given formatter.

impl Clone for FlowLog
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more