class Aws::AppRunner::Types::ImageRepository

Describes a source image repository.

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

data as a hash:

    {
      image_identifier: "ImageIdentifier", # required
      image_configuration: {
        runtime_environment_variables: {
          "RuntimeEnvironmentVariablesKey" => "RuntimeEnvironmentVariablesValue",
        },
        start_command: "String",
        port: "String",
      },
      image_repository_type: "ECR", # required, accepts ECR, ECR_PUBLIC
    }

@!attribute [rw] image_identifier

The identifier of an image.

For an image in Amazon Elastic Container Registry (Amazon ECR), this
is an image name. For the image name format, see [Pulling an
image][1] in the *Amazon ECR User Guide*.

[1]: https://docs.aws.amazon.com/AmazonECR/latest/userguide/docker-pull-ecr-image.html
@return [String]

@!attribute [rw] image_configuration

Configuration for running the identified image.
@return [Types::ImageConfiguration]

@!attribute [rw] image_repository_type

The type of the image repository. This reflects the repository
provider and whether the repository is private or public.
@return [String]

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

Constants

SENSITIVE