Skip to content

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: constr(min_length=37, max_length=1024)

TableName

The table name for the Kinesis streaming destination input.

TYPE: constr(min_length=1, max_length=1024)

UpdateKinesisStreamingConfiguration

The command to update the Kinesis stream configuration.

TYPE: Optional[UpdateKinesisStreamingConfiguration]

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
                    "ENABLE_FAILED", "UPDATING"]

The status of the attempt to update the Kinesis streaming destination output.

TYPE: Literal["ENABLING", "ACTIVE", "DISABLING", "DISABLED",

StreamArn

The ARN for the Kinesis stream input.

TYPE: constr(min_length=37, max_length=1024)

TableName

The table name for the Kinesis streaming destination output.

TYPE: constr(min_length=3, max_length=255, regex='[a-zA-Z0-9_.-]+')

UpdateKinesisStreamingConfiguration

optional The command to update the Kinesis streaming destination configuration.

TYPE: UpdateKinesisStreamingConfiguration

DestinationStatus instance-attribute

DestinationStatus

StreamArn instance-attribute

StreamArn

TableName instance-attribute

TableName

UpdateKinesisStreamingConfiguration class-attribute instance-attribute

UpdateKinesisStreamingConfiguration = None