pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.elasticloadbalancingv2.kotlin.outputs
/
ListenerTargetGroupStickinessConfig
Listener
Target
Group
Stickiness
Config
data
class
ListenerTargetGroupStickinessConfig
(
val
durationSeconds
:
Int
?
=
null
,
val
enabled
:
Boolean
?
=
null
)
Types
Constructors
Properties
Constructors
Listener
Target
Group
Stickiness
Config
Link copied to clipboard
fun
ListenerTargetGroupStickinessConfig
(
durationSeconds
:
Int
?
=
null
,
enabled
:
Boolean
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
duration
Seconds
Link copied to clipboard
val
durationSeconds
:
Int
?
=
null
enabled
Link copied to clipboard
val
enabled
:
Boolean
?
=
null