toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.awsconnector.kotlin.outputs
/
TargetGroupAttributeResponse
Target
Group
Attribute
Response
data
class
TargetGroupAttributeResponse
(
val
key
:
String
?
=
null
,
val
value
:
String
?
=
null
)
Definition of TargetGroupAttribute
Members
Constructors
Target
Group
Attribute
Response
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.