ListenerRuleActionForwardTargetGroupArgs

data class ListenerRuleActionForwardTargetGroupArgs(val arn: Output<String>, val weight: Output<Int>? = null) : ConvertibleToJava<ListenerRuleActionForwardTargetGroupArgs>

Constructors

Link copied to clipboard
constructor(arn: Output<String>, weight: Output<Int>? = null)

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the target group.

Link copied to clipboard
val weight: Output<Int>? = null

The weight. The range is 0 to 999.

Functions

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