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
fun ServiceImageRepositoryArgs(imageConfiguration: Output<ServiceImageConfigurationArgs>? = null, imageIdentifier: Output<String>, imageRepositoryType: Output<ServiceImageRepositoryImageRepositoryType>)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val imageIdentifier: Output<String>

Image Identifier

Link copied to clipboard