Module Values.LogDestinationSource

Sourcetype nonrec t = {
  1. cloudWatchLogsLogGroup : CloudWatchLogsLogGroup.t option;
    (*

    An object describing a CloudWatch log group. For more information, see AWS::Logs::LogGroup in the CloudFormation User Guide.

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