class Aws::AppRunner::Types::ImageConfiguration

Describes the configuration that AWS App Runner uses to run an App Runner service using an image pulled from a source image repository.

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

data as a hash:

    {
      runtime_environment_variables: {
        "RuntimeEnvironmentVariablesKey" => "RuntimeEnvironmentVariablesValue",
      },
      start_command: "String",
      port: "String",
    }

@!attribute [rw] runtime_environment_variables

Environment variables that are available to your running App Runner
service. An array of key-value pairs. Keys with a prefix of
`AWSAPPRUNNER` are reserved for system use and aren't valid.
@return [Hash<String,String>]

@!attribute [rw] start_command

An optional command that App Runner runs to start the application in
the source image. If specified, this command overrides the Docker
image’s default start command.
@return [String]

@!attribute [rw] port

The port that your application listens to in the container.

Default: `8080`
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/apprunner-2020-05-15/ImageConfiguration AWS API Documentation

Constants

SENSITIVE