Disable kinesis streaming destination
async_boto.validation.dynamodb.disable_kinesis_streaming_destination
DisableKinesisStreamingDestinationRequest
Bases: BaseModel
Stops replication from the DynamoDB table to the Kinesis data stream.
| ATTRIBUTE | DESCRIPTION |
|---|---|
StreamArn |
The ARN for a Kinesis data stream.
TYPE:
|
TableName |
The name of the DynamoDB table. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.
TYPE:
|
EnableKinesisStreamingConfiguration |
The source for the Kinesis streaming information that is being enabled.
TYPE:
|
StreamArn
instance-attribute
StreamArn
TableName
instance-attribute
TableName
EnableKinesisStreamingConfiguration
class-attribute
instance-attribute
EnableKinesisStreamingConfiguration = None
DisableKinesisStreamingDestinationResponse
Bases: BaseModel
Response for the DisableKinesisStreamingDestination operation.
| ATTRIBUTE | DESCRIPTION |
|---|---|
DestinationStatus |
The current status of the replication.
TYPE:
|
EnableKinesisStreamingConfiguration |
The destination for the Kinesis streaming information that is being enabled. |
StreamArn |
The ARN for the specific Kinesis data stream.
TYPE:
|
TableName |
The name of the table being modified.
TYPE:
|
DestinationStatus
class-attribute
instance-attribute
DestinationStatus = None
EnableKinesisStreamingConfiguration
class-attribute
instance-attribute
EnableKinesisStreamingConfiguration = None
StreamArn
class-attribute
instance-attribute
StreamArn = None
TableName
class-attribute
instance-attribute
TableName = None