GetLbsPlainArgs

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

A collection of arguments for invoking getLbs.

Constructors

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

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.

Functions

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