toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.elasticloadbalancingv2.kotlin.outputs
/
ListenerRuleActionForwardTargetGroup
Listener
Rule
Action
Forward
Target
Group
data
class
ListenerRuleActionForwardTargetGroup
(
val
arn
:
String
,
val
weight
:
Int
?
=
null
)
Members
Constructors
Listener
Rule
Action
Forward
Target
Group
Link copied to clipboard
constructor
(
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.