2024-10-22 10:43:43 +00:00
|
|
|
// Generated from Databricks Terraform provider schema. DO NOT EDIT.
|
|
|
|
|
|
|
|
package schema
|
|
|
|
|
|
|
|
type DataSourceNotificationDestinationsNotificationDestinations struct {
|
|
|
|
DestinationType string `json:"destination_type,omitempty"`
|
|
|
|
DisplayName string `json:"display_name,omitempty"`
|
|
|
|
Id string `json:"id,omitempty"`
|
|
|
|
}
|
|
|
|
|
|
|
|
type DataSourceNotificationDestinations struct {
|
|
|
|
DisplayNameContains string `json:"display_name_contains,omitempty"`
|
|
|
|
NotificationDestinations []DataSourceNotificationDestinationsNotificationDestinations `json:"notification_destinations,omitempty"`
|
2024-12-13 15:55:49 +00:00
|
|
|
Type string `json:"type,omitempty"`
|
2024-10-22 10:43:43 +00:00
|
|
|
}
|