Values.KinesisStreamingDestinationInputSourceStops replication from the DynamoDB table to the Kinesis data stream. This is done without deleting either of the resources.
type nonrec t = {tableName : TableArn.t;The name of the DynamoDB table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
*)streamArn : StreamArn.t;The ARN for a Kinesis data stream.
*)enableKinesisStreamingConfiguration : EnableKinesisStreamingConfiguration.t
option;The source for the Kinesis streaming information that is being enabled.
*)}val make :
?enableKinesisStreamingConfiguration:??? ->
tableName:TableArn.t ->
streamArn:StreamArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of TableArn.t
| `Structure of (string * [> `Enum of string ]) list ])
list ]