Module Values.GetRealtimeLogConfigResultSource

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. realtimeLogConfig : RealtimeLogConfig.t option;
    (*

    A real-time log configuration.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDenied of AccessDenied.t
  2. | `InvalidArgument of InvalidArgument.t
  3. | `NoSuchRealtimeLogConfig of NoSuchRealtimeLogConfig.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval make : ?realtimeLogConfig:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AccessDenied of AccessDenied.t | `InvalidArgument of InvalidArgument.t | `NoSuchRealtimeLogConfig of NoSuchRealtimeLogConfig.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AccessDenied of AccessDenied.t | `InvalidArgument of InvalidArgument.t | `NoSuchRealtimeLogConfig of NoSuchRealtimeLogConfig.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `List of [> `String of String_.t | `Structure of (string * [> `String of String_.t | `Structure of (string * [> `String of String_.t ]) list ]) list ] list | `Long of Long.t | `String of String_.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