1. Packages
  2. Vantage Provider
  3. API Docs
  4. NetworkFlowReport
vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh

vantage.NetworkFlowReport

Explore with Pulumi AI

vantage logo
vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh

    Create NetworkFlowReport Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new NetworkFlowReport(name: string, args: NetworkFlowReportArgs, opts?: CustomResourceOptions);
    @overload
    def NetworkFlowReport(resource_name: str,
                          args: NetworkFlowReportArgs,
                          opts: Optional[ResourceOptions] = None)
    
    @overload
    def NetworkFlowReport(resource_name: str,
                          opts: Optional[ResourceOptions] = None,
                          title: Optional[str] = None,
                          workspace_token: Optional[str] = None,
                          date_interval: Optional[str] = None,
                          end_date: Optional[str] = None,
                          filter: Optional[str] = None,
                          flow_direction: Optional[str] = None,
                          flow_weight: Optional[str] = None,
                          groupings: Optional[Sequence[str]] = None,
                          start_date: Optional[str] = None)
    func NewNetworkFlowReport(ctx *Context, name string, args NetworkFlowReportArgs, opts ...ResourceOption) (*NetworkFlowReport, error)
    public NetworkFlowReport(string name, NetworkFlowReportArgs args, CustomResourceOptions? opts = null)
    public NetworkFlowReport(String name, NetworkFlowReportArgs args)
    public NetworkFlowReport(String name, NetworkFlowReportArgs args, CustomResourceOptions options)
    
    type: vantage:NetworkFlowReport
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args NetworkFlowReportArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args NetworkFlowReportArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args NetworkFlowReportArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args NetworkFlowReportArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args NetworkFlowReportArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var networkFlowReportResource = new Vantage.NetworkFlowReport("networkFlowReportResource", new()
    {
        Title = "string",
        WorkspaceToken = "string",
        DateInterval = "string",
        EndDate = "string",
        Filter = "string",
        FlowDirection = "string",
        FlowWeight = "string",
        Groupings = new[]
        {
            "string",
        },
        StartDate = "string",
    });
    
    example, err := vantage.NewNetworkFlowReport(ctx, "networkFlowReportResource", &vantage.NetworkFlowReportArgs{
    Title: pulumi.String("string"),
    WorkspaceToken: pulumi.String("string"),
    DateInterval: pulumi.String("string"),
    EndDate: pulumi.String("string"),
    Filter: pulumi.String("string"),
    FlowDirection: pulumi.String("string"),
    FlowWeight: pulumi.String("string"),
    Groupings: pulumi.StringArray{
    pulumi.String("string"),
    },
    StartDate: pulumi.String("string"),
    })
    
    var networkFlowReportResource = new NetworkFlowReport("networkFlowReportResource", NetworkFlowReportArgs.builder()
        .title("string")
        .workspaceToken("string")
        .dateInterval("string")
        .endDate("string")
        .filter("string")
        .flowDirection("string")
        .flowWeight("string")
        .groupings("string")
        .startDate("string")
        .build());
    
    network_flow_report_resource = vantage.NetworkFlowReport("networkFlowReportResource",
        title="string",
        workspace_token="string",
        date_interval="string",
        end_date="string",
        filter="string",
        flow_direction="string",
        flow_weight="string",
        groupings=["string"],
        start_date="string")
    
    const networkFlowReportResource = new vantage.NetworkFlowReport("networkFlowReportResource", {
        title: "string",
        workspaceToken: "string",
        dateInterval: "string",
        endDate: "string",
        filter: "string",
        flowDirection: "string",
        flowWeight: "string",
        groupings: ["string"],
        startDate: "string",
    });
    
    type: vantage:NetworkFlowReport
    properties:
        dateInterval: string
        endDate: string
        filter: string
        flowDirection: string
        flowWeight: string
        groupings:
            - string
        startDate: string
        title: string
        workspaceToken: string
    

    NetworkFlowReport Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The NetworkFlowReport resource accepts the following input properties:

    Title string
    The title of the NetworkFlowReport.
    WorkspaceToken string
    The Workspace in which the NetworkFlowReport will be created.
    DateInterval string
    The date interval of the NetworkFlowReport. Unless 'custom' is used, this is incompatible with 'startdate' and 'enddate' parameters. Defaults to 'last7days'.
    EndDate 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.
    FlowDirection string
    The flow direction of the NetworkFlowReport.
    FlowWeight string
    The dimension by which the logs in the report are sorted. Defaults to costs.
    Groupings List<string>
    Grouping values for aggregating data on the NetworkFlowReport. Valid groupings: accountid, azid, dstaddr, dsthostname, flowdirection, interfaceid, instanceid, peerresourceuuid, peeraccountid, peervpcid, peerregion, peerazid, peersubnetid, peerinterfaceid, peerinstanceid, region, resourceuuid, srcaddr, srchostname, subnetid, trafficcategory, trafficpath, vpc_id.
    StartDate string
    The start date of the NetworkFlowReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.
    Title string
    The title of the NetworkFlowReport.
    WorkspaceToken string
    The Workspace in which the NetworkFlowReport will be created.
    DateInterval string
    The date interval of the NetworkFlowReport. Unless 'custom' is used, this is incompatible with 'startdate' and 'enddate' parameters. Defaults to 'last7days'.
    EndDate 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.
    FlowDirection string
    The flow direction of the NetworkFlowReport.
    FlowWeight string
    The dimension by which the logs in the report are sorted. Defaults to costs.
    Groupings []string
    Grouping values for aggregating data on the NetworkFlowReport. Valid groupings: accountid, azid, dstaddr, dsthostname, flowdirection, interfaceid, instanceid, peerresourceuuid, peeraccountid, peervpcid, peerregion, peerazid, peersubnetid, peerinterfaceid, peerinstanceid, region, resourceuuid, srcaddr, srchostname, subnetid, trafficcategory, trafficpath, vpc_id.
    StartDate string
    The start date of the NetworkFlowReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.
    title String
    The title of the NetworkFlowReport.
    workspaceToken String
    The Workspace in which the NetworkFlowReport will be created.
    dateInterval String
    The date interval of the NetworkFlowReport. Unless 'custom' is used, this is incompatible with 'startdate' and 'enddate' parameters. Defaults to 'last7days'.
    endDate 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.
    flowDirection String
    The flow direction of the NetworkFlowReport.
    flowWeight String
    The dimension by which the logs in the report are sorted. Defaults to costs.
    groupings List<String>
    Grouping values for aggregating data on the NetworkFlowReport. Valid groupings: accountid, azid, dstaddr, dsthostname, flowdirection, interfaceid, instanceid, peerresourceuuid, peeraccountid, peervpcid, peerregion, peerazid, peersubnetid, peerinterfaceid, peerinstanceid, region, resourceuuid, srcaddr, srchostname, subnetid, trafficcategory, trafficpath, vpc_id.
    startDate String
    The start date of the NetworkFlowReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.
    title string
    The title of the NetworkFlowReport.
    workspaceToken string
    The Workspace in which the NetworkFlowReport will be created.
    dateInterval string
    The date interval of the NetworkFlowReport. Unless 'custom' is used, this is incompatible with 'startdate' and 'enddate' parameters. Defaults to 'last7days'.
    endDate 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.
    flowDirection string
    The flow direction of the NetworkFlowReport.
    flowWeight string
    The dimension by which the logs in the report are sorted. Defaults to costs.
    groupings string[]
    Grouping values for aggregating data on the NetworkFlowReport. Valid groupings: accountid, azid, dstaddr, dsthostname, flowdirection, interfaceid, instanceid, peerresourceuuid, peeraccountid, peervpcid, peerregion, peerazid, peersubnetid, peerinterfaceid, peerinstanceid, region, resourceuuid, srcaddr, srchostname, subnetid, trafficcategory, trafficpath, vpc_id.
    startDate string
    The start date of the NetworkFlowReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.
    title str
    The title of the NetworkFlowReport.
    workspace_token str
    The Workspace in which the NetworkFlowReport will be created.
    date_interval str
    The date interval of the NetworkFlowReport. Unless 'custom' is used, this is incompatible with 'startdate' and 'enddate' parameters. Defaults to 'last7days'.
    end_date str
    The end date of the NetworkFlowReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.
    filter str
    The filter query language to apply to the NetworkFlowReport. Additional documentation available at https://docs.vantage.sh/vql.
    flow_direction str
    The flow direction of the NetworkFlowReport.
    flow_weight str
    The dimension by which the logs in the report are sorted. Defaults to costs.
    groupings Sequence[str]
    Grouping values for aggregating data on the NetworkFlowReport. Valid groupings: accountid, azid, dstaddr, dsthostname, flowdirection, interfaceid, instanceid, peerresourceuuid, peeraccountid, peervpcid, peerregion, peerazid, peersubnetid, peerinterfaceid, peerinstanceid, region, resourceuuid, srcaddr, srchostname, subnetid, trafficcategory, trafficpath, vpc_id.
    start_date str
    The start date of the NetworkFlowReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.
    title String
    The title of the NetworkFlowReport.
    workspaceToken String
    The Workspace in which the NetworkFlowReport will be created.
    dateInterval String
    The date interval of the NetworkFlowReport. Unless 'custom' is used, this is incompatible with 'startdate' and 'enddate' parameters. Defaults to 'last7days'.
    endDate 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.
    flowDirection String
    The flow direction of the NetworkFlowReport.
    flowWeight String
    The dimension by which the logs in the report are sorted. Defaults to costs.
    groupings List<String>
    Grouping values for aggregating data on the NetworkFlowReport. Valid groupings: accountid, azid, dstaddr, dsthostname, flowdirection, interfaceid, instanceid, peerresourceuuid, peeraccountid, peervpcid, peerregion, peerazid, peersubnetid, peerinterfaceid, peerinstanceid, region, resourceuuid, srcaddr, srchostname, subnetid, trafficcategory, trafficpath, vpc_id.
    startDate String
    The start date of the NetworkFlowReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the NetworkFlowReport resource produces the following output properties:

    CreatedAt string
    The date and time, in UTC, the report was created. ISO 8601 Formatted.
    CreatedByToken string
    The token for the User or Team that created this NetworkFlowReport.
    Default bool
    Indicates whether the NetworkFlowReport is the default report.
    Id string
    The provider-assigned unique ID for this managed resource.
    Token string
    The token of the report
    CreatedAt string
    The date and time, in UTC, the report was created. ISO 8601 Formatted.
    CreatedByToken string
    The token for the User or Team that created this NetworkFlowReport.
    Default bool
    Indicates whether the NetworkFlowReport is the default report.
    Id string
    The provider-assigned unique ID for this managed resource.
    Token string
    The token of the report
    createdAt String
    The date and time, in UTC, the report was created. ISO 8601 Formatted.
    createdByToken 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 provider-assigned unique ID for this managed resource.
    token String
    The token of the report
    createdAt string
    The date and time, in UTC, the report was created. ISO 8601 Formatted.
    createdByToken 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 provider-assigned unique ID for this managed resource.
    token string
    The token of the report
    created_at str
    The date and time, in UTC, the report was created. ISO 8601 Formatted.
    created_by_token str
    The token for the User or Team that created this NetworkFlowReport.
    default bool
    Indicates whether the NetworkFlowReport is the default report.
    id str
    The provider-assigned unique ID for this managed resource.
    token str
    The token of the report
    createdAt String
    The date and time, in UTC, the report was created. ISO 8601 Formatted.
    createdByToken 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 provider-assigned unique ID for this managed resource.
    token String
    The token of the report

    Look up Existing NetworkFlowReport Resource

    Get an existing NetworkFlowReport resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: NetworkFlowReportState, opts?: CustomResourceOptions): NetworkFlowReport
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            created_at: Optional[str] = None,
            created_by_token: Optional[str] = None,
            date_interval: Optional[str] = None,
            default: Optional[bool] = None,
            end_date: Optional[str] = None,
            filter: Optional[str] = None,
            flow_direction: Optional[str] = None,
            flow_weight: Optional[str] = None,
            groupings: Optional[Sequence[str]] = None,
            start_date: Optional[str] = None,
            title: Optional[str] = None,
            token: Optional[str] = None,
            workspace_token: Optional[str] = None) -> NetworkFlowReport
    func GetNetworkFlowReport(ctx *Context, name string, id IDInput, state *NetworkFlowReportState, opts ...ResourceOption) (*NetworkFlowReport, error)
    public static NetworkFlowReport Get(string name, Input<string> id, NetworkFlowReportState? state, CustomResourceOptions? opts = null)
    public static NetworkFlowReport get(String name, Output<String> id, NetworkFlowReportState state, CustomResourceOptions options)
    resources:  _:    type: vantage:NetworkFlowReport    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    CreatedAt string
    The date and time, in UTC, the report was created. ISO 8601 Formatted.
    CreatedByToken string
    The token for the User or Team that created this NetworkFlowReport.
    DateInterval string
    The date interval of the NetworkFlowReport. Unless 'custom' is used, this is incompatible with 'startdate' and 'enddate' parameters. Defaults to 'last7days'.
    Default bool
    Indicates whether the NetworkFlowReport is the default report.
    EndDate 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.
    FlowDirection string
    The flow direction of the NetworkFlowReport.
    FlowWeight string
    The dimension by which the logs in the report are sorted. Defaults to costs.
    Groupings List<string>
    Grouping values for aggregating data on the NetworkFlowReport. Valid groupings: accountid, azid, dstaddr, dsthostname, flowdirection, interfaceid, instanceid, peerresourceuuid, peeraccountid, peervpcid, peerregion, peerazid, peersubnetid, peerinterfaceid, peerinstanceid, region, resourceuuid, srcaddr, srchostname, subnetid, trafficcategory, trafficpath, vpc_id.
    StartDate string
    The start date of the NetworkFlowReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.
    Title string
    The title of the NetworkFlowReport.
    Token string
    The token of the report
    WorkspaceToken string
    The Workspace in which the NetworkFlowReport will be created.
    CreatedAt string
    The date and time, in UTC, the report was created. ISO 8601 Formatted.
    CreatedByToken string
    The token for the User or Team that created this NetworkFlowReport.
    DateInterval string
    The date interval of the NetworkFlowReport. Unless 'custom' is used, this is incompatible with 'startdate' and 'enddate' parameters. Defaults to 'last7days'.
    Default bool
    Indicates whether the NetworkFlowReport is the default report.
    EndDate 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.
    FlowDirection string
    The flow direction of the NetworkFlowReport.
    FlowWeight string
    The dimension by which the logs in the report are sorted. Defaults to costs.
    Groupings []string
    Grouping values for aggregating data on the NetworkFlowReport. Valid groupings: accountid, azid, dstaddr, dsthostname, flowdirection, interfaceid, instanceid, peerresourceuuid, peeraccountid, peervpcid, peerregion, peerazid, peersubnetid, peerinterfaceid, peerinstanceid, region, resourceuuid, srcaddr, srchostname, subnetid, trafficcategory, trafficpath, vpc_id.
    StartDate string
    The start date of the NetworkFlowReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.
    Title string
    The title of the NetworkFlowReport.
    Token string
    The token of the report
    WorkspaceToken string
    The Workspace in which the NetworkFlowReport will be created.
    createdAt String
    The date and time, in UTC, the report was created. ISO 8601 Formatted.
    createdByToken String
    The token for the User or Team that created this NetworkFlowReport.
    dateInterval String
    The date interval of the NetworkFlowReport. Unless 'custom' is used, this is incompatible with 'startdate' and 'enddate' parameters. Defaults to 'last7days'.
    default_ Boolean
    Indicates whether the NetworkFlowReport is the default report.
    endDate 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.
    flowDirection String
    The flow direction of the NetworkFlowReport.
    flowWeight String
    The dimension by which the logs in the report are sorted. Defaults to costs.
    groupings List<String>
    Grouping values for aggregating data on the NetworkFlowReport. Valid groupings: accountid, azid, dstaddr, dsthostname, flowdirection, interfaceid, instanceid, peerresourceuuid, peeraccountid, peervpcid, peerregion, peerazid, peersubnetid, peerinterfaceid, peerinstanceid, region, resourceuuid, srcaddr, srchostname, subnetid, trafficcategory, trafficpath, vpc_id.
    startDate String
    The start date of the NetworkFlowReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.
    title String
    The title of the NetworkFlowReport.
    token String
    The token of the report
    workspaceToken String
    The Workspace in which the NetworkFlowReport will be created.
    createdAt string
    The date and time, in UTC, the report was created. ISO 8601 Formatted.
    createdByToken string
    The token for the User or Team that created this NetworkFlowReport.
    dateInterval string
    The date interval of the NetworkFlowReport. Unless 'custom' is used, this is incompatible with 'startdate' and 'enddate' parameters. Defaults to 'last7days'.
    default boolean
    Indicates whether the NetworkFlowReport is the default report.
    endDate 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.
    flowDirection string
    The flow direction of the NetworkFlowReport.
    flowWeight string
    The dimension by which the logs in the report are sorted. Defaults to costs.
    groupings string[]
    Grouping values for aggregating data on the NetworkFlowReport. Valid groupings: accountid, azid, dstaddr, dsthostname, flowdirection, interfaceid, instanceid, peerresourceuuid, peeraccountid, peervpcid, peerregion, peerazid, peersubnetid, peerinterfaceid, peerinstanceid, region, resourceuuid, srcaddr, srchostname, subnetid, trafficcategory, trafficpath, vpc_id.
    startDate string
    The start date of the NetworkFlowReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.
    title string
    The title of the NetworkFlowReport.
    token string
    The token of the report
    workspaceToken string
    The Workspace in which the NetworkFlowReport will be created.
    created_at str
    The date and time, in UTC, the report was created. ISO 8601 Formatted.
    created_by_token str
    The token for the User or Team that created this NetworkFlowReport.
    date_interval str
    The date interval of the NetworkFlowReport. Unless 'custom' is used, this is incompatible with 'startdate' and 'enddate' parameters. Defaults to 'last7days'.
    default bool
    Indicates whether the NetworkFlowReport is the default report.
    end_date str
    The end date of the NetworkFlowReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.
    filter str
    The filter query language to apply to the NetworkFlowReport. Additional documentation available at https://docs.vantage.sh/vql.
    flow_direction str
    The flow direction of the NetworkFlowReport.
    flow_weight str
    The dimension by which the logs in the report are sorted. Defaults to costs.
    groupings Sequence[str]
    Grouping values for aggregating data on the NetworkFlowReport. Valid groupings: accountid, azid, dstaddr, dsthostname, flowdirection, interfaceid, instanceid, peerresourceuuid, peeraccountid, peervpcid, peerregion, peerazid, peersubnetid, peerinterfaceid, peerinstanceid, region, resourceuuid, srcaddr, srchostname, subnetid, trafficcategory, trafficpath, vpc_id.
    start_date str
    The start date of the NetworkFlowReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.
    title str
    The title of the NetworkFlowReport.
    token str
    The token of the report
    workspace_token str
    The Workspace in which the NetworkFlowReport will be created.
    createdAt String
    The date and time, in UTC, the report was created. ISO 8601 Formatted.
    createdByToken String
    The token for the User or Team that created this NetworkFlowReport.
    dateInterval String
    The date interval of the NetworkFlowReport. Unless 'custom' is used, this is incompatible with 'startdate' and 'enddate' parameters. Defaults to 'last7days'.
    default Boolean
    Indicates whether the NetworkFlowReport is the default report.
    endDate 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.
    flowDirection String
    The flow direction of the NetworkFlowReport.
    flowWeight String
    The dimension by which the logs in the report are sorted. Defaults to costs.
    groupings List<String>
    Grouping values for aggregating data on the NetworkFlowReport. Valid groupings: accountid, azid, dstaddr, dsthostname, flowdirection, interfaceid, instanceid, peerresourceuuid, peeraccountid, peervpcid, peerregion, peerazid, peersubnetid, peerinterfaceid, peerinstanceid, region, resourceuuid, srcaddr, srchostname, subnetid, trafficcategory, trafficpath, vpc_id.
    startDate String
    The start date of the NetworkFlowReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.
    title String
    The title of the NetworkFlowReport.
    token String
    The token of the report
    workspaceToken String
    The Workspace in which the NetworkFlowReport will be created.

    Package Details

    Repository
    vantage vantage-sh/terraform-provider-vantage
    License
    Notes
    This Pulumi package is based on the vantage Terraform Provider.
    vantage logo
    vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh