Values_2.VerifiedAccessLogKinesisDataFirehoseDestinationOptionsSourceDescribes Amazon Kinesis Data Firehose logging options.
type nonrec t = {enabled : Values_0.Boolean.t;Indicates whether logging is enabled.
*)deliveryStream : Values_0.String_.t option;The ID of the delivery stream.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t | `String of Values_0.String_.t ])
list ]