databricks-cli/bundle/internal/tf/schema/resource_sql_global_config.go

13 lines
601 B
Go

// Generated from Databricks Terraform provider schema. DO NOT EDIT.
package schema
type ResourceSqlGlobalConfig struct {
DataAccessConfig map[string]string `json:"data_access_config,omitempty"`
EnableServerlessCompute bool `json:"enable_serverless_compute,omitempty"`
Id string `json:"id,omitempty"`
InstanceProfileArn string `json:"instance_profile_arn,omitempty"`
SecurityPolicy string `json:"security_policy,omitempty"`
SqlConfigParams map[string]string `json:"sql_config_params,omitempty"`
}