FunctionImageConfig class
Constructors
-
FunctionImageConfig({Input<
List< ? commands, Input<String> ?>List< ? entryPoints, Input<String> ?>String?> ? workingDirectory}) -
Creates a new FunctionImageConfig.
commandsParameters to pass to the container image.entryPointsEntry point to your application.workingDirectoryWorking directory for the container image.const -
FunctionImageConfig.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
commands
→ Input<
List< ?String> ?> -
Parameters to pass to the container image.
final
-
entryPoints
→ Input<
List< ?String> ?> -
Entry point to your application.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
workingDirectory
→ Input<
String?> ? -
Working directory for the container image.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited