Module Values.KinesisStreamSourceConfigurationSource

The stream and role Amazon Resource Names (ARNs) for a Kinesis data stream used as the source for a Firehose stream.

Sourcetype nonrec t = {
  1. kinesisStreamARN : KinesisStreamARN.t;
    (*

    The ARN of the source Kinesis data stream. For more information, see Amazon Kinesis Data Streams ARN Format.

    *)
  2. roleARN : RoleARN.t;
    (*

    The ARN of the role that provides access to the source Kinesis data stream. For more information, see Amazon Web Services Identity and Access Management (IAM) ARN Format.

    *)
}
Sourceval context_ : string
Sourceval make : kinesisStreamARN:KinesisStreamARN.t -> roleARN:RoleARN.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of KinesisStreamARN.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