CfnNetworkPerformanceMetricSubscriptionMixinProps
- class aws_cdk.mixins_preview.aws_ec2.mixins.CfnNetworkPerformanceMetricSubscriptionMixinProps(*, destination=None, metric=None, source=None, statistic=None)
Bases:
objectProperties for CfnNetworkPerformanceMetricSubscriptionPropsMixin.
- Parameters:
destination (
Optional[str]) – The Region or Availability Zone that’s the target for the subscription. For example,eu-west-1.metric (
Optional[str]) – The metric used for the subscription.source (
Optional[str]) – The Region or Availability Zone that’s the source for the subscription. For example,us-east-1.statistic (
Optional[str]) – The statistic used for the subscription.
- See:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_ec2 import mixins as ec2_mixins cfn_network_performance_metric_subscription_mixin_props = ec2_mixins.CfnNetworkPerformanceMetricSubscriptionMixinProps( destination="destination", metric="metric", source="source", statistic="statistic" )
Attributes
- destination
The Region or Availability Zone that’s the target for the subscription.
For example,
eu-west-1.
- metric
The metric used for the subscription.
- source
The Region or Availability Zone that’s the source for the subscription.
For example,
us-east-1.
- statistic
The statistic used for the subscription.