Skip to content

Storagecredential

laktory.models.resources.databricks.StorageCredential ¤

Bases: BaseModel, PulumiResource, TerraformResource

Databricks Storage Credential

ATTRIBUTE DESCRIPTION
aws_iam_role

AWS IAM role specifications

TYPE: AwsIamRole

azure_managed_identity

Azure Managed Identity specifications

TYPE: AzureManagedIdentity

azure_service_principal

Azure Service Principal specifications

TYPE: AzureServicePrincipal

cloudflare_api_token

Optional configuration block for using a Cloudflare API Token as credential details. This requires account admin access.

TYPE: CloudflareApiToken

comment

Comment

TYPE: str

databricks_gcp_service_account

Databricks GCP service account specifications

TYPE: DatabricksGcpServiceAccount

force_destroy

Force resource deletion even if not empty

TYPE: bool

force_update

Force resource update even if not empty

TYPE: bool

grant

Grant(s) operating on the Storage Credential and authoritative for a specific principal. Other principals within the grants are preserved. Mutually exclusive with grants.

TYPE: Union[StorageCredentialGrant, list[StorageCredentialGrant]]

grants

Grants operating on the Storage Credential and authoritative for all principals. Replaces any existing grants defined inside or outside of Laktory. Mutually exclusive with grant.

TYPE: list[StorageCredentialGrant]

gcp_service_account_key

GCP service account key specifications

TYPE: GcpServiceAccountKey

isolation_mode

(Optional) Whether the storage credential is accessible from all workspaces or a specific set of workspaces. Can be ISOLATION_MODE_ISOLATED or ISOLATION_MODE_OPEN. Setting the credential to ISOLATION_MODE_ISOLATED will automatically allow access from the current workspace.

TYPE: Literal['ISOLATION_MODE_ISOLATED', 'ISOLATION_MODE_OPEN']

metastore_id

Metastore id

TYPE: str

name

Data Access name

TYPE: str

owner

Owner

TYPE: str

read_only

Read only

TYPE: bool

skip_validation

Skip Validation

TYPE: bool

Examples:


Attributes¤

additional_core_resources property ¤

additional_core_resources
  • storage credential grants

laktory.models.resources.databricks.storagecredential.AwsIamRole ¤

Bases: BaseModel

Databricks Storage Credential AWS IAM Role

ATTRIBUTE DESCRIPTION
role_arn

todo

TYPE: str

external_id

todo

TYPE: str

unity_catalog_iam_arn

todo

TYPE: str


laktory.models.resources.databricks.storagecredential.AzureManagedIdentity ¤

Bases: BaseModel

Databricks Storage Credential Azure Managed Identity

ATTRIBUTE DESCRIPTION
access_connector_id

todo

TYPE: str

credential_id

todo

TYPE: str

managed_identity_id

todo

TYPE: str


laktory.models.resources.databricks.storagecredential.AzureServicePrincipal ¤

Bases: BaseModel

Databricks Storage Credential Azure Service Principals

ATTRIBUTE DESCRIPTION
application_id

todo

TYPE: str

client_secret

todo

TYPE: str

directory_id

todo

TYPE: str


laktory.models.resources.databricks.storagecredential.DatabricksGcpServiceAccount ¤

Bases: BaseModel

Databricks Storage Credential GCP Service Account Key

ATTRIBUTE DESCRIPTION
email

todo

TYPE: str

private_key

todo

private_key_id

todo


laktory.models.resources.databricks.storagecredential.GcpServiceAccountKey ¤

Bases: BaseModel

Databricks Storage Credential GCP Service Account Key

ATTRIBUTE DESCRIPTION
email

todo

TYPE: str

private_key

todo

TYPE: str

private_key_id

todo

TYPE: str