pulumi-google-native-kotlin
0.31.1.0
pulumi-google-native-kotlin
/
com.pulumi.googlenative.dataproc.v1.kotlin.inputs
/
HiveJobArgs
/
HiveJobArgs
Hive
Job
Args
fun
HiveJobArgs
(
continueOnFailure
:
Output
<
Boolean
>
?
=
null
,
jarFileUris
:
Output
<
List
<
String
>
>
?
=
null
,
properties
:
Output
<
Map
<
String
,
String
>
>
?
=
null
,
queryFileUri
:
Output
<
String
>
?
=
null
,
queryList
:
Output
<
QueryListArgs
>
?
=
null
,
scriptVariables
:
Output
<
Map
<
String
,
String
>
>
?
=
null
)