Module Values.ExpressGatewayServiceAwsLogsConfigurationSource

Specifies the Amazon CloudWatch Logs configuration for the Express service container.

Sourcetype nonrec t = {
  1. logGroup : String_.t;
    (*

    The name of the CloudWatch Logs log group to send container logs to.

    *)
  2. logStreamPrefix : String_.t;
    (*

    The prefix for the CloudWatch Logs log stream names. The default for an Express service is ecs.

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