interface CfnNetworkPerformanceMetricSubscriptionProps
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.EC2.CfnNetworkPerformanceMetricSubscriptionProps |
Java | software.amazon.awscdk.services.ec2.CfnNetworkPerformanceMetricSubscriptionProps |
Python | aws_cdk.aws_ec2.CfnNetworkPerformanceMetricSubscriptionProps |
TypeScript | @aws-cdk/aws-ec2 » CfnNetworkPerformanceMetricSubscriptionProps |
Properties for defining a CfnNetworkPerformanceMetricSubscription
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as ec2 from '@aws-cdk/aws-ec2';
const cfnNetworkPerformanceMetricSubscriptionProps: ec2.CfnNetworkPerformanceMetricSubscriptionProps = {
destination: 'destination',
metric: 'metric',
source: 'source',
statistic: 'statistic',
};
Properties
Name | Type | Description |
---|---|---|
destination | string | The Region or Availability Zone that's the target for the subscription. |
metric | string | The metric used for the subscription. |
source | string | The Region or Availability Zone that's the source for the subscription. |
statistic | string | The statistic used for the subscription. |
destination
Type:
string
The Region or Availability Zone that's the target for the subscription.
For example, eu-west-1
.
metric
Type:
string
The metric used for the subscription.
source
Type:
string
The Region or Availability Zone that's the source for the subscription.
For example, us-east-1
.
statistic
Type:
string
The statistic used for the subscription.