Learn R Programming

paws.database (version 0.1.12)

dynamodb_disable_kinesis_streaming_destination: Stops replication from the DynamoDB table to the Kinesis data stream

Description

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

Usage

dynamodb_disable_kinesis_streaming_destination(TableName, StreamArn)

Value

A list with the following syntax:

list(
  TableName = "string",
  StreamArn = "string",
  DestinationStatus = "ENABLING"|"ACTIVE"|"DISABLING"|"DISABLED"|"ENABLE_FAILED"
)

Arguments

TableName

[required] The name of the DynamoDB table.

StreamArn

[required] The ARN for a Kinesis data stream.

Request syntax

svc$disable_kinesis_streaming_destination(
  TableName = "string",
  StreamArn = "string"
)