ServiceImageRepositoryArgs

data class ServiceImageRepositoryArgs(val imageConfiguration: Output<ServiceImageConfigurationArgs>? = null, val imageIdentifier: Output<String>, val imageRepositoryType: Output<ServiceImageRepositoryImageRepositoryType>) : ConvertibleToJava<ServiceImageRepositoryArgs>

Image Repository

Constructors

Link copied to clipboard
constructor(imageConfiguration: Output<ServiceImageConfigurationArgs>? = null, imageIdentifier: Output<String>, imageRepositoryType: Output<ServiceImageRepositoryImageRepositoryType>)

Properties

Link copied to clipboard

Configuration for running the identified image.

Link copied to clipboard
val imageIdentifier: Output<String>

Image Identifier

Link copied to clipboard

Functions

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