pulumi-aws-kotlin
6.6.1.0
pulumi-aws-kotlin
/
com.pulumi.aws.lb.kotlin.outputs
/
ListenerRuleActionForwardTargetGroup
Listener
Rule
Action
Forward
Target
Group
data
class
ListenerRuleActionForwardTargetGroup
(
val
arn
:
String
,
val
weight
:
Int
?
=
null
)
Types
Constructors
Properties
Constructors
Listener
Rule
Action
Forward
Target
Group
Link copied to clipboard
fun
ListenerRuleActionForwardTargetGroup
(
arn
:
String
,
weight
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
arn
Link copied to clipboard
val
arn
:
String
The Amazon Resource Name (ARN) of the target group.
weight
Link copied to clipboard
val
weight
:
Int
?
=
null
The weight. The range is 0 to 999.