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
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
System.String
Remarks
Metric
The metric used for the subscription.
string Metric { get; }
Property Value
System.String
Remarks
Source
The Region or Availability Zone that's the source for the subscription.
string Source { get; }
Property Value
System.String
Remarks
Statistic
The statistic used for the subscription.
string Statistic { get; }
Property Value
System.String