LaunchTemplateNetworkInterfaceCount

data class LaunchTemplateNetworkInterfaceCount(val max: Int? = null, val min: Int? = null)

TThe minimum and maximum number of network interfaces.

Constructors

Link copied to clipboard
fun LaunchTemplateNetworkInterfaceCount(max: Int? = null, min: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val max: Int? = null
Link copied to clipboard
val min: Int? = null