toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.elasticloadbalancingv2.kotlin.outputs
/
TargetGroupAttribute
Target
Group
Attribute
data
class
TargetGroupAttribute
(
val
key
:
String
?
=
null
,
val
value
:
String
?
=
null
)
Members
Constructors
Target
Group
Attribute
Link copied to clipboard
constructor
(
key
:
String
?
=
null
,
value
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
key
Link copied to clipboard
val
key
:
String
?
=
null
The value of the attribute.
value
Link copied to clipboard
val
value
:
String
?
=
null
The name of the attribute.