Module Values.CreateRealtimeLogConfigResultSource

Creates 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.

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. | `RealtimeLogConfigAlreadyExists of RealtimeLogConfigAlreadyExists.t
  4. | `TooManyRealtimeLogConfigs of TooManyRealtimeLogConfigs.t
  5. | `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 | `RealtimeLogConfigAlreadyExists of RealtimeLogConfigAlreadyExists.t | `TooManyRealtimeLogConfigs of TooManyRealtimeLogConfigs.t | `Unknown_operation_error of string * string option ]
Sourceval 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 ]
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