Service Image Repository Args
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>)