github.com/databricks/cli@v0.203.0/bundle/internal/tf/schema/resource_mws_private_access_settings.go (about) 1 // Generated from Databricks Terraform provider schema. DO NOT EDIT. 2 3 package schema 4 5 type ResourceMwsPrivateAccessSettings struct { 6 AccountId string `json:"account_id,omitempty"` 7 AllowedVpcEndpointIds []string `json:"allowed_vpc_endpoint_ids,omitempty"` 8 Id string `json:"id,omitempty"` 9 PrivateAccessLevel string `json:"private_access_level,omitempty"` 10 PrivateAccessSettingsId string `json:"private_access_settings_id,omitempty"` 11 PrivateAccessSettingsName string `json:"private_access_settings_name"` 12 PublicAccessEnabled bool `json:"public_access_enabled,omitempty"` 13 Region string `json:"region"` 14 Status string `json:"status,omitempty"` 15 }