exchangeName

@JvmName(name = "nggusypgkkrreldi")
suspend fun exchangeName(value: Output<String>)
@JvmName(name = "rtjeapqofpruugpr")
suspend fun exchangeName(value: String?)

Parameters

value

The name of the exchange that you want to create. The exchange name must meet the following conventions:

  • The name must be 1 to 255 characters in length, and can contain only letters, digits, hyphens (-), underscores (\_), periods (.), number signs (#), forward slashes (/), and at signs (@).

  • After the exchange is created, you cannot change its name. If you want to change its name, delete the exchange and create another exchange.