network_performance_metric_subscriptions
Retrieves a list of network_performance_metric_subscriptions
in a region
Overview
Name | network_performance_metric_subscriptions |
Type | Resource |
Description | network_performance_metric_subscriptions |
Id | awscc.ec2.network_performance_metric_subscriptions |
Fields
Name | Datatype | Description |
---|---|---|
source | string | The starting Region or Availability Zone for metric to subscribe to. |
destination | string | The target Region or Availability Zone for the metric to subscribe to. |
metric | string | The metric type to subscribe to. |
statistic | string | The statistic to subscribe to. |
region | string | AWS 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