mirror of https://github.com/databricks/cli.git
16 lines
746 B
Go
16 lines
746 B
Go
// 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"`
|
|
Type string `json:"type,omitempty"`
|
|
NotificationDestinations []DataSourceNotificationDestinationsNotificationDestinations `json:"notification_destinations,omitempty"`
|
|
}
|