Values.GetRealtimeLogConfigResultSourceGets 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.
type nonrec t = {realtimeLogConfig : RealtimeLogConfig.t option;A real-time log configuration.
*)}type nonrec error = [ | `AccessDenied of AccessDenied.t| `InvalidArgument of InvalidArgument.t| `NoSuchRealtimeLogConfig of NoSuchRealtimeLogConfig.t| `Unknown_operation_error of string * string option ]val 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 ]val 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 ]