Interface CfnMonitoringSubscriptionPropsMixin.RealtimeMetricsSubscriptionConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnMonitoringSubscriptionPropsMixin.RealtimeMetricsSubscriptionConfigProperty.Jsii$Proxy
Enclosing class:
CfnMonitoringSubscriptionPropsMixin

@Stability(Stable) public static interface CfnMonitoringSubscriptionPropsMixin.RealtimeMetricsSubscriptionConfigProperty extends software.amazon.jsii.JsiiSerializable
A subscription configuration for additional CloudWatch metrics.

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.cloudfront.*;
 RealtimeMetricsSubscriptionConfigProperty realtimeMetricsSubscriptionConfigProperty = RealtimeMetricsSubscriptionConfigProperty.builder()
         .realtimeMetricsSubscriptionStatus("realtimeMetricsSubscriptionStatus")
         .build();
 

See Also: