Describe Aws Network Performance Metric Subscriptions
| ec2_describe_aws_network_performance_metric_subscriptions | R Documentation |
Describes the current Infrastructure Performance metric subscriptions¶
Description¶
Describes the current Infrastructure Performance metric subscriptions.
Usage¶
Arguments¶
MaxResultsThe maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned
nextTokenvalue.NextTokenThe token for the next page of results.
FiltersOne or more filters.
DryRunChecks 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 isUnauthorizedOperation.
Value¶
A list with the following syntax:
list(
NextToken = "string",
Subscriptions = list(
list(
Source = "string",
Destination = "string",
Metric = "aggregate-latency",
Statistic = "p50",
Period = "five-minutes"|"fifteen-minutes"|"one-hour"|"three-hours"|"one-day"|"one-week"
)
)
)