databricks.WorkspaceSettingV2
Explore with Pulumi AI
Import
As of Pulumi v1.5, resources can be imported through configuration.
hcl
import {
id = “name”
to = databricks_workspace_setting_v2.this
}
If you are using an older version of Pulumi, import the resource using the pulumi import
command as follows:
$ pulumi import databricks:index/workspaceSettingV2:WorkspaceSettingV2 databricks_workspace_setting_v2 "name"
Create WorkspaceSettingV2 Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new WorkspaceSettingV2(name: string, args?: WorkspaceSettingV2Args, opts?: CustomResourceOptions);
@overload
def WorkspaceSettingV2(resource_name: str,
args: Optional[WorkspaceSettingV2Args] = None,
opts: Optional[ResourceOptions] = None)
@overload
def WorkspaceSettingV2(resource_name: str,
opts: Optional[ResourceOptions] = None,
aibi_dashboard_embedding_access_policy: Optional[WorkspaceSettingV2AibiDashboardEmbeddingAccessPolicyArgs] = None,
aibi_dashboard_embedding_approved_domains: Optional[WorkspaceSettingV2AibiDashboardEmbeddingApprovedDomainsArgs] = None,
automatic_cluster_update_workspace: Optional[WorkspaceSettingV2AutomaticClusterUpdateWorkspaceArgs] = None,
boolean_val: Optional[WorkspaceSettingV2BooleanValArgs] = None,
default_data_security_mode: Optional[WorkspaceSettingV2DefaultDataSecurityModeArgs] = None,
effective_aibi_dashboard_embedding_access_policy: Optional[WorkspaceSettingV2EffectiveAibiDashboardEmbeddingAccessPolicyArgs] = None,
effective_aibi_dashboard_embedding_approved_domains: Optional[WorkspaceSettingV2EffectiveAibiDashboardEmbeddingApprovedDomainsArgs] = None,
effective_automatic_cluster_update_workspace: Optional[WorkspaceSettingV2EffectiveAutomaticClusterUpdateWorkspaceArgs] = None,
effective_default_data_security_mode: Optional[WorkspaceSettingV2EffectiveDefaultDataSecurityModeArgs] = None,
effective_personal_compute: Optional[WorkspaceSettingV2EffectivePersonalComputeArgs] = None,
effective_restrict_workspace_admins: Optional[WorkspaceSettingV2EffectiveRestrictWorkspaceAdminsArgs] = None,
integer_val: Optional[WorkspaceSettingV2IntegerValArgs] = None,
name: Optional[str] = None,
personal_compute: Optional[WorkspaceSettingV2PersonalComputeArgs] = None,
restrict_workspace_admins: Optional[WorkspaceSettingV2RestrictWorkspaceAdminsArgs] = None,
string_val: Optional[WorkspaceSettingV2StringValArgs] = None,
workspace_id: Optional[str] = None)
func NewWorkspaceSettingV2(ctx *Context, name string, args *WorkspaceSettingV2Args, opts ...ResourceOption) (*WorkspaceSettingV2, error)
public WorkspaceSettingV2(string name, WorkspaceSettingV2Args? args = null, CustomResourceOptions? opts = null)
public WorkspaceSettingV2(String name, WorkspaceSettingV2Args args)
public WorkspaceSettingV2(String name, WorkspaceSettingV2Args args, CustomResourceOptions options)
type: databricks:WorkspaceSettingV2
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args WorkspaceSettingV2Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args WorkspaceSettingV2Args
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args WorkspaceSettingV2Args
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WorkspaceSettingV2Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args WorkspaceSettingV2Args
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var workspaceSettingV2Resource = new Databricks.WorkspaceSettingV2("workspaceSettingV2Resource", new()
{
AibiDashboardEmbeddingAccessPolicy = new Databricks.Inputs.WorkspaceSettingV2AibiDashboardEmbeddingAccessPolicyArgs
{
AccessPolicyType = "string",
},
AibiDashboardEmbeddingApprovedDomains = new Databricks.Inputs.WorkspaceSettingV2AibiDashboardEmbeddingApprovedDomainsArgs
{
ApprovedDomains = new[]
{
"string",
},
},
AutomaticClusterUpdateWorkspace = new Databricks.Inputs.WorkspaceSettingV2AutomaticClusterUpdateWorkspaceArgs
{
CanToggle = false,
Enabled = false,
EnablementDetails = new Databricks.Inputs.WorkspaceSettingV2AutomaticClusterUpdateWorkspaceEnablementDetailsArgs
{
ForcedForComplianceMode = false,
UnavailableForDisabledEntitlement = false,
UnavailableForNonEnterpriseTier = false,
},
MaintenanceWindow = new Databricks.Inputs.WorkspaceSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindowArgs
{
WeekDayBasedSchedule = new Databricks.Inputs.WorkspaceSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleArgs
{
DayOfWeek = "string",
Frequency = "string",
WindowStartTime = new Databricks.Inputs.WorkspaceSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleWindowStartTimeArgs
{
Hours = 0,
Minutes = 0,
},
},
},
RestartEvenIfNoUpdatesAvailable = false,
},
BooleanVal = new Databricks.Inputs.WorkspaceSettingV2BooleanValArgs
{
Value = false,
},
DefaultDataSecurityMode = new Databricks.Inputs.WorkspaceSettingV2DefaultDataSecurityModeArgs
{
Status = "string",
},
EffectiveAibiDashboardEmbeddingAccessPolicy = new Databricks.Inputs.WorkspaceSettingV2EffectiveAibiDashboardEmbeddingAccessPolicyArgs
{
AccessPolicyType = "string",
},
EffectiveAibiDashboardEmbeddingApprovedDomains = new Databricks.Inputs.WorkspaceSettingV2EffectiveAibiDashboardEmbeddingApprovedDomainsArgs
{
ApprovedDomains = new[]
{
"string",
},
},
EffectiveAutomaticClusterUpdateWorkspace = new Databricks.Inputs.WorkspaceSettingV2EffectiveAutomaticClusterUpdateWorkspaceArgs
{
CanToggle = false,
Enabled = false,
EnablementDetails = new Databricks.Inputs.WorkspaceSettingV2EffectiveAutomaticClusterUpdateWorkspaceEnablementDetailsArgs
{
ForcedForComplianceMode = false,
UnavailableForDisabledEntitlement = false,
UnavailableForNonEnterpriseTier = false,
},
MaintenanceWindow = new Databricks.Inputs.WorkspaceSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindowArgs
{
WeekDayBasedSchedule = new Databricks.Inputs.WorkspaceSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleArgs
{
DayOfWeek = "string",
Frequency = "string",
WindowStartTime = new Databricks.Inputs.WorkspaceSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleWindowStartTimeArgs
{
Hours = 0,
Minutes = 0,
},
},
},
RestartEvenIfNoUpdatesAvailable = false,
},
EffectiveDefaultDataSecurityMode = new Databricks.Inputs.WorkspaceSettingV2EffectiveDefaultDataSecurityModeArgs
{
Status = "string",
},
EffectivePersonalCompute = new Databricks.Inputs.WorkspaceSettingV2EffectivePersonalComputeArgs
{
Value = "string",
},
EffectiveRestrictWorkspaceAdmins = new Databricks.Inputs.WorkspaceSettingV2EffectiveRestrictWorkspaceAdminsArgs
{
Status = "string",
},
IntegerVal = new Databricks.Inputs.WorkspaceSettingV2IntegerValArgs
{
Value = 0,
},
Name = "string",
PersonalCompute = new Databricks.Inputs.WorkspaceSettingV2PersonalComputeArgs
{
Value = "string",
},
RestrictWorkspaceAdmins = new Databricks.Inputs.WorkspaceSettingV2RestrictWorkspaceAdminsArgs
{
Status = "string",
},
StringVal = new Databricks.Inputs.WorkspaceSettingV2StringValArgs
{
Value = "string",
},
WorkspaceId = "string",
});
example, err := databricks.NewWorkspaceSettingV2(ctx, "workspaceSettingV2Resource", &databricks.WorkspaceSettingV2Args{
AibiDashboardEmbeddingAccessPolicy: &databricks.WorkspaceSettingV2AibiDashboardEmbeddingAccessPolicyArgs{
AccessPolicyType: pulumi.String("string"),
},
AibiDashboardEmbeddingApprovedDomains: &databricks.WorkspaceSettingV2AibiDashboardEmbeddingApprovedDomainsArgs{
ApprovedDomains: pulumi.StringArray{
pulumi.String("string"),
},
},
AutomaticClusterUpdateWorkspace: &databricks.WorkspaceSettingV2AutomaticClusterUpdateWorkspaceArgs{
CanToggle: pulumi.Bool(false),
Enabled: pulumi.Bool(false),
EnablementDetails: &databricks.WorkspaceSettingV2AutomaticClusterUpdateWorkspaceEnablementDetailsArgs{
ForcedForComplianceMode: pulumi.Bool(false),
UnavailableForDisabledEntitlement: pulumi.Bool(false),
UnavailableForNonEnterpriseTier: pulumi.Bool(false),
},
MaintenanceWindow: &databricks.WorkspaceSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindowArgs{
WeekDayBasedSchedule: &databricks.WorkspaceSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleArgs{
DayOfWeek: pulumi.String("string"),
Frequency: pulumi.String("string"),
WindowStartTime: &databricks.WorkspaceSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleWindowStartTimeArgs{
Hours: pulumi.Int(0),
Minutes: pulumi.Int(0),
},
},
},
RestartEvenIfNoUpdatesAvailable: pulumi.Bool(false),
},
BooleanVal: &databricks.WorkspaceSettingV2BooleanValArgs{
Value: pulumi.Bool(false),
},
DefaultDataSecurityMode: &databricks.WorkspaceSettingV2DefaultDataSecurityModeArgs{
Status: pulumi.String("string"),
},
EffectiveAibiDashboardEmbeddingAccessPolicy: &databricks.WorkspaceSettingV2EffectiveAibiDashboardEmbeddingAccessPolicyArgs{
AccessPolicyType: pulumi.String("string"),
},
EffectiveAibiDashboardEmbeddingApprovedDomains: &databricks.WorkspaceSettingV2EffectiveAibiDashboardEmbeddingApprovedDomainsArgs{
ApprovedDomains: pulumi.StringArray{
pulumi.String("string"),
},
},
EffectiveAutomaticClusterUpdateWorkspace: &databricks.WorkspaceSettingV2EffectiveAutomaticClusterUpdateWorkspaceArgs{
CanToggle: pulumi.Bool(false),
Enabled: pulumi.Bool(false),
EnablementDetails: &databricks.WorkspaceSettingV2EffectiveAutomaticClusterUpdateWorkspaceEnablementDetailsArgs{
ForcedForComplianceMode: pulumi.Bool(false),
UnavailableForDisabledEntitlement: pulumi.Bool(false),
UnavailableForNonEnterpriseTier: pulumi.Bool(false),
},
MaintenanceWindow: &databricks.WorkspaceSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindowArgs{
WeekDayBasedSchedule: &databricks.WorkspaceSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleArgs{
DayOfWeek: pulumi.String("string"),
Frequency: pulumi.String("string"),
WindowStartTime: &databricks.WorkspaceSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleWindowStartTimeArgs{
Hours: pulumi.Int(0),
Minutes: pulumi.Int(0),
},
},
},
RestartEvenIfNoUpdatesAvailable: pulumi.Bool(false),
},
EffectiveDefaultDataSecurityMode: &databricks.WorkspaceSettingV2EffectiveDefaultDataSecurityModeArgs{
Status: pulumi.String("string"),
},
EffectivePersonalCompute: &databricks.WorkspaceSettingV2EffectivePersonalComputeArgs{
Value: pulumi.String("string"),
},
EffectiveRestrictWorkspaceAdmins: &databricks.WorkspaceSettingV2EffectiveRestrictWorkspaceAdminsArgs{
Status: pulumi.String("string"),
},
IntegerVal: &databricks.WorkspaceSettingV2IntegerValArgs{
Value: pulumi.Int(0),
},
Name: pulumi.String("string"),
PersonalCompute: &databricks.WorkspaceSettingV2PersonalComputeArgs{
Value: pulumi.String("string"),
},
RestrictWorkspaceAdmins: &databricks.WorkspaceSettingV2RestrictWorkspaceAdminsArgs{
Status: pulumi.String("string"),
},
StringVal: &databricks.WorkspaceSettingV2StringValArgs{
Value: pulumi.String("string"),
},
WorkspaceId: pulumi.String("string"),
})
var workspaceSettingV2Resource = new WorkspaceSettingV2("workspaceSettingV2Resource", WorkspaceSettingV2Args.builder()
.aibiDashboardEmbeddingAccessPolicy(WorkspaceSettingV2AibiDashboardEmbeddingAccessPolicyArgs.builder()
.accessPolicyType("string")
.build())
.aibiDashboardEmbeddingApprovedDomains(WorkspaceSettingV2AibiDashboardEmbeddingApprovedDomainsArgs.builder()
.approvedDomains("string")
.build())
.automaticClusterUpdateWorkspace(WorkspaceSettingV2AutomaticClusterUpdateWorkspaceArgs.builder()
.canToggle(false)
.enabled(false)
.enablementDetails(WorkspaceSettingV2AutomaticClusterUpdateWorkspaceEnablementDetailsArgs.builder()
.forcedForComplianceMode(false)
.unavailableForDisabledEntitlement(false)
.unavailableForNonEnterpriseTier(false)
.build())
.maintenanceWindow(WorkspaceSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindowArgs.builder()
.weekDayBasedSchedule(WorkspaceSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleArgs.builder()
.dayOfWeek("string")
.frequency("string")
.windowStartTime(WorkspaceSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleWindowStartTimeArgs.builder()
.hours(0)
.minutes(0)
.build())
.build())
.build())
.restartEvenIfNoUpdatesAvailable(false)
.build())
.booleanVal(WorkspaceSettingV2BooleanValArgs.builder()
.value(false)
.build())
.defaultDataSecurityMode(WorkspaceSettingV2DefaultDataSecurityModeArgs.builder()
.status("string")
.build())
.effectiveAibiDashboardEmbeddingAccessPolicy(WorkspaceSettingV2EffectiveAibiDashboardEmbeddingAccessPolicyArgs.builder()
.accessPolicyType("string")
.build())
.effectiveAibiDashboardEmbeddingApprovedDomains(WorkspaceSettingV2EffectiveAibiDashboardEmbeddingApprovedDomainsArgs.builder()
.approvedDomains("string")
.build())
.effectiveAutomaticClusterUpdateWorkspace(WorkspaceSettingV2EffectiveAutomaticClusterUpdateWorkspaceArgs.builder()
.canToggle(false)
.enabled(false)
.enablementDetails(WorkspaceSettingV2EffectiveAutomaticClusterUpdateWorkspaceEnablementDetailsArgs.builder()
.forcedForComplianceMode(false)
.unavailableForDisabledEntitlement(false)
.unavailableForNonEnterpriseTier(false)
.build())
.maintenanceWindow(WorkspaceSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindowArgs.builder()
.weekDayBasedSchedule(WorkspaceSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleArgs.builder()
.dayOfWeek("string")
.frequency("string")
.windowStartTime(WorkspaceSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleWindowStartTimeArgs.builder()
.hours(0)
.minutes(0)
.build())
.build())
.build())
.restartEvenIfNoUpdatesAvailable(false)
.build())
.effectiveDefaultDataSecurityMode(WorkspaceSettingV2EffectiveDefaultDataSecurityModeArgs.builder()
.status("string")
.build())
.effectivePersonalCompute(WorkspaceSettingV2EffectivePersonalComputeArgs.builder()
.value("string")
.build())
.effectiveRestrictWorkspaceAdmins(WorkspaceSettingV2EffectiveRestrictWorkspaceAdminsArgs.builder()
.status("string")
.build())
.integerVal(WorkspaceSettingV2IntegerValArgs.builder()
.value(0)
.build())
.name("string")
.personalCompute(WorkspaceSettingV2PersonalComputeArgs.builder()
.value("string")
.build())
.restrictWorkspaceAdmins(WorkspaceSettingV2RestrictWorkspaceAdminsArgs.builder()
.status("string")
.build())
.stringVal(WorkspaceSettingV2StringValArgs.builder()
.value("string")
.build())
.workspaceId("string")
.build());
workspace_setting_v2_resource = databricks.WorkspaceSettingV2("workspaceSettingV2Resource",
aibi_dashboard_embedding_access_policy={
"access_policy_type": "string",
},
aibi_dashboard_embedding_approved_domains={
"approved_domains": ["string"],
},
automatic_cluster_update_workspace={
"can_toggle": False,
"enabled": False,
"enablement_details": {
"forced_for_compliance_mode": False,
"unavailable_for_disabled_entitlement": False,
"unavailable_for_non_enterprise_tier": False,
},
"maintenance_window": {
"week_day_based_schedule": {
"day_of_week": "string",
"frequency": "string",
"window_start_time": {
"hours": 0,
"minutes": 0,
},
},
},
"restart_even_if_no_updates_available": False,
},
boolean_val={
"value": False,
},
default_data_security_mode={
"status": "string",
},
effective_aibi_dashboard_embedding_access_policy={
"access_policy_type": "string",
},
effective_aibi_dashboard_embedding_approved_domains={
"approved_domains": ["string"],
},
effective_automatic_cluster_update_workspace={
"can_toggle": False,
"enabled": False,
"enablement_details": {
"forced_for_compliance_mode": False,
"unavailable_for_disabled_entitlement": False,
"unavailable_for_non_enterprise_tier": False,
},
"maintenance_window": {
"week_day_based_schedule": {
"day_of_week": "string",
"frequency": "string",
"window_start_time": {
"hours": 0,
"minutes": 0,
},
},
},
"restart_even_if_no_updates_available": False,
},
effective_default_data_security_mode={
"status": "string",
},
effective_personal_compute={
"value": "string",
},
effective_restrict_workspace_admins={
"status": "string",
},
integer_val={
"value": 0,
},
name="string",
personal_compute={
"value": "string",
},
restrict_workspace_admins={
"status": "string",
},
string_val={
"value": "string",
},
workspace_id="string")
const workspaceSettingV2Resource = new databricks.WorkspaceSettingV2("workspaceSettingV2Resource", {
aibiDashboardEmbeddingAccessPolicy: {
accessPolicyType: "string",
},
aibiDashboardEmbeddingApprovedDomains: {
approvedDomains: ["string"],
},
automaticClusterUpdateWorkspace: {
canToggle: false,
enabled: false,
enablementDetails: {
forcedForComplianceMode: false,
unavailableForDisabledEntitlement: false,
unavailableForNonEnterpriseTier: false,
},
maintenanceWindow: {
weekDayBasedSchedule: {
dayOfWeek: "string",
frequency: "string",
windowStartTime: {
hours: 0,
minutes: 0,
},
},
},
restartEvenIfNoUpdatesAvailable: false,
},
booleanVal: {
value: false,
},
defaultDataSecurityMode: {
status: "string",
},
effectiveAibiDashboardEmbeddingAccessPolicy: {
accessPolicyType: "string",
},
effectiveAibiDashboardEmbeddingApprovedDomains: {
approvedDomains: ["string"],
},
effectiveAutomaticClusterUpdateWorkspace: {
canToggle: false,
enabled: false,
enablementDetails: {
forcedForComplianceMode: false,
unavailableForDisabledEntitlement: false,
unavailableForNonEnterpriseTier: false,
},
maintenanceWindow: {
weekDayBasedSchedule: {
dayOfWeek: "string",
frequency: "string",
windowStartTime: {
hours: 0,
minutes: 0,
},
},
},
restartEvenIfNoUpdatesAvailable: false,
},
effectiveDefaultDataSecurityMode: {
status: "string",
},
effectivePersonalCompute: {
value: "string",
},
effectiveRestrictWorkspaceAdmins: {
status: "string",
},
integerVal: {
value: 0,
},
name: "string",
personalCompute: {
value: "string",
},
restrictWorkspaceAdmins: {
status: "string",
},
stringVal: {
value: "string",
},
workspaceId: "string",
});
type: databricks:WorkspaceSettingV2
properties:
aibiDashboardEmbeddingAccessPolicy:
accessPolicyType: string
aibiDashboardEmbeddingApprovedDomains:
approvedDomains:
- string
automaticClusterUpdateWorkspace:
canToggle: false
enabled: false
enablementDetails:
forcedForComplianceMode: false
unavailableForDisabledEntitlement: false
unavailableForNonEnterpriseTier: false
maintenanceWindow:
weekDayBasedSchedule:
dayOfWeek: string
frequency: string
windowStartTime:
hours: 0
minutes: 0
restartEvenIfNoUpdatesAvailable: false
booleanVal:
value: false
defaultDataSecurityMode:
status: string
effectiveAibiDashboardEmbeddingAccessPolicy:
accessPolicyType: string
effectiveAibiDashboardEmbeddingApprovedDomains:
approvedDomains:
- string
effectiveAutomaticClusterUpdateWorkspace:
canToggle: false
enabled: false
enablementDetails:
forcedForComplianceMode: false
unavailableForDisabledEntitlement: false
unavailableForNonEnterpriseTier: false
maintenanceWindow:
weekDayBasedSchedule:
dayOfWeek: string
frequency: string
windowStartTime:
hours: 0
minutes: 0
restartEvenIfNoUpdatesAvailable: false
effectiveDefaultDataSecurityMode:
status: string
effectivePersonalCompute:
value: string
effectiveRestrictWorkspaceAdmins:
status: string
integerVal:
value: 0
name: string
personalCompute:
value: string
restrictWorkspaceAdmins:
status: string
stringVal:
value: string
workspaceId: string
WorkspaceSettingV2 Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The WorkspaceSettingV2 resource accepts the following input properties:
- Aibi
Dashboard WorkspaceEmbedding Access Policy Setting V2Aibi Dashboard Embedding Access Policy - Aibi
Dashboard WorkspaceEmbedding Approved Domains Setting V2Aibi Dashboard Embedding Approved Domains - Automatic
Cluster WorkspaceUpdate Workspace Setting V2Automatic Cluster Update Workspace - todo: Mark these Public after onboarded to DSL
- Boolean
Val WorkspaceSetting V2Boolean Val - Default
Data WorkspaceSecurity Mode Setting V2Default Data Security Mode - Effective
Aibi WorkspaceDashboard Embedding Access Policy Setting V2Effective Aibi Dashboard Embedding Access Policy - Effective
Aibi WorkspaceDashboard Embedding Approved Domains Setting V2Effective Aibi Dashboard Embedding Approved Domains - Effective
Automatic WorkspaceCluster Update Workspace Setting V2Effective Automatic Cluster Update Workspace - Effective
Default WorkspaceData Security Mode Setting V2Effective Default Data Security Mode - Effective
Personal WorkspaceCompute Setting V2Effective Personal Compute - Effective
Restrict WorkspaceWorkspace Admins Setting V2Effective Restrict Workspace Admins - Integer
Val WorkspaceSetting V2Integer Val - Name string
- Name of the setting
- Personal
Compute WorkspaceSetting V2Personal Compute - Restrict
Workspace WorkspaceAdmins Setting V2Restrict Workspace Admins - String
Val WorkspaceSetting V2String Val - Workspace
Id string - Workspace ID of the resource
- Aibi
Dashboard WorkspaceEmbedding Access Policy Setting V2Aibi Dashboard Embedding Access Policy Args - Aibi
Dashboard WorkspaceEmbedding Approved Domains Setting V2Aibi Dashboard Embedding Approved Domains Args - Automatic
Cluster WorkspaceUpdate Workspace Setting V2Automatic Cluster Update Workspace Args - todo: Mark these Public after onboarded to DSL
- Boolean
Val WorkspaceSetting V2Boolean Val Args - Default
Data WorkspaceSecurity Mode Setting V2Default Data Security Mode Args - Effective
Aibi WorkspaceDashboard Embedding Access Policy Setting V2Effective Aibi Dashboard Embedding Access Policy Args - Effective
Aibi WorkspaceDashboard Embedding Approved Domains Setting V2Effective Aibi Dashboard Embedding Approved Domains Args - Effective
Automatic WorkspaceCluster Update Workspace Setting V2Effective Automatic Cluster Update Workspace Args - Effective
Default WorkspaceData Security Mode Setting V2Effective Default Data Security Mode Args - Effective
Personal WorkspaceCompute Setting V2Effective Personal Compute Args - Effective
Restrict WorkspaceWorkspace Admins Setting V2Effective Restrict Workspace Admins Args - Integer
Val WorkspaceSetting V2Integer Val Args - Name string
- Name of the setting
- Personal
Compute WorkspaceSetting V2Personal Compute Args - Restrict
Workspace WorkspaceAdmins Setting V2Restrict Workspace Admins Args - String
Val WorkspaceSetting V2String Val Args - Workspace
Id string - Workspace ID of the resource
- aibi
Dashboard WorkspaceEmbedding Access Policy Setting V2Aibi Dashboard Embedding Access Policy - aibi
Dashboard WorkspaceEmbedding Approved Domains Setting V2Aibi Dashboard Embedding Approved Domains - automatic
Cluster WorkspaceUpdate Workspace Setting V2Automatic Cluster Update Workspace - todo: Mark these Public after onboarded to DSL
- boolean
Val WorkspaceSetting V2Boolean Val - default
Data WorkspaceSecurity Mode Setting V2Default Data Security Mode - effective
Aibi WorkspaceDashboard Embedding Access Policy Setting V2Effective Aibi Dashboard Embedding Access Policy - effective
Aibi WorkspaceDashboard Embedding Approved Domains Setting V2Effective Aibi Dashboard Embedding Approved Domains - effective
Automatic WorkspaceCluster Update Workspace Setting V2Effective Automatic Cluster Update Workspace - effective
Default WorkspaceData Security Mode Setting V2Effective Default Data Security Mode - effective
Personal WorkspaceCompute Setting V2Effective Personal Compute - effective
Restrict WorkspaceWorkspace Admins Setting V2Effective Restrict Workspace Admins - integer
Val WorkspaceSetting V2Integer Val - name String
- Name of the setting
- personal
Compute WorkspaceSetting V2Personal Compute - restrict
Workspace WorkspaceAdmins Setting V2Restrict Workspace Admins - string
Val WorkspaceSetting V2String Val - workspace
Id String - Workspace ID of the resource
- aibi
Dashboard WorkspaceEmbedding Access Policy Setting V2Aibi Dashboard Embedding Access Policy - aibi
Dashboard WorkspaceEmbedding Approved Domains Setting V2Aibi Dashboard Embedding Approved Domains - automatic
Cluster WorkspaceUpdate Workspace Setting V2Automatic Cluster Update Workspace - todo: Mark these Public after onboarded to DSL
- boolean
Val WorkspaceSetting V2Boolean Val - default
Data WorkspaceSecurity Mode Setting V2Default Data Security Mode - effective
Aibi WorkspaceDashboard Embedding Access Policy Setting V2Effective Aibi Dashboard Embedding Access Policy - effective
Aibi WorkspaceDashboard Embedding Approved Domains Setting V2Effective Aibi Dashboard Embedding Approved Domains - effective
Automatic WorkspaceCluster Update Workspace Setting V2Effective Automatic Cluster Update Workspace - effective
Default WorkspaceData Security Mode Setting V2Effective Default Data Security Mode - effective
Personal WorkspaceCompute Setting V2Effective Personal Compute - effective
Restrict WorkspaceWorkspace Admins Setting V2Effective Restrict Workspace Admins - integer
Val WorkspaceSetting V2Integer Val - name string
- Name of the setting
- personal
Compute WorkspaceSetting V2Personal Compute - restrict
Workspace WorkspaceAdmins Setting V2Restrict Workspace Admins - string
Val WorkspaceSetting V2String Val - workspace
Id string - Workspace ID of the resource
- aibi_
dashboard_ Workspaceembedding_ access_ policy Setting V2Aibi Dashboard Embedding Access Policy Args - aibi_
dashboard_ Workspaceembedding_ approved_ domains Setting V2Aibi Dashboard Embedding Approved Domains Args - automatic_
cluster_ Workspaceupdate_ workspace Setting V2Automatic Cluster Update Workspace Args - todo: Mark these Public after onboarded to DSL
- boolean_
val WorkspaceSetting V2Boolean Val Args - default_
data_ Workspacesecurity_ mode Setting V2Default Data Security Mode Args - effective_
aibi_ Workspacedashboard_ embedding_ access_ policy Setting V2Effective Aibi Dashboard Embedding Access Policy Args - effective_
aibi_ Workspacedashboard_ embedding_ approved_ domains Setting V2Effective Aibi Dashboard Embedding Approved Domains Args - effective_
automatic_ Workspacecluster_ update_ workspace Setting V2Effective Automatic Cluster Update Workspace Args - effective_
default_ Workspacedata_ security_ mode Setting V2Effective Default Data Security Mode Args - effective_
personal_ Workspacecompute Setting V2Effective Personal Compute Args - effective_
restrict_ Workspaceworkspace_ admins Setting V2Effective Restrict Workspace Admins Args - integer_
val WorkspaceSetting V2Integer Val Args - name str
- Name of the setting
- personal_
compute WorkspaceSetting V2Personal Compute Args - restrict_
workspace_ Workspaceadmins Setting V2Restrict Workspace Admins Args - string_
val WorkspaceSetting V2String Val Args - workspace_
id str - Workspace ID of the resource
- aibi
Dashboard Property MapEmbedding Access Policy - aibi
Dashboard Property MapEmbedding Approved Domains - automatic
Cluster Property MapUpdate Workspace - todo: Mark these Public after onboarded to DSL
- boolean
Val Property Map - default
Data Property MapSecurity Mode - effective
Aibi Property MapDashboard Embedding Access Policy - effective
Aibi Property MapDashboard Embedding Approved Domains - effective
Automatic Property MapCluster Update Workspace - effective
Default Property MapData Security Mode - effective
Personal Property MapCompute - effective
Restrict Property MapWorkspace Admins - integer
Val Property Map - name String
- Name of the setting
- personal
Compute Property Map - restrict
Workspace Property MapAdmins - string
Val Property Map - workspace
Id String - Workspace ID of the resource
Outputs
All input properties are implicitly available as output properties. Additionally, the WorkspaceSettingV2 resource produces the following output properties:
- Effective
Boolean WorkspaceVal Setting V2Effective Boolean Val - (BooleanMessage)
- Effective
Integer WorkspaceVal Setting V2Effective Integer Val - (IntegerMessage)
- Effective
String WorkspaceVal Setting V2Effective String Val - (StringMessage)
- Id string
- The provider-assigned unique ID for this managed resource.
- Effective
Boolean WorkspaceVal Setting V2Effective Boolean Val - (BooleanMessage)
- Effective
Integer WorkspaceVal Setting V2Effective Integer Val - (IntegerMessage)
- Effective
String WorkspaceVal Setting V2Effective String Val - (StringMessage)
- Id string
- The provider-assigned unique ID for this managed resource.
- effective
Boolean WorkspaceVal Setting V2Effective Boolean Val - (BooleanMessage)
- effective
Integer WorkspaceVal Setting V2Effective Integer Val - (IntegerMessage)
- effective
String WorkspaceVal Setting V2Effective String Val - (StringMessage)
- id String
- The provider-assigned unique ID for this managed resource.
- effective
Boolean WorkspaceVal Setting V2Effective Boolean Val - (BooleanMessage)
- effective
Integer WorkspaceVal Setting V2Effective Integer Val - (IntegerMessage)
- effective
String WorkspaceVal Setting V2Effective String Val - (StringMessage)
- id string
- The provider-assigned unique ID for this managed resource.
- effective_
boolean_ Workspaceval Setting V2Effective Boolean Val - (BooleanMessage)
- effective_
integer_ Workspaceval Setting V2Effective Integer Val - (IntegerMessage)
- effective_
string_ Workspaceval Setting V2Effective String Val - (StringMessage)
- id str
- The provider-assigned unique ID for this managed resource.
- effective
Boolean Property MapVal - (BooleanMessage)
- effective
Integer Property MapVal - (IntegerMessage)
- effective
String Property MapVal - (StringMessage)
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing WorkspaceSettingV2 Resource
Get an existing WorkspaceSettingV2 resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: WorkspaceSettingV2State, opts?: CustomResourceOptions): WorkspaceSettingV2
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
aibi_dashboard_embedding_access_policy: Optional[WorkspaceSettingV2AibiDashboardEmbeddingAccessPolicyArgs] = None,
aibi_dashboard_embedding_approved_domains: Optional[WorkspaceSettingV2AibiDashboardEmbeddingApprovedDomainsArgs] = None,
automatic_cluster_update_workspace: Optional[WorkspaceSettingV2AutomaticClusterUpdateWorkspaceArgs] = None,
boolean_val: Optional[WorkspaceSettingV2BooleanValArgs] = None,
default_data_security_mode: Optional[WorkspaceSettingV2DefaultDataSecurityModeArgs] = None,
effective_aibi_dashboard_embedding_access_policy: Optional[WorkspaceSettingV2EffectiveAibiDashboardEmbeddingAccessPolicyArgs] = None,
effective_aibi_dashboard_embedding_approved_domains: Optional[WorkspaceSettingV2EffectiveAibiDashboardEmbeddingApprovedDomainsArgs] = None,
effective_automatic_cluster_update_workspace: Optional[WorkspaceSettingV2EffectiveAutomaticClusterUpdateWorkspaceArgs] = None,
effective_boolean_val: Optional[WorkspaceSettingV2EffectiveBooleanValArgs] = None,
effective_default_data_security_mode: Optional[WorkspaceSettingV2EffectiveDefaultDataSecurityModeArgs] = None,
effective_integer_val: Optional[WorkspaceSettingV2EffectiveIntegerValArgs] = None,
effective_personal_compute: Optional[WorkspaceSettingV2EffectivePersonalComputeArgs] = None,
effective_restrict_workspace_admins: Optional[WorkspaceSettingV2EffectiveRestrictWorkspaceAdminsArgs] = None,
effective_string_val: Optional[WorkspaceSettingV2EffectiveStringValArgs] = None,
integer_val: Optional[WorkspaceSettingV2IntegerValArgs] = None,
name: Optional[str] = None,
personal_compute: Optional[WorkspaceSettingV2PersonalComputeArgs] = None,
restrict_workspace_admins: Optional[WorkspaceSettingV2RestrictWorkspaceAdminsArgs] = None,
string_val: Optional[WorkspaceSettingV2StringValArgs] = None,
workspace_id: Optional[str] = None) -> WorkspaceSettingV2
func GetWorkspaceSettingV2(ctx *Context, name string, id IDInput, state *WorkspaceSettingV2State, opts ...ResourceOption) (*WorkspaceSettingV2, error)
public static WorkspaceSettingV2 Get(string name, Input<string> id, WorkspaceSettingV2State? state, CustomResourceOptions? opts = null)
public static WorkspaceSettingV2 get(String name, Output<String> id, WorkspaceSettingV2State state, CustomResourceOptions options)
resources: _: type: databricks:WorkspaceSettingV2 get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Aibi
Dashboard WorkspaceEmbedding Access Policy Setting V2Aibi Dashboard Embedding Access Policy - Aibi
Dashboard WorkspaceEmbedding Approved Domains Setting V2Aibi Dashboard Embedding Approved Domains - Automatic
Cluster WorkspaceUpdate Workspace Setting V2Automatic Cluster Update Workspace - todo: Mark these Public after onboarded to DSL
- Boolean
Val WorkspaceSetting V2Boolean Val - Default
Data WorkspaceSecurity Mode Setting V2Default Data Security Mode - Effective
Aibi WorkspaceDashboard Embedding Access Policy Setting V2Effective Aibi Dashboard Embedding Access Policy - Effective
Aibi WorkspaceDashboard Embedding Approved Domains Setting V2Effective Aibi Dashboard Embedding Approved Domains - Effective
Automatic WorkspaceCluster Update Workspace Setting V2Effective Automatic Cluster Update Workspace - Effective
Boolean WorkspaceVal Setting V2Effective Boolean Val - (BooleanMessage)
- Effective
Default WorkspaceData Security Mode Setting V2Effective Default Data Security Mode - Effective
Integer WorkspaceVal Setting V2Effective Integer Val - (IntegerMessage)
- Effective
Personal WorkspaceCompute Setting V2Effective Personal Compute - Effective
Restrict WorkspaceWorkspace Admins Setting V2Effective Restrict Workspace Admins - Effective
String WorkspaceVal Setting V2Effective String Val - (StringMessage)
- Integer
Val WorkspaceSetting V2Integer Val - Name string
- Name of the setting
- Personal
Compute WorkspaceSetting V2Personal Compute - Restrict
Workspace WorkspaceAdmins Setting V2Restrict Workspace Admins - String
Val WorkspaceSetting V2String Val - Workspace
Id string - Workspace ID of the resource
- Aibi
Dashboard WorkspaceEmbedding Access Policy Setting V2Aibi Dashboard Embedding Access Policy Args - Aibi
Dashboard WorkspaceEmbedding Approved Domains Setting V2Aibi Dashboard Embedding Approved Domains Args - Automatic
Cluster WorkspaceUpdate Workspace Setting V2Automatic Cluster Update Workspace Args - todo: Mark these Public after onboarded to DSL
- Boolean
Val WorkspaceSetting V2Boolean Val Args - Default
Data WorkspaceSecurity Mode Setting V2Default Data Security Mode Args - Effective
Aibi WorkspaceDashboard Embedding Access Policy Setting V2Effective Aibi Dashboard Embedding Access Policy Args - Effective
Aibi WorkspaceDashboard Embedding Approved Domains Setting V2Effective Aibi Dashboard Embedding Approved Domains Args - Effective
Automatic WorkspaceCluster Update Workspace Setting V2Effective Automatic Cluster Update Workspace Args - Effective
Boolean WorkspaceVal Setting V2Effective Boolean Val Args - (BooleanMessage)
- Effective
Default WorkspaceData Security Mode Setting V2Effective Default Data Security Mode Args - Effective
Integer WorkspaceVal Setting V2Effective Integer Val Args - (IntegerMessage)
- Effective
Personal WorkspaceCompute Setting V2Effective Personal Compute Args - Effective
Restrict WorkspaceWorkspace Admins Setting V2Effective Restrict Workspace Admins Args - Effective
String WorkspaceVal Setting V2Effective String Val Args - (StringMessage)
- Integer
Val WorkspaceSetting V2Integer Val Args - Name string
- Name of the setting
- Personal
Compute WorkspaceSetting V2Personal Compute Args - Restrict
Workspace WorkspaceAdmins Setting V2Restrict Workspace Admins Args - String
Val WorkspaceSetting V2String Val Args - Workspace
Id string - Workspace ID of the resource
- aibi
Dashboard WorkspaceEmbedding Access Policy Setting V2Aibi Dashboard Embedding Access Policy - aibi
Dashboard WorkspaceEmbedding Approved Domains Setting V2Aibi Dashboard Embedding Approved Domains - automatic
Cluster WorkspaceUpdate Workspace Setting V2Automatic Cluster Update Workspace - todo: Mark these Public after onboarded to DSL
- boolean
Val WorkspaceSetting V2Boolean Val - default
Data WorkspaceSecurity Mode Setting V2Default Data Security Mode - effective
Aibi WorkspaceDashboard Embedding Access Policy Setting V2Effective Aibi Dashboard Embedding Access Policy - effective
Aibi WorkspaceDashboard Embedding Approved Domains Setting V2Effective Aibi Dashboard Embedding Approved Domains - effective
Automatic WorkspaceCluster Update Workspace Setting V2Effective Automatic Cluster Update Workspace - effective
Boolean WorkspaceVal Setting V2Effective Boolean Val - (BooleanMessage)
- effective
Default WorkspaceData Security Mode Setting V2Effective Default Data Security Mode - effective
Integer WorkspaceVal Setting V2Effective Integer Val - (IntegerMessage)
- effective
Personal WorkspaceCompute Setting V2Effective Personal Compute - effective
Restrict WorkspaceWorkspace Admins Setting V2Effective Restrict Workspace Admins - effective
String WorkspaceVal Setting V2Effective String Val - (StringMessage)
- integer
Val WorkspaceSetting V2Integer Val - name String
- Name of the setting
- personal
Compute WorkspaceSetting V2Personal Compute - restrict
Workspace WorkspaceAdmins Setting V2Restrict Workspace Admins - string
Val WorkspaceSetting V2String Val - workspace
Id String - Workspace ID of the resource
- aibi
Dashboard WorkspaceEmbedding Access Policy Setting V2Aibi Dashboard Embedding Access Policy - aibi
Dashboard WorkspaceEmbedding Approved Domains Setting V2Aibi Dashboard Embedding Approved Domains - automatic
Cluster WorkspaceUpdate Workspace Setting V2Automatic Cluster Update Workspace - todo: Mark these Public after onboarded to DSL
- boolean
Val WorkspaceSetting V2Boolean Val - default
Data WorkspaceSecurity Mode Setting V2Default Data Security Mode - effective
Aibi WorkspaceDashboard Embedding Access Policy Setting V2Effective Aibi Dashboard Embedding Access Policy - effective
Aibi WorkspaceDashboard Embedding Approved Domains Setting V2Effective Aibi Dashboard Embedding Approved Domains - effective
Automatic WorkspaceCluster Update Workspace Setting V2Effective Automatic Cluster Update Workspace - effective
Boolean WorkspaceVal Setting V2Effective Boolean Val - (BooleanMessage)
- effective
Default WorkspaceData Security Mode Setting V2Effective Default Data Security Mode - effective
Integer WorkspaceVal Setting V2Effective Integer Val - (IntegerMessage)
- effective
Personal WorkspaceCompute Setting V2Effective Personal Compute - effective
Restrict WorkspaceWorkspace Admins Setting V2Effective Restrict Workspace Admins - effective
String WorkspaceVal Setting V2Effective String Val - (StringMessage)
- integer
Val WorkspaceSetting V2Integer Val - name string
- Name of the setting
- personal
Compute WorkspaceSetting V2Personal Compute - restrict
Workspace WorkspaceAdmins Setting V2Restrict Workspace Admins - string
Val WorkspaceSetting V2String Val - workspace
Id string - Workspace ID of the resource
- aibi_
dashboard_ Workspaceembedding_ access_ policy Setting V2Aibi Dashboard Embedding Access Policy Args - aibi_
dashboard_ Workspaceembedding_ approved_ domains Setting V2Aibi Dashboard Embedding Approved Domains Args - automatic_
cluster_ Workspaceupdate_ workspace Setting V2Automatic Cluster Update Workspace Args - todo: Mark these Public after onboarded to DSL
- boolean_
val WorkspaceSetting V2Boolean Val Args - default_
data_ Workspacesecurity_ mode Setting V2Default Data Security Mode Args - effective_
aibi_ Workspacedashboard_ embedding_ access_ policy Setting V2Effective Aibi Dashboard Embedding Access Policy Args - effective_
aibi_ Workspacedashboard_ embedding_ approved_ domains Setting V2Effective Aibi Dashboard Embedding Approved Domains Args - effective_
automatic_ Workspacecluster_ update_ workspace Setting V2Effective Automatic Cluster Update Workspace Args - effective_
boolean_ Workspaceval Setting V2Effective Boolean Val Args - (BooleanMessage)
- effective_
default_ Workspacedata_ security_ mode Setting V2Effective Default Data Security Mode Args - effective_
integer_ Workspaceval Setting V2Effective Integer Val Args - (IntegerMessage)
- effective_
personal_ Workspacecompute Setting V2Effective Personal Compute Args - effective_
restrict_ Workspaceworkspace_ admins Setting V2Effective Restrict Workspace Admins Args - effective_
string_ Workspaceval Setting V2Effective String Val Args - (StringMessage)
- integer_
val WorkspaceSetting V2Integer Val Args - name str
- Name of the setting
- personal_
compute WorkspaceSetting V2Personal Compute Args - restrict_
workspace_ Workspaceadmins Setting V2Restrict Workspace Admins Args - string_
val WorkspaceSetting V2String Val Args - workspace_
id str - Workspace ID of the resource
- aibi
Dashboard Property MapEmbedding Access Policy - aibi
Dashboard Property MapEmbedding Approved Domains - automatic
Cluster Property MapUpdate Workspace - todo: Mark these Public after onboarded to DSL
- boolean
Val Property Map - default
Data Property MapSecurity Mode - effective
Aibi Property MapDashboard Embedding Access Policy - effective
Aibi Property MapDashboard Embedding Approved Domains - effective
Automatic Property MapCluster Update Workspace - effective
Boolean Property MapVal - (BooleanMessage)
- effective
Default Property MapData Security Mode - effective
Integer Property MapVal - (IntegerMessage)
- effective
Personal Property MapCompute - effective
Restrict Property MapWorkspace Admins - effective
String Property MapVal - (StringMessage)
- integer
Val Property Map - name String
- Name of the setting
- personal
Compute Property Map - restrict
Workspace Property MapAdmins - string
Val Property Map - workspace
Id String - Workspace ID of the resource
Supporting Types
WorkspaceSettingV2AibiDashboardEmbeddingAccessPolicy, WorkspaceSettingV2AibiDashboardEmbeddingAccessPolicyArgs
- Access
Policy stringType - . Possible values are:
ALLOW_ALL_DOMAINS
,ALLOW_APPROVED_DOMAINS
,DENY_ALL_DOMAINS
- Access
Policy stringType - . Possible values are:
ALLOW_ALL_DOMAINS
,ALLOW_APPROVED_DOMAINS
,DENY_ALL_DOMAINS
- access
Policy StringType - . Possible values are:
ALLOW_ALL_DOMAINS
,ALLOW_APPROVED_DOMAINS
,DENY_ALL_DOMAINS
- access
Policy stringType - . Possible values are:
ALLOW_ALL_DOMAINS
,ALLOW_APPROVED_DOMAINS
,DENY_ALL_DOMAINS
- access_
policy_ strtype - . Possible values are:
ALLOW_ALL_DOMAINS
,ALLOW_APPROVED_DOMAINS
,DENY_ALL_DOMAINS
- access
Policy StringType - . Possible values are:
ALLOW_ALL_DOMAINS
,ALLOW_APPROVED_DOMAINS
,DENY_ALL_DOMAINS
WorkspaceSettingV2AibiDashboardEmbeddingApprovedDomains, WorkspaceSettingV2AibiDashboardEmbeddingApprovedDomainsArgs
- Approved
Domains List<string>
- Approved
Domains []string
- approved
Domains List<String>
- approved
Domains string[]
- approved_
domains Sequence[str]
- approved
Domains List<String>
WorkspaceSettingV2AutomaticClusterUpdateWorkspace, WorkspaceSettingV2AutomaticClusterUpdateWorkspaceArgs
WorkspaceSettingV2AutomaticClusterUpdateWorkspaceEnablementDetails, WorkspaceSettingV2AutomaticClusterUpdateWorkspaceEnablementDetailsArgs
- Forced
For boolCompliance Mode - The feature is force enabled if compliance mode is active
- bool
- The feature is unavailable if the corresponding entitlement disabled (see getShieldEntitlementEnable)
- bool
- The feature is unavailable if the customer doesn't have enterprise tier
- Forced
For boolCompliance Mode - The feature is force enabled if compliance mode is active
- bool
- The feature is unavailable if the corresponding entitlement disabled (see getShieldEntitlementEnable)
- bool
- The feature is unavailable if the customer doesn't have enterprise tier
- forced
For BooleanCompliance Mode - The feature is force enabled if compliance mode is active
- Boolean
- The feature is unavailable if the corresponding entitlement disabled (see getShieldEntitlementEnable)
- Boolean
- The feature is unavailable if the customer doesn't have enterprise tier
- forced
For booleanCompliance Mode - The feature is force enabled if compliance mode is active
- boolean
- The feature is unavailable if the corresponding entitlement disabled (see getShieldEntitlementEnable)
- boolean
- The feature is unavailable if the customer doesn't have enterprise tier
- forced_
for_ boolcompliance_ mode - The feature is force enabled if compliance mode is active
- bool
- The feature is unavailable if the corresponding entitlement disabled (see getShieldEntitlementEnable)
- bool
- The feature is unavailable if the customer doesn't have enterprise tier
- forced
For BooleanCompliance Mode - The feature is force enabled if compliance mode is active
- Boolean
- The feature is unavailable if the corresponding entitlement disabled (see getShieldEntitlementEnable)
- Boolean
- The feature is unavailable if the customer doesn't have enterprise tier
WorkspaceSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindow, WorkspaceSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindowArgs
WorkspaceSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedSchedule, WorkspaceSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleArgs
- Day
Of stringWeek - . Possible values are:
FRIDAY
,MONDAY
,SATURDAY
,SUNDAY
,THURSDAY
,TUESDAY
,WEDNESDAY
- Frequency string
- . Possible values are:
EVERY_WEEK
,FIRST_AND_THIRD_OF_MONTH
,FIRST_OF_MONTH
,FOURTH_OF_MONTH
,SECOND_AND_FOURTH_OF_MONTH
,SECOND_OF_MONTH
,THIRD_OF_MONTH
- Window
Start WorkspaceTime Setting V2Automatic Cluster Update Workspace Maintenance Window Week Day Based Schedule Window Start Time
- Day
Of stringWeek - . Possible values are:
FRIDAY
,MONDAY
,SATURDAY
,SUNDAY
,THURSDAY
,TUESDAY
,WEDNESDAY
- Frequency string
- . Possible values are:
EVERY_WEEK
,FIRST_AND_THIRD_OF_MONTH
,FIRST_OF_MONTH
,FOURTH_OF_MONTH
,SECOND_AND_FOURTH_OF_MONTH
,SECOND_OF_MONTH
,THIRD_OF_MONTH
- Window
Start WorkspaceTime Setting V2Automatic Cluster Update Workspace Maintenance Window Week Day Based Schedule Window Start Time
- day
Of StringWeek - . Possible values are:
FRIDAY
,MONDAY
,SATURDAY
,SUNDAY
,THURSDAY
,TUESDAY
,WEDNESDAY
- frequency String
- . Possible values are:
EVERY_WEEK
,FIRST_AND_THIRD_OF_MONTH
,FIRST_OF_MONTH
,FOURTH_OF_MONTH
,SECOND_AND_FOURTH_OF_MONTH
,SECOND_OF_MONTH
,THIRD_OF_MONTH
- window
Start WorkspaceTime Setting V2Automatic Cluster Update Workspace Maintenance Window Week Day Based Schedule Window Start Time
- day
Of stringWeek - . Possible values are:
FRIDAY
,MONDAY
,SATURDAY
,SUNDAY
,THURSDAY
,TUESDAY
,WEDNESDAY
- frequency string
- . Possible values are:
EVERY_WEEK
,FIRST_AND_THIRD_OF_MONTH
,FIRST_OF_MONTH
,FOURTH_OF_MONTH
,SECOND_AND_FOURTH_OF_MONTH
,SECOND_OF_MONTH
,THIRD_OF_MONTH
- window
Start WorkspaceTime Setting V2Automatic Cluster Update Workspace Maintenance Window Week Day Based Schedule Window Start Time
- day_
of_ strweek - . Possible values are:
FRIDAY
,MONDAY
,SATURDAY
,SUNDAY
,THURSDAY
,TUESDAY
,WEDNESDAY
- frequency str
- . Possible values are:
EVERY_WEEK
,FIRST_AND_THIRD_OF_MONTH
,FIRST_OF_MONTH
,FOURTH_OF_MONTH
,SECOND_AND_FOURTH_OF_MONTH
,SECOND_OF_MONTH
,THIRD_OF_MONTH
- window_
start_ Workspacetime Setting V2Automatic Cluster Update Workspace Maintenance Window Week Day Based Schedule Window Start Time
- day
Of StringWeek - . Possible values are:
FRIDAY
,MONDAY
,SATURDAY
,SUNDAY
,THURSDAY
,TUESDAY
,WEDNESDAY
- frequency String
- . Possible values are:
EVERY_WEEK
,FIRST_AND_THIRD_OF_MONTH
,FIRST_OF_MONTH
,FOURTH_OF_MONTH
,SECOND_AND_FOURTH_OF_MONTH
,SECOND_OF_MONTH
,THIRD_OF_MONTH
- window
Start Property MapTime
WorkspaceSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleWindowStartTime, WorkspaceSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleWindowStartTimeArgs
WorkspaceSettingV2BooleanVal, WorkspaceSettingV2BooleanValArgs
- Value bool
- Value bool
- value Boolean
- value boolean
- value bool
- value Boolean
WorkspaceSettingV2DefaultDataSecurityMode, WorkspaceSettingV2DefaultDataSecurityModeArgs
- Status string
- Status string
- status String
- status string
- status str
- status String
WorkspaceSettingV2EffectiveAibiDashboardEmbeddingAccessPolicy, WorkspaceSettingV2EffectiveAibiDashboardEmbeddingAccessPolicyArgs
- Access
Policy stringType - . Possible values are:
ALLOW_ALL_DOMAINS
,ALLOW_APPROVED_DOMAINS
,DENY_ALL_DOMAINS
- Access
Policy stringType - . Possible values are:
ALLOW_ALL_DOMAINS
,ALLOW_APPROVED_DOMAINS
,DENY_ALL_DOMAINS
- access
Policy StringType - . Possible values are:
ALLOW_ALL_DOMAINS
,ALLOW_APPROVED_DOMAINS
,DENY_ALL_DOMAINS
- access
Policy stringType - . Possible values are:
ALLOW_ALL_DOMAINS
,ALLOW_APPROVED_DOMAINS
,DENY_ALL_DOMAINS
- access_
policy_ strtype - . Possible values are:
ALLOW_ALL_DOMAINS
,ALLOW_APPROVED_DOMAINS
,DENY_ALL_DOMAINS
- access
Policy StringType - . Possible values are:
ALLOW_ALL_DOMAINS
,ALLOW_APPROVED_DOMAINS
,DENY_ALL_DOMAINS
WorkspaceSettingV2EffectiveAibiDashboardEmbeddingApprovedDomains, WorkspaceSettingV2EffectiveAibiDashboardEmbeddingApprovedDomainsArgs
- Approved
Domains List<string>
- Approved
Domains []string
- approved
Domains List<String>
- approved
Domains string[]
- approved_
domains Sequence[str]
- approved
Domains List<String>
WorkspaceSettingV2EffectiveAutomaticClusterUpdateWorkspace, WorkspaceSettingV2EffectiveAutomaticClusterUpdateWorkspaceArgs
WorkspaceSettingV2EffectiveAutomaticClusterUpdateWorkspaceEnablementDetails, WorkspaceSettingV2EffectiveAutomaticClusterUpdateWorkspaceEnablementDetailsArgs
- Forced
For boolCompliance Mode - The feature is force enabled if compliance mode is active
- bool
- The feature is unavailable if the corresponding entitlement disabled (see getShieldEntitlementEnable)
- bool
- The feature is unavailable if the customer doesn't have enterprise tier
- Forced
For boolCompliance Mode - The feature is force enabled if compliance mode is active
- bool
- The feature is unavailable if the corresponding entitlement disabled (see getShieldEntitlementEnable)
- bool
- The feature is unavailable if the customer doesn't have enterprise tier
- forced
For BooleanCompliance Mode - The feature is force enabled if compliance mode is active
- Boolean
- The feature is unavailable if the corresponding entitlement disabled (see getShieldEntitlementEnable)
- Boolean
- The feature is unavailable if the customer doesn't have enterprise tier
- forced
For booleanCompliance Mode - The feature is force enabled if compliance mode is active
- boolean
- The feature is unavailable if the corresponding entitlement disabled (see getShieldEntitlementEnable)
- boolean
- The feature is unavailable if the customer doesn't have enterprise tier
- forced_
for_ boolcompliance_ mode - The feature is force enabled if compliance mode is active
- bool
- The feature is unavailable if the corresponding entitlement disabled (see getShieldEntitlementEnable)
- bool
- The feature is unavailable if the customer doesn't have enterprise tier
- forced
For BooleanCompliance Mode - The feature is force enabled if compliance mode is active
- Boolean
- The feature is unavailable if the corresponding entitlement disabled (see getShieldEntitlementEnable)
- Boolean
- The feature is unavailable if the customer doesn't have enterprise tier
WorkspaceSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindow, WorkspaceSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindowArgs
WorkspaceSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedSchedule, WorkspaceSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleArgs
- Day
Of stringWeek - . Possible values are:
FRIDAY
,MONDAY
,SATURDAY
,SUNDAY
,THURSDAY
,TUESDAY
,WEDNESDAY
- Frequency string
- . Possible values are:
EVERY_WEEK
,FIRST_AND_THIRD_OF_MONTH
,FIRST_OF_MONTH
,FOURTH_OF_MONTH
,SECOND_AND_FOURTH_OF_MONTH
,SECOND_OF_MONTH
,THIRD_OF_MONTH
- Window
Start WorkspaceTime Setting V2Effective Automatic Cluster Update Workspace Maintenance Window Week Day Based Schedule Window Start Time
- Day
Of stringWeek - . Possible values are:
FRIDAY
,MONDAY
,SATURDAY
,SUNDAY
,THURSDAY
,TUESDAY
,WEDNESDAY
- Frequency string
- . Possible values are:
EVERY_WEEK
,FIRST_AND_THIRD_OF_MONTH
,FIRST_OF_MONTH
,FOURTH_OF_MONTH
,SECOND_AND_FOURTH_OF_MONTH
,SECOND_OF_MONTH
,THIRD_OF_MONTH
- Window
Start WorkspaceTime Setting V2Effective Automatic Cluster Update Workspace Maintenance Window Week Day Based Schedule Window Start Time
- day
Of StringWeek - . Possible values are:
FRIDAY
,MONDAY
,SATURDAY
,SUNDAY
,THURSDAY
,TUESDAY
,WEDNESDAY
- frequency String
- . Possible values are:
EVERY_WEEK
,FIRST_AND_THIRD_OF_MONTH
,FIRST_OF_MONTH
,FOURTH_OF_MONTH
,SECOND_AND_FOURTH_OF_MONTH
,SECOND_OF_MONTH
,THIRD_OF_MONTH
- window
Start WorkspaceTime Setting V2Effective Automatic Cluster Update Workspace Maintenance Window Week Day Based Schedule Window Start Time
- day
Of stringWeek - . Possible values are:
FRIDAY
,MONDAY
,SATURDAY
,SUNDAY
,THURSDAY
,TUESDAY
,WEDNESDAY
- frequency string
- . Possible values are:
EVERY_WEEK
,FIRST_AND_THIRD_OF_MONTH
,FIRST_OF_MONTH
,FOURTH_OF_MONTH
,SECOND_AND_FOURTH_OF_MONTH
,SECOND_OF_MONTH
,THIRD_OF_MONTH
- window
Start WorkspaceTime Setting V2Effective Automatic Cluster Update Workspace Maintenance Window Week Day Based Schedule Window Start Time
- day_
of_ strweek - . Possible values are:
FRIDAY
,MONDAY
,SATURDAY
,SUNDAY
,THURSDAY
,TUESDAY
,WEDNESDAY
- frequency str
- . Possible values are:
EVERY_WEEK
,FIRST_AND_THIRD_OF_MONTH
,FIRST_OF_MONTH
,FOURTH_OF_MONTH
,SECOND_AND_FOURTH_OF_MONTH
,SECOND_OF_MONTH
,THIRD_OF_MONTH
- window_
start_ Workspacetime Setting V2Effective Automatic Cluster Update Workspace Maintenance Window Week Day Based Schedule Window Start Time
- day
Of StringWeek - . Possible values are:
FRIDAY
,MONDAY
,SATURDAY
,SUNDAY
,THURSDAY
,TUESDAY
,WEDNESDAY
- frequency String
- . Possible values are:
EVERY_WEEK
,FIRST_AND_THIRD_OF_MONTH
,FIRST_OF_MONTH
,FOURTH_OF_MONTH
,SECOND_AND_FOURTH_OF_MONTH
,SECOND_OF_MONTH
,THIRD_OF_MONTH
- window
Start Property MapTime
WorkspaceSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleWindowStartTime, WorkspaceSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleWindowStartTimeArgs
WorkspaceSettingV2EffectiveBooleanVal, WorkspaceSettingV2EffectiveBooleanValArgs
- Value bool
- Value bool
- value Boolean
- value boolean
- value bool
- value Boolean
WorkspaceSettingV2EffectiveDefaultDataSecurityMode, WorkspaceSettingV2EffectiveDefaultDataSecurityModeArgs
- Status string
- Status string
- status String
- status string
- status str
- status String
WorkspaceSettingV2EffectiveIntegerVal, WorkspaceSettingV2EffectiveIntegerValArgs
- Value int
- Value int
- value Integer
- value number
- value int
- value Number
WorkspaceSettingV2EffectivePersonalCompute, WorkspaceSettingV2EffectivePersonalComputeArgs
- Value string
- Value string
- value String
- value string
- value str
- value String
WorkspaceSettingV2EffectiveRestrictWorkspaceAdmins, WorkspaceSettingV2EffectiveRestrictWorkspaceAdminsArgs
- Status string
- Status string
- status String
- status string
- status str
- status String
WorkspaceSettingV2EffectiveStringVal, WorkspaceSettingV2EffectiveStringValArgs
- Value string
- Value string
- value String
- value string
- value str
- value String
WorkspaceSettingV2IntegerVal, WorkspaceSettingV2IntegerValArgs
- Value int
- Value int
- value Integer
- value number
- value int
- value Number
WorkspaceSettingV2PersonalCompute, WorkspaceSettingV2PersonalComputeArgs
- Value string
- Value string
- value String
- value string
- value str
- value String
WorkspaceSettingV2RestrictWorkspaceAdmins, WorkspaceSettingV2RestrictWorkspaceAdminsArgs
- Status string
- Status string
- status String
- status string
- status str
- status String
WorkspaceSettingV2StringVal, WorkspaceSettingV2StringValArgs
- Value string
- Value string
- value String
- value string
- value str
- value String
Package Details
- Repository
- databricks pulumi/pulumi-databricks
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
databricks
Terraform Provider.