![]() |
![]()
| ![]() |
![]()
NAMEPaws::EC2::FlowLog USAGEThis 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 DESCRIPTIONThis class has no description ATTRIBUTESCreationTime => StrThe date and time the flow log was created. DeliverLogsErrorMessage => StrInformation 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 => StrThe ARN of the IAM role that posts logs to CloudWatch Logs. DeliverLogsStatus => StrThe status of the logs delivery ("SUCCESS" | "FAILED"). FlowLogId => StrThe flow log ID. FlowLogStatus => StrThe status of the flow log ("ACTIVE"). LogDestination => StrSpecifies 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 => StrSpecifies 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 => StrThe format of the flow log record. LogGroupName => StrThe name of the flow log group. MaxAggregationInterval => IntThe 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 => StrThe ID of the resource on which the flow log was created. Tags => ArrayRef[Paws::EC2::Tag]The tags for the flow log. TrafficType => StrThe type of traffic captured for the flow log. SEE ALSOThis class forms part of Paws, describing an object used in Paws::EC2 BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|