Show / Hide Table of Contents

Interface ICfnNetworkPerformanceMetricSubscriptionProps

Properties for defining a CfnNetworkPerformanceMetricSubscription.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnNetworkPerformanceMetricSubscriptionProps
Syntax (vb)
Public Interface ICfnNetworkPerformanceMetricSubscriptionProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkperformancemetricsubscription.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.EC2;

             var cfnNetworkPerformanceMetricSubscriptionProps = new CfnNetworkPerformanceMetricSubscriptionProps {
                 Destination = "destination",
                 Metric = "metric",
                 Source = "source",
                 Statistic = "statistic"
             };

Synopsis

Properties

Destination

The Region or Availability Zone that's the target for the subscription.

Metric

The metric used for the subscription.

Source

The Region or Availability Zone that's the source for the subscription.

Statistic

The statistic used for the subscription.

Properties

Destination

The Region or Availability Zone that's the target for the subscription.

string Destination { get; }
Property Value

string

Remarks

For example, eu-west-1 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkperformancemetricsubscription.html#cfn-ec2-networkperformancemetricsubscription-destination

Metric

The metric used for the subscription.

string Metric { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkperformancemetricsubscription.html#cfn-ec2-networkperformancemetricsubscription-metric

Source

The Region or Availability Zone that's the source for the subscription.

string Source { get; }
Property Value

string

Remarks

For example, us-east-1 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkperformancemetricsubscription.html#cfn-ec2-networkperformancemetricsubscription-source

Statistic

The statistic used for the subscription.

string Statistic { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-networkperformancemetricsubscription.html#cfn-ec2-networkperformancemetricsubscription-statistic

Back to top Generated by DocFX