ServiceSourceConfigurationImageRepositoryArgs

data class ServiceSourceConfigurationImageRepositoryArgs(val imageConfiguration: Output<ServiceSourceConfigurationImageRepositoryImageConfigurationArgs>? = null, val imageIdentifier: Output<String>, val imageRepositoryType: Output<String>) : ConvertibleToJava<ServiceSourceConfigurationImageRepositoryArgs>

Constructors

constructor(imageConfiguration: Output<ServiceSourceConfigurationImageRepositoryImageConfigurationArgs>? = null, imageIdentifier: Output<String>, imageRepositoryType: Output<String>)

Properties

Link copied to clipboard

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

Link copied to clipboard
val imageIdentifier: Output<String>

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.

Functions

Link copied to clipboard
open override fun toJava(): ServiceSourceConfigurationImageRepositoryArgs