Skip to main content

network_performance_metric_subscription

Gets or updates an individual network_performance_metric_subscription resource, use network_performance_metric_subscriptions to retrieve a list of resources or to create or delete a resource.

Overview

Namenetwork_performance_metric_subscription
TypeResource
DescriptionResource Type definition for AWS::EC2::NetworkPerformanceMetricSubscription
Idaws.ec2.network_performance_metric_subscription

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
get_resourceSELECTdata__Identifier, region

SELECT Example

SELECT
region,
source,
destination,
metric,
statistic
FROM aws.ec2.network_performance_metric_subscription
WHERE region = 'us-east-1' AND data__Identifier = '<Source>|<Destination>|<Metric>|<Statistic>';

Permissions

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

Read

ec2:DescribeAwsNetworkPerformanceMetricSubscriptions