pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.lambda.kotlin.inputs
/
FunctionImageConfigArgs
Function
Image
Config
Args
data
class
FunctionImageConfigArgs
(
val
command
:
Output
<
List
<
String
>
>
?
=
null
,
val
entryPoint
:
Output
<
List
<
String
>
>
?
=
null
,
val
workingDirectory
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
FunctionImageConfigArgs
>
Constructors
Functions
Properties
Constructors
Function
Image
Config
Args
Link copied to clipboard
fun
FunctionImageConfigArgs
(
command
:
Output
<
List
<
String
>
>
?
=
null
,
entryPoint
:
Output
<
List
<
String
>
>
?
=
null
,
workingDirectory
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
FunctionImageConfigArgs
Properties
command
Link copied to clipboard
val
command
:
Output
<
List
<
String
>
>
?
=
null
Command.
entry
Point
Link copied to clipboard
val
entryPoint
:
Output
<
List
<
String
>
>
?
=
null
EntryPoint.
working
Directory
Link copied to clipboard
val
workingDirectory
:
Output
<
String
>
?
=
null
WorkingDirectory.