Module Values.KinesisStreamConfigSource

Contains information about the Amazon Kinesis data stream where you are sending real-time log data.

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

    The Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that CloudFront can use to send real-time log data to your Kinesis data stream. For more information the IAM role, see Real-time log configuration IAM role in the Amazon CloudFront Developer Guide.

    *)
  2. streamARN : String_.t;
    (*

    The Amazon Resource Name (ARN) of the Kinesis data stream where you are sending real-time log data.

    *)
}
Sourceval context_ : string
Sourceval make : roleARN:String_.t -> streamARN:String_.t -> 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