AWS::EC2::NetworkPerformanceMetricSubscriptionDescribes Infrastructure Performance subscriptions.
import { CfnNetworkPerformanceMetricSubscription } from 'aws-cdk-lib/aws-ec2';Or use the module namespace:
import * as ec2 from 'aws-cdk-lib/aws-ec2';
// ec2.CfnNetworkPerformanceMetricSubscriptionConfiguration passed to the constructor as CfnNetworkPerformanceMetricSubscriptionProps.
destinationRequiredstringThe Region or Availability Zone that's the target for the subscription. For example, `eu-west-1` .
metricRequiredstringThe metric used for the subscription.
sourceRequiredstringThe Region or Availability Zone that's the source for the subscription. For example, `us-east-1` .
statisticRequiredstringThe statistic used for the subscription.
This L1 construct maps directly to the following CloudFormation resource type.
Everything you need to know about Amazon EC2 on one page. HD quality, print-friendly.
Download Free Infographicaws-ec2AWS::EC2::NetworkPerformanceMetricSubscription