Skip to content

Group

laktory.models.resources.databricks.Group ¤

Bases: BaseModel, PulumiResource, TerraformResource

Databricks group

ATTRIBUTE DESCRIPTION
allow_cluster_create

When True, the group is allowed to have cluster create permissions

TYPE: bool

display_name

Display name for the group.

TYPE: str

lookup_existing

Specifications for looking up existing resource. Other attributes will be ignored.

TYPE: GroupLookup

workspace_access

When True, the group is allowed to have workspace access

TYPE: bool

Examples:

from laktory import models

d = models.resources.databricks.Group(display_name="role-engineers")

Attributes¤

resource_key property ¤

resource_key

display name

additional_core_resources property ¤

additional_core_resources
  • workspace permission assignments

--

laktory.models.resources.databricks.group.GroupLookup ¤

Bases: ResourceLookup

ATTRIBUTE DESCRIPTION
id

Id of the group. Only supported when using Pulumi backend.

TYPE: str

display_name

Display name of the group. Only support when using Terraform backend

TYPE: str