This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::EC2::NetworkPerformanceMetricSubscription
Describes Infrastructure Performance subscriptions.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::EC2::NetworkPerformanceMetricSubscription", "Properties" : { "Destination" :String, "Metric" :String, "Source" :String, "Statistic" :String} }
YAML
Type: AWS::EC2::NetworkPerformanceMetricSubscription Properties: Destination:StringMetric:StringSource:StringStatistic:String
Properties
Destination-
The Region or Availability Zone that's the target for the subscription. For example,
eu-west-1.Required: Yes
Type: String
Update requires: Replacement
Metric-
The metric used for the subscription.
Required: Yes
Type: String
Allowed values:
aggregate-latencyUpdate requires: Replacement
Source-
The Region or Availability Zone that's the source for the subscription. For example,
us-east-1.Required: Yes
Type: String
Update requires: Replacement
Statistic-
The statistic used for the subscription.
Required: Yes
Type: String
Allowed values:
p50Update requires: Replacement
Return values
Ref
When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the primaryIdentifier property, which consists of
the following properties: source, destination, metric,
and statistic, with each value separated by a pipe (|). For example,
{ "Ref": "us-east-1|us-east-2|aggregate-latency|p50" }.
For more information about using the Ref function, see Ref.
Warning Javascript is disabled or is unavailable in your browser.
To use the Amazon Web Services Documentation, Javascript must be enabled. Please refer to your browser's Help pages for instructions.