Module Values.CloudWatchLogDestinationSource

Configuration details for logging to CloudWatch Logs.

Sourcetype nonrec t = {
  1. logGroupArn : LogGroupArn.t;
    (*

    The ARN of the CloudWatch log group to which the vended log data will be published. This log group must exist prior to calling this operation.

    *)
}
Sourceval context_ : string
Sourceval make : logGroupArn:LogGroupArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of LogGroupArn.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