maxAggregationInterval property

Output<int?> maxAggregationInterval
latefinal

Maximum interval of time during which a flow of packets is captured and aggregated into a flow log record. Valid Values: 60 seconds (1 minute) or 600 seconds (10 minutes). Default: 600. When transitGatewayId or transitGatewayAttachmentId is specified, maxAggregationInterval must be 60 seconds (1 minute).

Implementation

late final pulumi.Output<int?> maxAggregationInterval;