Skip to content

DynamoDB  >  Operations  >  disable_kinesis_streaming_destination

disable_kinesis_streaming_destination

Operation

disable_kinesis_streaming_destination async

disable_kinesis_streaming_destination(input: DisableKinesisStreamingDestinationInput, plugins: list[Plugin] | None = None) -> DisableKinesisStreamingDestinationOutput

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

Parameters:

Name Type Description Default
input DisableKinesisStreamingDestinationInput

An instance of DisableKinesisStreamingDestinationInput.

required
plugins list[Plugin] | None

A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations.

None

Returns:

Type Description
DisableKinesisStreamingDestinationOutput

An instance of DisableKinesisStreamingDestinationOutput.

Input

DisableKinesisStreamingDestinationInput dataclass

Dataclass for DisableKinesisStreamingDestinationInput structure.

Attributes

enable_kinesis_streaming_configuration class-attribute instance-attribute
enable_kinesis_streaming_configuration: EnableKinesisStreamingConfiguration | None = None

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

stream_arn class-attribute instance-attribute
stream_arn: str | None = None

The ARN for a Kinesis data stream.

table_name class-attribute instance-attribute
table_name: str | None = None

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

Output

DisableKinesisStreamingDestinationOutput dataclass

Dataclass for DisableKinesisStreamingDestinationOutput structure.

Attributes

destination_status class-attribute instance-attribute
destination_status: DestinationStatus | None = None

The current status of the replication.

enable_kinesis_streaming_configuration class-attribute instance-attribute
enable_kinesis_streaming_configuration: EnableKinesisStreamingConfiguration | None = None

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

stream_arn class-attribute instance-attribute
stream_arn: str | None = None

The ARN for the specific Kinesis data stream.

table_name class-attribute instance-attribute
table_name: str | None = None

The name of the table being modified.