WorkspaceArgs

data class WorkspaceArgs(val location: Output<String>? = null, val project: Output<String>? = null, val repositoryId: Output<String>? = null, val workspaceId: Output<String>? = null) : ConvertibleToJava<WorkspaceArgs>

Creates a new Workspace in a given Repository. Auto-naming is currently not supported for this resource.

Constructors

Link copied to clipboard
fun WorkspaceArgs(location: Output<String>? = null, project: Output<String>? = null, repositoryId: Output<String>? = null, workspaceId: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val location: Output<String>? = null
Link copied to clipboard
val project: Output<String>? = null
Link copied to clipboard
val repositoryId: Output<String>? = null
Link copied to clipboard
val workspaceId: Output<String>? = null

Required. The ID to use for the workspace, which will become the final component of the workspace's resource name.