class Aws::Lambda::Types::ImageConfig

Configuration values that override the container image Dockerfile settings. See [Container settings].

[1]: docs.aws.amazon.com/lambda/latest/dg/images-create.html#images-parms

@note When making an API call, you may pass ImageConfig

data as a hash:

    {
      entry_point: ["String"],
      command: ["String"],
      working_directory: "WorkingDirectory",
    }

@!attribute [rw] entry_point

Specifies the entry point to their application, which is typically
the location of the runtime executable.
@return [Array<String>]

@!attribute [rw] command

Specifies parameters that you want to pass in with ENTRYPOINT.
@return [Array<String>]

@!attribute [rw] working_directory

Specifies the working directory.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ImageConfig AWS API Documentation

Constants

SENSITIVE