Skip to content

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

DisableKinesisStreamingDestinationResponse

Bases: BaseModel

Response for the DisableKinesisStreamingDestination 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 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