Service Source Configuration Image Repository Args
data class ServiceSourceConfigurationImageRepositoryArgs(val imageConfiguration: Output<ServiceSourceConfigurationImageRepositoryImageConfigurationArgs>? = null, val imageIdentifier: Output<String>, val imageRepositoryType: Output<String>) : ConvertibleToJava<ServiceSourceConfigurationImageRepositoryArgs>
Constructors
Link copied to clipboard
constructor(imageConfiguration: Output<ServiceSourceConfigurationImageRepositoryImageConfigurationArgs>? = null, imageIdentifier: Output<String>, imageRepositoryType: Output<String>)
Properties
Link copied to clipboard
val imageConfiguration: Output<ServiceSourceConfigurationImageRepositoryImageConfigurationArgs>? = null
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
.