Recipient
laktory.models.resources.databricks.Recipient
¤
Bases: BaseModel, PulumiResource, TerraformResource
Databricks Recipient for Delta Sharing
A recipient is an entity that can receive shared data from a Databricks workspace. Recipients can be configured with authentication details to enable Delta Sharing.
Examples:
| PARAMETER | DESCRIPTION |
|---|---|
authentication_type
|
The authentication type for the recipient
TYPE:
|
comment
|
Comment about the recipient
TYPE:
|
data_recipient_global_metastore_id
|
Global metastore id associated with the recipient. Required when
TYPE:
|
expiration_time
|
Expiration timestamp of the token in epoch milliseconds.
TYPE:
|
ip_access_list
|
IP access list for the recipient
TYPE:
|
name
|
The name of the recipient
TYPE:
|
owner
|
The owner of the recipient
TYPE:
|
properties_kvpairs
|
Additional properties as key-value pairs
TYPE:
|
region
|
Cloud region of the recipient's Unity Catalog Metastore. This field is only present when the authentication_type is
TYPE:
|
sharing_code
|
The one-time sharing code provided by the data recipient.
TYPE:
|
tokens
|
List of Recipient Tokens. This field is only present when the authentication_type is TOKEN.
TYPE:
|
laktory.models.resources.databricks.recipient.RecipientIpAccessList
¤
Bases: BaseModel
Allowed IP Address
| PARAMETER | DESCRIPTION |
|---|---|
allowed_ip_addresses
|
Allowed IP Addresses in CIDR notation. Limit of 100.
TYPE:
|
laktory.models.resources.databricks.recipient.RecipientPropertyKvPairs
¤
Bases: BaseModel
Additional properties for recipient
| PARAMETER | DESCRIPTION |
|---|---|
properties
|
a map of string key-value pairs with recipient's properties. Properties with name starting with databricks. are reserved.
TYPE:
|
laktory.models.resources.databricks.recipient.RecipientToken
¤
Bases: BaseModel
Recipient Token
| PARAMETER | DESCRIPTION |
|---|---|
activation_url
|
Full activation URL to retrieve the access token. It will be empty if the token is already retrieved.
TYPE:
|
created_at
|
Time at which this recipient was created, in epoch milliseconds.
TYPE:
|
created_by
|
Username of recipient creator.
TYPE:
|
expiration_time
|
Expiration timestamp of the token in epoch milliseconds.
TYPE:
|
id
|
Unique ID of the recipient token.
TYPE:
|
updated_at
|
Time at which this recipient was updated, in epoch milliseconds.
TYPE:
|
updated_by
|
Username of recipient Token updater.
TYPE:
|