Module Values.GetDataProtectionPolicyRequestSource

Returns information about a log group data protection policy.

Sourcetype nonrec t = {
  1. logGroupIdentifier : LogGroupIdentifier.t;
    (*

    The name or ARN of the log group that contains the data protection policy that you want to see.

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