class
Amazonite::Lambda::ImageConfig
- Amazonite::Lambda::ImageConfig
- Reference
- Object
Overview
Configuration values that override the container image Dockerfile settings. For more information, see Container image settings.
Included Modules
- JSON::Serializable
Defined in:
lambda/image_config.crConstructors
- .new(pull : JSON::PullParser)
- .new(entry_point : Array(String) | Nil = nil, command : Array(String) | Nil = nil, working_directory : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#command : Array(String) | Nil
Specifies parameters that you want to pass in with ENTRYPOINT.
-
#command=(command : Array(String) | Nil)
Specifies parameters that you want to pass in with ENTRYPOINT.
-
#entry_point : Array(String) | Nil
Specifies the entry point to their application, which is typically the location of the runtime executable.
-
#entry_point=(entry_point : Array(String) | Nil)
Specifies the entry point to their application, which is typically the location of the runtime executable.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
-
#working_directory : String | Nil
Specifies the working directory.
-
#working_directory=(working_directory : String | Nil)
Specifies the working directory.
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Specifies parameters that you want to pass in with ENTRYPOINT.
Specifies the entry point to their application, which is typically the location of the runtime executable.
Specifies the entry point to their application, which is typically the location of the runtime executable.