GetLbsPlainArgs

data class GetLbsPlainArgs(val tags: Map<String, String>? = null) : ConvertibleToJava<GetLbsPlainArgs>

A collection of arguments for invoking getLbs.

Constructors

Link copied to clipboard
fun GetLbsPlainArgs(tags: Map<String, String>? = null)

Functions

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

Properties

Link copied to clipboard
val tags: Map<String, String>? = null

Map of tags, each pair of which must exactly match a pair on the desired Load Balancers.