Module Values.GetRealtimeLogConfigRequestSource

Gets a real-time log configuration. To get a real-time log configuration, you can provide the configuration's name or its Amazon Resource Name (ARN). You must provide at least one. If you provide both, CloudFront uses the name to identify the real-time log configuration to get.

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

    The name of the real-time log configuration to get.

    *)
  2. aRN : String_.t option;
    (*

    The Amazon Resource Name (ARN) of the real-time log configuration to get.

    *)
}
Sourceval make : ?name:??? -> ?aRN:??? -> 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