image

@JvmName(name = "kgphwkikjfreuawu")
suspend fun image(value: Output<String>)
@JvmName(name = "vccpjaggojktallg")
suspend fun image(value: String?)

Parameters

value

Optional. The Compute Engine image resource used for cluster instances. The URI can represent an image or image family. Image examples: * https://www.googleapis.com/compute/beta/projects/[project_id]/global/images/[image-id] * projects/[project_id]/global/images/[image-id] * image-id Image family examples. Dataproc will use the most recent image from the family: * https://www&#46;googleapis&#46;com/compute/beta/projects/[project_id]/global/images/family/[custom-image-family-name] * projects/[project_id]/global/images/family/[custom-image-family-name] If the URI is unspecified, it will be inferred from SoftwareConfig.image_version or the system default.