dynamodb_enable_kinesis_streaming_destination: Starts table data replication to the specified Kinesis data...

View source: R/dynamodb_operations.R

dynamodb_enable_kinesis_streaming_destinationR Documentation

Starts table data replication to the specified Kinesis data stream at a timestamp chosen during the enable workflow

Description

Starts table data replication to the specified Kinesis data stream at a timestamp chosen during the enable workflow. If this operation doesn't return results immediately, use DescribeKinesisStreamingDestination to check if streaming to the Kinesis data stream is ACTIVE.

See https://www.paws-r-sdk.com/docs/dynamodb_enable_kinesis_streaming_destination/ for full documentation.

Usage

dynamodb_enable_kinesis_streaming_destination(TableName, StreamArn)

Arguments

TableName

[required] The name of the DynamoDB table.

StreamArn

[required] The ARN for a Kinesis data stream.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.