Container Registry With Custom Image Args
data class ContainerRegistryWithCustomImageArgs(val image: Output<String>? = null, val server: Output<String>) : ConvertibleToJava<ContainerRegistryWithCustomImageArgs>
Container registry that the final image will be uploaded to.