ec2_get_aws_network_performance_data: Gets network performance data

View source: R/ec2_operations.R

ec2_get_aws_network_performance_dataR Documentation

Gets network performance data

Description

Gets network performance data.

See https://www.paws-r-sdk.com/docs/ec2_get_aws_network_performance_data/ for full documentation.

Usage

ec2_get_aws_network_performance_data(
  DataQueries = NULL,
  StartTime = NULL,
  EndTime = NULL,
  MaxResults = NULL,
  NextToken = NULL,
  DryRun = NULL
)

Arguments

DataQueries

A list of network performance data queries.

StartTime

The starting time for the performance data request. The starting time must be formatted as yyyy-mm-ddThh:mm:ss. For example, ⁠2022-06-10T12:00:00.000Z⁠.

EndTime

The ending time for the performance data request. The end time must be formatted as yyyy-mm-ddThh:mm:ss. For example, ⁠2022-06-12T12:00:00.000Z⁠.

MaxResults

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

NextToken

The token for the next page of results.

DryRun

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.