Skip to content

Enable kinesis streaming destination

async_boto.validation.dynamodb.enable_kinesis_streaming_destination

EnableKinesisStreamingDestinationRequest

Bases: BaseModel

Starts table data replication to the specified Kinesis data stream.

ATTRIBUTE DESCRIPTION
StreamArn

The ARN for a Kinesis data stream.

TYPE: str

TableName

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

TYPE: str

EnableKinesisStreamingConfiguration

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

TYPE: Optional[EnableKinesisStreamingConfiguration]

StreamArn instance-attribute

StreamArn

TableName instance-attribute

TableName

EnableKinesisStreamingConfiguration class-attribute instance-attribute

EnableKinesisStreamingConfiguration = None

EnableKinesisStreamingDestinationResponse

Bases: BaseModel

Response for the EnableKinesisStreamingDestination operation.

ATTRIBUTE DESCRIPTION
DestinationStatus

The current status of the replication.

TYPE: Optional[str]

EnableKinesisStreamingConfiguration

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

TYPE: EnableKinesisStreamingConfiguration

StreamArn

The ARN for the specific Kinesis data stream.

TYPE: Optional[str]

TableName

The name of the table being modified.

TYPE: Optional[str]

DestinationStatus instance-attribute

DestinationStatus

EnableKinesisStreamingConfiguration class-attribute instance-attribute

EnableKinesisStreamingConfiguration = None

StreamArn class-attribute instance-attribute

StreamArn = None

TableName class-attribute instance-attribute

TableName = None