toggle menu
pulumi-azure-native-kotlin
3.0.1.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.awsconnector.kotlin.inputs
/
TaintArgs
Taint
Args
data
class
TaintArgs
(
val
effect
:
Output
<
String
>
?
=
null
,
val
key
:
Output
<
String
>
?
=
null
,
val
value
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
TaintArgs
>
Definition of Taint
Members
Constructors
Taint
Args
Link copied to clipboard
constructor
(
effect
:
Output
<
String
>
?
=
null
,
key
:
Output
<
String
>
?
=
null
,
value
:
Output
<
String
>
?
=
null
)
Properties
effect
Link copied to clipboard
val
effect
:
Output
<
String
>
?
=
null
Property effect
key
Link copied to clipboard
val
key
:
Output
<
String
>
?
=
null
Property key
value
Link copied to clipboard
val
value
:
Output
<
String
>
?
=
null
Property value
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
TaintArgs