Interface CfnNetworkPerformanceMetricSubscriptionMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnNetworkPerformanceMetricSubscriptionMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:19:58.595Z")
@Stability(Stable)
public interface CfnNetworkPerformanceMetricSubscriptionMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnNetworkPerformanceMetricSubscriptionPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.ec2.*;
CfnNetworkPerformanceMetricSubscriptionMixinProps cfnNetworkPerformanceMetricSubscriptionMixinProps = CfnNetworkPerformanceMetricSubscriptionMixinProps.builder()
.destination("destination")
.metric("metric")
.source("source")
.statistic("statistic")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnNetworkPerformanceMetricSubscriptionMixinPropsstatic final classAn implementation forCfnNetworkPerformanceMetricSubscriptionMixinProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe Region or Availability Zone that's the target for the subscription.default StringThe metric used for the subscription.default StringThe Region or Availability Zone that's the source for the subscription.default StringThe statistic used for the subscription.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDestination
The Region or Availability Zone that's the target for the subscription.For example,
eu-west-1.- See Also:
-
getMetric
The metric used for the subscription.- See Also:
-
getSource
The Region or Availability Zone that's the source for the subscription.For example,
us-east-1.- See Also:
-
getStatistic
The statistic used for the subscription.- See Also:
-
builder
-