SocketioSkuArgs

data class SocketioSkuArgs(val capacity: Output<Int>? = null, val name: Output<String>) : ConvertibleToJava<SocketioSkuArgs>

Constructors

Link copied to clipboard
constructor(capacity: Output<Int>? = null, name: Output<String>)

Properties

Link copied to clipboard
val capacity: Output<Int>? = null

The number of units associated with this Web PubSub Service. Defaults to 1. Possible values are 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 20, 30, 40, 50, 60, 70, 80, 90, 100, 200, 300, 400, 500, 600, 700, 800, 900 and 1000.

Link copied to clipboard
val name: Output<String>

The name which should be used for this Web PubSub Service. Changing this forces a new Web PubSub Service to be created.

Functions

Link copied to clipboard
open override fun toJava(): SocketioSkuArgs