GetListenerPlainArgs

data class GetListenerPlainArgs(val arn: String? = null, val loadBalancerArn: String? = null, val port: Int? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetListenerPlainArgs>

A collection of arguments for invoking getListener.

Constructors

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

Properties

Link copied to clipboard
val arn: String? = null

ARN of the listener. Required if load_balancer_arn and port is not set.

Link copied to clipboard
val loadBalancerArn: String? = null

ARN of the load balancer. Required if arn is not set.

Link copied to clipboard
val port: Int? = null

Port of the listener. Required if arn is not set.

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

Functions

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