pulumi-aws-kotlin
5.29.1.1
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
)
Types
Constructors
Properties
Constructors
Get
Node
Group
Taint
Link copied to clipboard
fun
GetNodeGroupTaint
(
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.