> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vantage.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# vantage_network_flow_report (Resource)

> Terraform resource reference for vantage_network_flow_report (Resource). Auto-generated from the vantage-sh/terraform-provider-vantage repository.

<Note>
  This page is auto-generated based on the official [Terraform documentation](https://registry.terraform.io/providers/vantage-sh/vantage/latest/docs).
</Note>

## Overview

Use this resource with the [Vantage Terraform provider](/terraform). For installation and authentication, see the [Terraform provider quickstart](/terraform#quickstart). The schema below is generated directly from the provider source.

## Schema

### Required

* `title` (String) The title of the NetworkFlowReport.
* `workspace_token` (String) The Workspace in which the NetworkFlowReport will be created.

### Optional

* `date_interval` (String) The date interval of the NetworkFlowReport. Unless 'custom' is used, this is incompatible with 'start\_date' and 'end\_date' parameters. Defaults to 'last\_7\_days'.
* `end_date` (String) The end date of the NetworkFlowReport. YYYY-MM-DD formatted. Incompatible with 'date\_interval' parameter.
* `filter` (String) The filter query language to apply to the NetworkFlowReport. Additional documentation available at [https://docs.vantage.sh/vql](https://docs.vantage.sh/vql).
* `flow_direction` (String) The flow direction of the NetworkFlowReport.
* `flow_weight` (String) The dimension by which the logs in the report are sorted. Defaults to costs.
* `groupings` (List of String) Grouping values for aggregating data on the NetworkFlowReport. Valid groupings: account\_id, az\_id, dstaddr, dsthostname, flow\_direction, interface\_id, instance\_id, peer\_resource\_uuid, peer\_account\_id, peer\_vpc\_id, peer\_region, peer\_az\_id, peer\_subnet\_id, peer\_interface\_id, peer\_instance\_id, region, resource\_uuid, srcaddr, srchostname, subnet\_id, traffic\_category, traffic\_path, vpc\_id.
* `start_date` (String) The start date of the NetworkFlowReport. YYYY-MM-DD formatted. Incompatible with 'date\_interval' parameter.

### Read-Only

* `created_at` (String) The date and time, in UTC, the report was created. ISO 8601 Formatted.
* `created_by_token` (String) The token for the User or Team that created this NetworkFlowReport.
* `default` (Boolean) Indicates whether the NetworkFlowReport is the default report.
* `id` (String) The id of the report
* `token` (String) The token of the report
