Update kinesis streaming destination
async_boto.validation.dynamodb.update_kinesis_streaming_destination
UpdateKinesisStreamingDestinationRequest
Bases: BaseModel
Request model for the UpdateKinesisStreamingDestination operation.
| ATTRIBUTE | DESCRIPTION |
|---|---|
StreamArn |
The Amazon Resource Name (ARN) for the Kinesis stream input.
TYPE:
|
TableName |
The table name for the Kinesis streaming destination input.
TYPE:
|
UpdateKinesisStreamingConfiguration |
The command to update the Kinesis stream configuration.
TYPE:
|
StreamArn
instance-attribute
StreamArn
TableName
instance-attribute
TableName
UpdateKinesisStreamingConfiguration
class-attribute
instance-attribute
UpdateKinesisStreamingConfiguration = None
UpdateKinesisStreamingDestinationResponse
Bases: BaseModel
Response model for the UpdateKinesisStreamingDestination operation.
| ATTRIBUTE | DESCRIPTION |
|---|---|
DestinationStatus |
The status of the attempt to update the Kinesis streaming destination output.
TYPE:
|
StreamArn |
The ARN for the Kinesis stream input.
TYPE:
|
TableName |
The table name for the Kinesis streaming destination output.
TYPE:
|
UpdateKinesisStreamingConfiguration |
optional The command to update the Kinesis streaming destination configuration. |
DestinationStatus
instance-attribute
DestinationStatus
StreamArn
instance-attribute
StreamArn
TableName
instance-attribute
TableName
UpdateKinesisStreamingConfiguration
class-attribute
instance-attribute
UpdateKinesisStreamingConfiguration = None