Skip to main content

network_performance_metric_subscriptions_list_only

Lists network_performance_metric_subscriptions in a region or regions, for all properties use network_performance_metric_subscriptions

Overview

Namenetwork_performance_metric_subscriptions_list_only
TypeResource
DescriptionResource Type definition for AWS::EC2::NetworkPerformanceMetricSubscription
Idaws.ec2.network_performance_metric_subscriptions_list_only

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

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all network_performance_metric_subscriptions in a region.

SELECT
region,
source,
destination,
metric,
statistic
FROM aws.ec2.network_performance_metric_subscriptions_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the network_performance_metric_subscriptions_list_only resource, see network_performance_metric_subscriptions