Skip to content

ExternalLocation

laktory.models.resources.databricks.ExternalLocation ¤

Bases: BaseModel, PulumiResource, TerraformResource

Databricks External Location

ATTRIBUTE DESCRIPTION
access_point

The ARN of the s3 access point to use with the external location (AWS).

TYPE: str

comment

User-supplied free-form text.

TYPE: str

credential_name

Name of the databricks.StorageCredential to use with this external location.

TYPE: str

encryption_details

The options for Server-Side Encryption to be used by each Databricks s3 client when connecting to S3 cloud storage (AWS).

TYPE: ExternalLocationEncryptionDetails

force_destroy

Destroy external location regardless of its dependents.

TYPE: bool

force_update

Update external location regardless of its dependents.

TYPE: bool

metastore_id

Metastore ID

TYPE: str

name

Name of External Location, which must be unique within the databricks_metastore. Change forces creation of a new resource.

TYPE: str

owner

Username/groupname/sp application_id of the external location owner.

TYPE: str

read_only

Indicates whether the external location is read-only.

TYPE: bool

skip_validation

Suppress validation errors if any & force save the external location

TYPE: bool

url

Path URL in cloud storage, of the form: s3://[bucket-host]/[bucket-dir] (AWS), abfss://[user]@[host]/[path] (Azure), gs://[bucket-host]/[bucket-dir] (GCP).

TYPE: str

Examples:



laktory.models.resources.databricks.externallocation.ExternalLocationEncryptionDetailsSseEncryptionDetails ¤

Bases: BaseModel

ATTRIBUTE DESCRIPTION
algorith

TYPE: str

aws_kms_key_arn

TYPE: str


laktory.models.resources.databricks.externallocation.ExternalLocationEncryptionDetails ¤

Bases: BaseModel

ATTRIBUTE DESCRIPTION
sse_encryption_details

TYPE: ExternalLocationEncryptionDetailsSseEncryptionDetails