An open API service indexing awesome lists of open source software.

https://github.com/cloudopusnet/terraform-aws-parquet-flow-logs

VPC Flow Logs in form of Apache Parquet Format stored in S3
https://github.com/cloudopusnet/terraform-aws-parquet-flow-logs

aws terraform-module

Last synced: 2 months ago
JSON representation

VPC Flow Logs in form of Apache Parquet Format stored in S3

Awesome Lists containing this project

README

          

# terraform-aws-parquet-flow-logs
VPC Flow Logs in form of Apache Parquet Format stored in S3

## Requirements

| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 1.9.8 |
| [aws](#requirement\_aws) | >= 5.97 |

## Providers

| Name | Version |
|------|---------|
| [aws](#provider\_aws) | >= 5.97 |

## Modules

No modules.

## Resources

| Name | Type |
|------|------|
| [aws_flow_log.main](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/flow_log) | resource |

## Inputs

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [log\_collection\_bucket\_arn](#input\_log\_collection\_bucket\_arn) | Log collection S3 Bucket ARN | `string` | n/a | yes |
| [log\_per\_hour\_partition](#input\_log\_per\_hour\_partition) | Indicates whether to partition the flow log per hour, different than `max_log_aggregation_interval_in_seconds` in terms of aggregating at the destination | `bool` | `false` | no |
| [max\_log\_aggregation\_interval\_in\_seconds](#input\_max\_log\_aggregation\_interval\_in\_seconds) | The maximum interval of time (in seconds), during which a flow of packets is captured and aggregated into a flow log record. Valid Values: `60` (1 minute) or `600` (10 minutes). | `number` | `600` | no |
| [traffic\_type](#input\_traffic\_type) | The type of traffic to capture. Valid values: ACCEPT,REJECT,ALL. | `string` | `"ALL"` | no |
| [vpc\_id](#input\_vpc\_id) | VPC ID to attach to | `string` | n/a | yes |

## Outputs

No outputs.