MwsNccPrivateEndpointRule
laktory.models.resources.databricks.MwsNccPrivateEndpointRule
¤
Bases: MwsNccPrivateEndpointRuleBase
Databricks Mws Ncc Private Endpoint Rule
Examples:
import io
from laktory import models
rule_yaml = '''
network_connectivity_config_id: ${resources.ncc-prod.network_connectivity_config_id}
resource_names:
- my-bucket
endpoint_service: com.amazonaws.vpce.us-east-1.vpce-svc-00000000000000000
'''
rule = models.resources.databricks.MwsNccPrivateEndpointRule.model_validate_yaml(
io.StringIO(rule_yaml)
)
References
| BASE | DESCRIPTION |
|---|---|
domain_names
|
List of domain names of target private link service (Azure, conflicts with
TYPE:
|
enabled
|
Activation status. Only used by private endpoints towards an AWS S3 service
TYPE:
|
endpoint_service
|
(AWS only) Example
TYPE:
|
gcp_endpoint
|
TYPE:
|
group_id
|
(Azure only) Not used by customer-managed private endpoint services. The sub-resource type (group ID) of the target resource. Must be one of supported resource types (i.e.,
TYPE:
|
network_connectivity_config_id
|
Canonical unique identifier of Network Connectivity Config in Databricks Account. Change forces creation of a new resource
TYPE:
|
resource_id
|
(Azure only) The Azure resource ID of the target resource. Change forces creation of a new resource
TYPE:
|
resource_names
|
(AWS only) Only used by private endpoints towards AWS S3 service. List of globally unique S3 bucket names that will be accessed via the VPC endpoint. The bucket names must be in the same region as the NCC/endpoint service. Conflict with
TYPE:
|
laktory.models.resources.databricks.mwsnccprivateendpointrule.MwsNccPrivateEndpointRuleGcpEndpoint
¤
Bases: BaseModel
| PARAMETER | DESCRIPTION |
|---|---|
service_attachment
|
TYPE:
|