Module Values.KinesisStreamingDestinationInputSource

Stops replication from the DynamoDB table to the Kinesis data stream. This is done without deleting either of the resources.

Sourcetype nonrec t = {
  1. tableName : TableArn.t;
    (*

    The name of the DynamoDB table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.

    *)
  2. streamArn : StreamArn.t;
    (*

    The ARN for a Kinesis data stream.

    *)
  3. enableKinesisStreamingConfiguration : EnableKinesisStreamingConfiguration.t option;
    (*

    The source for the Kinesis streaming information that is being enabled.

    *)
}
Sourceval context_ : string
Sourceval make : ?enableKinesisStreamingConfiguration:??? -> tableName:TableArn.t -> streamArn:StreamArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of TableArn.t | `Structure of (string * [> `Enum of string ]) list ]) 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