Interface CfnMonitoringSubscription.RealtimeMetricsSubscriptionConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMonitoringSubscription.RealtimeMetricsSubscriptionConfigProperty.Jsii$Proxy
- Enclosing class:
CfnMonitoringSubscription
@Stability(Stable)
public static interface CfnMonitoringSubscription.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.services.cloudfront.*; RealtimeMetricsSubscriptionConfigProperty realtimeMetricsSubscriptionConfigProperty = RealtimeMetricsSubscriptionConfigProperty.builder() .realtimeMetricsSubscriptionStatus("realtimeMetricsSubscriptionStatus") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnMonitoringSubscription.RealtimeMetricsSubscriptionConfigProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
A flag that indicates whether additional CloudWatch metrics are enabled for a given CloudFront distribution.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 CfnMonitoringSubscription.RealtimeMetricsSubscriptionConfigProperty.Builder builder()
-