Module Values.CloudWatchLoggingOptionUpdateSource

Describes CloudWatch logging option updates.

Sourcetype nonrec t = {
  1. cloudWatchLoggingOptionId : Id.t;
    (*

    ID of the CloudWatch logging option to update

    *)
  2. logStreamARNUpdate : LogStreamARN.t option;
    (*

    ARN of the CloudWatch log to receive application messages.

    *)
  3. roleARNUpdate : RoleARN.t option;
    (*

    IAM ARN of the role to use to send application messages. Note: To write application messages to CloudWatch, the IAM role used must have the PutLogEvents policy action enabled.

    *)
}
Sourceval context_ : string
Sourceval make : ?logStreamARNUpdate:??? -> ?roleARNUpdate:??? -> cloudWatchLoggingOptionId:Id.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Id.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