pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.lambda.kotlin.outputs
/
FunctionImageConfig
Function
Image
Config
data
class
FunctionImageConfig
(
val
command
:
List
<
String
>
?
=
null
,
val
entryPoint
:
List
<
String
>
?
=
null
,
val
workingDirectory
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Function
Image
Config
Link copied to clipboard
fun
FunctionImageConfig
(
command
:
List
<
String
>
?
=
null
,
entryPoint
:
List
<
String
>
?
=
null
,
workingDirectory
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
command
Link copied to clipboard
val
command
:
List
<
String
>
?
=
null
Command.
entry
Point
Link copied to clipboard
val
entryPoint
:
List
<
String
>
?
=
null
EntryPoint.
working
Directory
Link copied to clipboard
val
workingDirectory
:
String
?
=
null
WorkingDirectory.