Gets information about whether additional CloudWatch metrics are enabled for the specified CloudFront distribution.
cloudfront_get_monitoring_subscription(DistributionId)
[required] The ID of the distribution that you are getting metrics information for.
A list with the following syntax:
list( MonitoringSubscription = list( RealtimeMetricsSubscriptionConfig = list( RealtimeMetricsSubscriptionStatus = "Enabled"|"Disabled" ) ) )
svc$get_monitoring_subscription( DistributionId = "string" )