Module Values.KinesisFirehoseInputDescriptionSource

Describes the Amazon Kinesis Firehose delivery stream that is configured as the streaming source in the application input configuration.

Sourcetype nonrec t = {
  1. resourceARN : ResourceARN.t option;
    (*

    Amazon Resource Name (ARN) of the Amazon Kinesis Firehose delivery stream.

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

    ARN of the IAM role that Amazon Kinesis Analytics assumes to access the stream.

    *)
}
Sourceval make : ?resourceARN:??? -> ?roleARN:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceARN.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