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. C<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. C<Access error>
indicates that the IAM role associated with the flow log does not have
sufficient permissions to publish to CloudWatch Logs. C<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 (C<SUCCESS> | C<FAILED>).
FlowLogId => Str
The flow log ID.
FlowLogStatus => Str
The status of the flow log (C<ACTIVE>).
LogGroupName => Str
The name of the flow log group.
ResourceId => Str
The ID of the resource on which the flow log was created.
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