Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AllSettingsResources ¶ added in v1.36.0
Instructions for adding a new setting:
- Create a new file named resource_<SETTING_NAME>.go in this directory.
- In that file, create an instance of either the workspaceSettingDefinition or accountSettingDefinition interface for your setting. If the setting name is user-settable, it will be provided in the third argument to the updateFunc method. If not, you must set the SettingName field appropriately. You must also set AllowMissing: true and the field mask to the field to update.
- Add a new entry to the AllSettingsResources map below. The final resource name will be "databricks_<SETTING_NAME>_setting".
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.