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:
|
comment |
User-supplied free-form text.
TYPE:
|
credential_name |
Name of the databricks.StorageCredential to use with this external location.
TYPE:
|
encryption_details |
The options for Server-Side Encryption to be used by each Databricks s3 client when connecting to S3 cloud storage (AWS). |
force_destroy |
Destroy external location regardless of its dependents.
TYPE:
|
force_update |
Update external location regardless of its dependents.
TYPE:
|
metastore_id |
Metastore ID
TYPE:
|
name |
Name of External Location, which must be unique within the databricks_metastore. Change forces creation of a new resource.
TYPE:
|
owner |
Username/groupname/sp application_id of the external location owner.
TYPE:
|
read_only |
Indicates whether the external location is read-only.
TYPE:
|
skip_validation |
Suppress validation errors if any & force save the external location
TYPE:
|
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:
|
Examples: