pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.elasticloadbalancingv2.kotlin.inputs
/
TargetGroupAttributeArgs
Target
Group
Attribute
Args
data
class
TargetGroupAttributeArgs
(
val
key
:
Output
<
String
>
?
=
null
,
val
value
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
TargetGroupAttributeArgs
>
Constructors
Functions
Properties
Constructors
Target
Group
Attribute
Args
Link copied to clipboard
fun
TargetGroupAttributeArgs
(
key
:
Output
<
String
>
?
=
null
,
value
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
TargetGroupAttributeArgs
Properties
key
Link copied to clipboard
val
key
:
Output
<
String
>
?
=
null
The value of the attribute.
value
Link copied to clipboard
val
value
:
Output
<
String
>
?
=
null
The name of the attribute.