NAME
Paws::EC2::FlowLog
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::EC2::FlowLog object:
$service_obj->Method(Att1 => { CreationTime => $value, ..., TrafficType => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::EC2::FlowLog object:
$result = $service_obj->Method(...);
$result->Att1->CreationTime
DESCRIPTION
This class has no description
ATTRIBUTES
CreationTime => Str
The date and time the flow log was created.
DeliverLogsErrorMessage => Str
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 => Str
The ARN of the IAM role that posts logs to CloudWatch Logs.
DeliverLogsStatus => Str
The status of the logs delivery (SUCCESS
| FAILED
).
FlowLogId => Str
The flow log ID.
FlowLogStatus => Str
The status of the flow log (ACTIVE
).
LogDestination => Str
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.
LogDestinationType => Str
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.
LogFormat => Str
The format of the flow log record.
LogGroupName => Str
The name of the flow log group.
MaxAggregationInterval => Int
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 (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html#ec2-nitro-instances), the aggregation interval is always 60 seconds (1 minute) or less, regardless of the specified value.
Valid Values: 60
| 600
ResourceId => Str
The ID of the resource on which the flow log was created.
Tags => ArrayRef[Paws::EC2::Tag]
The tags for the flow log.
TrafficType => Str
The type of traffic captured for the flow log.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::EC2
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues