pulumi-google-native-kotlin
0.31.1.0
pulumi-google-native-kotlin
/
com.pulumi.googlenative.workstations.v1beta.kotlin.inputs
/
ContainerArgs
/
ContainerArgs
Container
Args
fun
ContainerArgs
(
args
:
Output
<
List
<
String
>
>
?
=
null
,
command
:
Output
<
List
<
String
>
>
?
=
null
,
env
:
Output
<
Map
<
String
,
String
>
>
?
=
null
,
image
:
Output
<
String
>
?
=
null
,
runAsUser
:
Output
<
Int
>
?
=
null
,
workingDir
:
Output
<
String
>
?
=
null
)