GetLoadBalancerPlainArgs

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

A collection of arguments for invoking getLoadBalancer.

Constructors

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

Properties

Link copied to clipboard
val arn: String? = null

Full ARN of the load balancer.

Link copied to clipboard
val name: String? = null

Unique name of the load balancer.

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

Mapping of tags, each pair of which must exactly match a pair on the desired load balancer.

Functions

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