bindingKey

@JvmName(name = "oxjyifvxvhuvthdm")
suspend fun bindingKey(value: Output<String>)
@JvmName(name = "wjbefnldjygxqjpl")
suspend fun bindingKey(value: String?)

Parameters

value

The Binding Key.

  • For a non-topic source exchange: The binding key can contain only letters, digits, hyphens (-), underscores (_), periods (.), and at signs (@). The binding key must be 1 to 255 characters in length.

  • For a topic source exchange: The binding key can contain letters, digits, hyphens (-), underscores (_), periods (.), and at signs (@). If the binding key contains a number sign (#), the binding key must start with a number sign (#) followed by a period (.) or end with a number sign (#) that follows a period (.). The binding key must be 1 to 255 characters in length.