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