Values.CreateRealtimeLogConfigResultSourceCreates a real-time log configuration. After you create a real-time log configuration, you can attach it to one or more cache behaviors to send real-time log data to the specified Amazon Kinesis data stream. For more information about real-time log configurations, see Real-time logs in the Amazon CloudFront Developer Guide.
type nonrec t = {realtimeLogConfig : RealtimeLogConfig.t option;A real-time log configuration.
*)}type nonrec error = [ | `AccessDenied of AccessDenied.t| `InvalidArgument of InvalidArgument.t| `RealtimeLogConfigAlreadyExists of RealtimeLogConfigAlreadyExists.t| `TooManyRealtimeLogConfigs of TooManyRealtimeLogConfigs.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDenied of AccessDenied.t
| `InvalidArgument of InvalidArgument.t
| `RealtimeLogConfigAlreadyExists of RealtimeLogConfigAlreadyExists.t
| `TooManyRealtimeLogConfigs of TooManyRealtimeLogConfigs.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDenied of AccessDenied.t
| `InvalidArgument of InvalidArgument.t
| `RealtimeLogConfigAlreadyExists of RealtimeLogConfigAlreadyExists.t
| `TooManyRealtimeLogConfigs of TooManyRealtimeLogConfigs.t
| `Unknown_operation_error of string * string option ]