Skip to content

ChannelBinding

faststream.asyncapi.schema.bindings.sqs.ChannelBinding #

Bases: BaseModel

A class to represent channel binding.

ATTRIBUTE DESCRIPTION
queue

a dictionary representing the queue

bindingVersion

a string representing the binding version (default: "custom")

queue instance-attribute #

queue

bindingVersion class-attribute instance-attribute #

bindingVersion = 'custom'