aws.ec2.describe_aws_network_performance_metric_subscriptions
Example SQL Queries
SELECT * FROMaws.ec2.describe_aws_network_performance_metric_subscriptions;Description
Describes the current Infrastructure Performance metric subscriptions.
Table Definition
| Column Name | Column Data Type |
|---|---|
| dry_run Input Column Checks 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 is UnauthorizedOperation. | BOOLEAN |
| filters Input Column One or more filters. | STRUCT( |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| destination The Region or Availability Zone that's the target for the subscription. For example, eu-west-1. | VARCHAR |
| metric The metric used for the subscription. | VARCHAR |
| period The data aggregation time for the subscription. | VARCHAR |
| source The Region or Availability Zone that's the source for the subscription. For example, us-east-1. | VARCHAR |
| statistic The statistic used for the subscription. | VARCHAR |