Module Values.CloudWatchMetricsSource

A container for enabling Amazon CloudWatch publishing for S3 Storage Lens metrics. For more information about publishing S3 Storage Lens metrics to CloudWatch, see Monitor S3 Storage Lens metrics in CloudWatch in the Amazon S3 User Guide.

Sourcetype nonrec t = {
  1. isEnabled : IsEnabled.t;
    (*

    A container that indicates whether CloudWatch publishing for S3 Storage Lens metrics is enabled. A value of true indicates that CloudWatch publishing for S3 Storage Lens metrics is enabled.

    *)
}
Sourceval context_ : string
Sourceval make : isEnabled:IsEnabled.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of IsEnabled.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t