Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

cloudfront_get_monitoring_subscription

Gets information about whether additional CloudWatch metrics are enabled for the specified CloudFront distribution


Description

Gets information about whether additional CloudWatch metrics are enabled for the specified CloudFront distribution.

Usage

cloudfront_get_monitoring_subscription(DistributionId)

Arguments

DistributionId

[required] The ID of the distribution that you are getting metrics information for.

Value

A list with the following syntax:

list(
  MonitoringSubscription = list(
    RealtimeMetricsSubscriptionConfig = list(
      RealtimeMetricsSubscriptionStatus = "Enabled"|"Disabled"
    )
  )
)

Request syntax

svc$get_monitoring_subscription(
  DistributionId = "string"
)

paws.networking

Amazon Web Services Networking & Content Delivery Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.