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 |
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 |
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.
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.