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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnMonitoringSubscriptionPropsMixin.RealtimeMetricsSubscriptionConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRealtimeMetricsSubscriptionStatus
A flag that indicates whether additional CloudWatch metrics are enabled for a given CloudFront distribution.- See Also:
-
builder
@Stability(Stable) static CfnMonitoringSubscriptionPropsMixin.RealtimeMetricsSubscriptionConfigProperty.Builder builder()
-