Interface CfnMonitoringSubscription.MonitoringSubscriptionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMonitoringSubscription.MonitoringSubscriptionProperty.Jsii$Proxy
- Enclosing class:
- CfnMonitoringSubscription
@Stability(Stable)
public static interface CfnMonitoringSubscription.MonitoringSubscriptionProperty
extends software.amazon.jsii.JsiiSerializable
A monitoring subscription.
This structure contains information about whether additional CloudWatch metrics are enabled for a given CloudFront distribution.
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.*; MonitoringSubscriptionProperty monitoringSubscriptionProperty = MonitoringSubscriptionProperty.builder() .realtimeMetricsSubscriptionConfig(RealtimeMetricsSubscriptionConfigProperty.builder() .realtimeMetricsSubscriptionStatus("realtimeMetricsSubscriptionStatus") .build()) .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnMonitoringSubscription.MonitoringSubscriptionProperty
static final class
An implementation forCfnMonitoringSubscription.MonitoringSubscriptionProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRealtimeMetricsSubscriptionConfig
A subscription configuration for additional CloudWatch metrics. -
builder
@Stability(Stable) static CfnMonitoringSubscription.MonitoringSubscriptionProperty.Builder builder()
-