AWS Fundamentals Logo
AWS Fundamentals
AWS::EC2::NetworkPerformanceMetricSubscription

EC2 NetworkPerformanceMetricSubscription

Resource Type definition for AWS::EC2::NetworkPerformanceMetricSubscription

Properties

4 configurable properties. 4 required. Click a row to see details.

Filter:
PropertyTypeFlags
Destination
string
RequiredCreate-only
Metric
string
RequiredCreate-only
Source
string
RequiredCreate-only
Statistic
string
RequiredCreate-only

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EC2::NetworkPerformanceMetricSubscription

Resources:
  MyResource:
    Type: AWS::EC2::NetworkPerformanceMetricSubscription
    Properties:
      Source: "value"
      Destination: "value"
      Metric: "value"
      Statistic: "value"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

ec2:DescribeAwsNetworkPerformanceMetricSubscriptionsec2:EnableAwsNetworkPerformanceMetricSubscription

read

ec2:DescribeAwsNetworkPerformanceMetricSubscriptions

delete

ec2:DescribeAwsNetworkPerformanceMetricSubscriptionsec2:DisableAwsNetworkPerformanceMetricSubscription

list

ec2:DescribeAwsNetworkPerformanceMetricSubscriptions

Get the EC2 Cheat Sheet

Everything you need to know about EC2 on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceEC2
Properties4
Required4
TaggingNot supported
Primary IDSource

Supported Operations

CreateReadDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

SourceDestinationMetricStatistic

External Links