Values.AwsDynamoDbTableStreamSpecificationSourceThe current DynamoDB Streams configuration for the table.
type nonrec t = {streamEnabled : Boolean.t option;Indicates whether DynamoDB Streams is enabled on the table.
*)streamViewType : NonEmptyString.t option;Determines the information that is written to the table.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of NonEmptyString.t ]) list ]