ServiceSourceConfigurationImageRepository

data class ServiceSourceConfigurationImageRepository(val imageConfiguration: ServiceSourceConfigurationImageRepositoryImageConfiguration? = null, val imageIdentifier: String, val imageRepositoryType: String)

Constructors

constructor(imageConfiguration: ServiceSourceConfigurationImageRepositoryImageConfiguration? = null, imageIdentifier: String, imageRepositoryType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration for running the identified image. See Image Configuration below for more details.

Link copied to clipboard

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 in the Amazon ECR User Guide.

Link copied to clipboard

Type of the image repository. This reflects the repository provider and whether the repository is private or public. Valid values: ECR , ECR_PUBLIC.