vantage.NetworkFlowReport
Explore with Pulumi AI
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.
- Workspace
Token string - The Workspace in which the NetworkFlowReport will be created.
- Date
Interval string - The date interval of the NetworkFlowReport. Unless 'custom' is used, this is incompatible with 'startdate' and 'enddate' parameters. Defaults to 'last7days'.
- 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.
- 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<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.
- Start
Date string - The start date of the NetworkFlowReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.
- Title string
- The title of the NetworkFlowReport.
- Workspace
Token string - The Workspace in which the NetworkFlowReport will be created.
- Date
Interval string - The date interval of the NetworkFlowReport. Unless 'custom' is used, this is incompatible with 'startdate' and 'enddate' parameters. Defaults to 'last7days'.
- 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.
- 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 []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.
- Start
Date string - The start date of the NetworkFlowReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.
- title String
- The title of the NetworkFlowReport.
- workspace
Token String - The Workspace in which the NetworkFlowReport will be created.
- date
Interval String - The date interval of the NetworkFlowReport. Unless 'custom' is used, this is incompatible with 'startdate' and 'enddate' parameters. Defaults to 'last7days'.
- 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.
- 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<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.
- start
Date String - The start date of the NetworkFlowReport. YYYY-MM-DD formatted. Incompatible with 'date_interval' parameter.
- title string
- The title of the NetworkFlowReport.
- workspace
Token string - The Workspace in which the NetworkFlowReport will be created.
- date
Interval string - The date interval of the NetworkFlowReport. Unless 'custom' is used, this is incompatible with 'startdate' and 'enddate' parameters. Defaults to 'last7days'.
- 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.
- 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 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.
- start
Date 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.
- workspace
Token String - The Workspace in which the NetworkFlowReport will be created.
- date
Interval String - The date interval of the NetworkFlowReport. Unless 'custom' is used, this is incompatible with 'startdate' and 'enddate' parameters. Defaults to 'last7days'.
- 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.
- 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<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.
- start
Date 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:
- Created
At string - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- Created
By stringToken - 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
- Created
At string - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- Created
By stringToken - 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
- created
At String - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- created
By StringToken - 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 string - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- created
By stringToken - 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_ strtoken - 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
- created
At String - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- created
By StringToken - 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.
- Created
At string - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- Created
By stringToken - The token for the User or Team that created this NetworkFlowReport.
- Date
Interval 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.
- 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.
- 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<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.
- Start
Date 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
- Workspace
Token string - The Workspace in which the NetworkFlowReport will be created.
- Created
At string - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- Created
By stringToken - The token for the User or Team that created this NetworkFlowReport.
- Date
Interval 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.
- 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.
- 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 []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.
- Start
Date 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
- Workspace
Token string - The Workspace in which the NetworkFlowReport will be created.
- created
At String - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- created
By StringToken - The token for the User or Team that created this NetworkFlowReport.
- date
Interval 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.
- 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.
- 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<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.
- start
Date 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
- workspace
Token String - The Workspace in which the NetworkFlowReport will be created.
- created
At string - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- created
By stringToken - The token for the User or Team that created this NetworkFlowReport.
- date
Interval 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.
- 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.
- 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 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.
- start
Date 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
- workspace
Token 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_ strtoken - 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.
- created
At String - The date and time, in UTC, the report was created. ISO 8601 Formatted.
- created
By StringToken - The token for the User or Team that created this NetworkFlowReport.
- date
Interval 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.
- 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.
- 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<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.
- start
Date 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
- workspace
Token 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.