Module Values.CloudWatchConfigSource

CloudWatch logging configuration.

Sourcetype nonrec t = {
  1. logGroupName : LogGroupName.t;
    (*

    The log group name.

    *)
  2. roleArn : RoleArn.t;
    (*

    The role Amazon Resource Name (ARN).

    *)
  3. largeDataDeliveryS3Config : S3Config.t option;
    (*

    S3 configuration for delivering a large amount of data.

    *)
}
Sourceval context_ : string
Sourceval make : ?largeDataDeliveryS3Config:??? -> logGroupName:LogGroupName.t -> roleArn:RoleArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of LogGroupName.t | `Structure of (string * [> `String of BucketName.t ]) list ]) 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