Module Values.KinesisFirehoseDestinationSource

Contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event destination. Event destinations, such as Amazon Kinesis Firehose, are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.

Sourcetype nonrec t = {
  1. iAMRoleARN : AmazonResourceName.t;
    (*

    The ARN of the IAM role under which Amazon SES publishes email sending events to the Amazon Kinesis Firehose stream.

    *)
  2. deliveryStreamARN : AmazonResourceName.t;
    (*

    The ARN of the Amazon Kinesis Firehose stream that email sending events should be published to.

    *)
}
Sourceval context_ : string
Sourceval make : iAMRoleARN:AmazonResourceName.t -> deliveryStreamARN:AmazonResourceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AmazonResourceName.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