toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.eks.kotlin.outputs
/
GetNodeGroupTaint
Get
Node
Group
Taint
data
class
GetNodeGroupTaint
(
val
effect
:
String
,
val
key
:
String
,
val
value
:
String
)
Members
Constructors
Get
Node
Group
Taint
Link copied to clipboard
constructor
(
effect
:
String
,
key
:
String
,
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
effect
Link copied to clipboard
val
effect
:
String
The effect of the taint.
key
Link copied to clipboard
val
key
:
String
The key of the taint.
value
Link copied to clipboard
val
value
:
String
The value of the taint.