Skip to main content

network_performance_metric_subscriptions

Retrieves a list of network_performance_metric_subscriptions in a region

Overview

Namenetwork_performance_metric_subscriptions
TypeResource
Descriptionnetwork_performance_metric_subscriptions
Idawscc.ec2.network_performance_metric_subscriptions

Fields

NameDatatypeDescription
sourcestringThe starting Region or Availability Zone for metric to subscribe to.
destinationstringThe target Region or Availability Zone for the metric to subscribe to.
metricstringThe metric type to subscribe to.
statisticstringThe statistic to subscribe to.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
source,
destination,
metric,
statistic
FROM awscc.ec2.network_performance_metric_subscriptions
WHERE region = 'us-east-1'

Permissions

To operate on the network_performance_metric_subscriptions resource, the following permissions are required:

Create

ec2:DescribeAwsNetworkPerformanceMetricSubscriptions,
ec2:EnableAwsNetworkPerformanceMetricSubscription

List

ec2:DescribeAwsNetworkPerformanceMetricSubscriptions