Module: AWSCDK::EC2::FlowLogMaxAggregationInterval

Defined in:
ec2/flow_log_max_aggregation_interval.rb

Overview

The maximum interval of time during which a flow of packets is captured and aggregated into a flow log record.

Constant Summary collapse

ONE_MINUTE =
Deprecated.
Note:

Default:

1 minute (60 seconds).

Jsii::Enum.new("aws-cdk-lib.aws_ec2.FlowLogMaxAggregationInterval", "ONE_MINUTE")
TEN_MINUTES =
Deprecated.
Note:

Default:

10 minutes (600 seconds).

Jsii::Enum.new("aws-cdk-lib.aws_ec2.FlowLogMaxAggregationInterval", "TEN_MINUTES")