Skip to content

WorkspaceBinding

laktory.models.resources.databricks.WorkspaceBinding ยค

Bases: BaseModel, PulumiResource, TerraformResource

Databricks Workspace Binding

A binding of a workspace to some Databricks resource, such as catalog.

ATTRIBUTE DESCRIPTION
binding_type

(Optional) Binding mode. Default to BINDING_TYPE_READ_WRITE. Possible values are BINDING_TYPE_READ_ONLY, BINDING_TYPE_READ_WRITE

TYPE: Literal['BINDING_TYPE_READ_ONLY', 'BINDING_TYPE_READ_WRITE']

securable_name

Name of securable.

TYPE: str

securable_type

Type of securable. Can be catalog, external_location, storage_credential or credential. Default to catalog

TYPE: Literal['catalog', 'external_location', 'storage_credential', 'credential']

workspace_id

The ID of the workspace to bind the resource to. Changes forces new resource.

TYPE: Union[int, str]

Examples: