databricks.AccountSettingV2
Explore with Pulumi AI
Import
As of Pulumi v1.5, resources can be imported through configuration.
hcl
import {
id = “name”
to = databricks_account_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/accountSettingV2:AccountSettingV2 databricks_account_setting_v2 "name"
Create AccountSettingV2 Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new AccountSettingV2(name: string, args?: AccountSettingV2Args, opts?: CustomResourceOptions);
@overload
def AccountSettingV2(resource_name: str,
args: Optional[AccountSettingV2Args] = None,
opts: Optional[ResourceOptions] = None)
@overload
def AccountSettingV2(resource_name: str,
opts: Optional[ResourceOptions] = None,
aibi_dashboard_embedding_access_policy: Optional[AccountSettingV2AibiDashboardEmbeddingAccessPolicyArgs] = None,
aibi_dashboard_embedding_approved_domains: Optional[AccountSettingV2AibiDashboardEmbeddingApprovedDomainsArgs] = None,
automatic_cluster_update_workspace: Optional[AccountSettingV2AutomaticClusterUpdateWorkspaceArgs] = None,
boolean_val: Optional[AccountSettingV2BooleanValArgs] = None,
default_data_security_mode: Optional[AccountSettingV2DefaultDataSecurityModeArgs] = None,
effective_aibi_dashboard_embedding_access_policy: Optional[AccountSettingV2EffectiveAibiDashboardEmbeddingAccessPolicyArgs] = None,
effective_aibi_dashboard_embedding_approved_domains: Optional[AccountSettingV2EffectiveAibiDashboardEmbeddingApprovedDomainsArgs] = None,
effective_automatic_cluster_update_workspace: Optional[AccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceArgs] = None,
effective_default_data_security_mode: Optional[AccountSettingV2EffectiveDefaultDataSecurityModeArgs] = None,
effective_personal_compute: Optional[AccountSettingV2EffectivePersonalComputeArgs] = None,
effective_restrict_workspace_admins: Optional[AccountSettingV2EffectiveRestrictWorkspaceAdminsArgs] = None,
integer_val: Optional[AccountSettingV2IntegerValArgs] = None,
name: Optional[str] = None,
personal_compute: Optional[AccountSettingV2PersonalComputeArgs] = None,
restrict_workspace_admins: Optional[AccountSettingV2RestrictWorkspaceAdminsArgs] = None,
string_val: Optional[AccountSettingV2StringValArgs] = None)
func NewAccountSettingV2(ctx *Context, name string, args *AccountSettingV2Args, opts ...ResourceOption) (*AccountSettingV2, error)
public AccountSettingV2(string name, AccountSettingV2Args? args = null, CustomResourceOptions? opts = null)
public AccountSettingV2(String name, AccountSettingV2Args args)
public AccountSettingV2(String name, AccountSettingV2Args args, CustomResourceOptions options)
type: databricks:AccountSettingV2
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 AccountSettingV2Args
- 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 AccountSettingV2Args
- 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 AccountSettingV2Args
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AccountSettingV2Args
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AccountSettingV2Args
- 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 accountSettingV2Resource = new Databricks.AccountSettingV2("accountSettingV2Resource", new()
{
AibiDashboardEmbeddingAccessPolicy = new Databricks.Inputs.AccountSettingV2AibiDashboardEmbeddingAccessPolicyArgs
{
AccessPolicyType = "string",
},
AibiDashboardEmbeddingApprovedDomains = new Databricks.Inputs.AccountSettingV2AibiDashboardEmbeddingApprovedDomainsArgs
{
ApprovedDomains = new[]
{
"string",
},
},
AutomaticClusterUpdateWorkspace = new Databricks.Inputs.AccountSettingV2AutomaticClusterUpdateWorkspaceArgs
{
CanToggle = false,
Enabled = false,
EnablementDetails = new Databricks.Inputs.AccountSettingV2AutomaticClusterUpdateWorkspaceEnablementDetailsArgs
{
ForcedForComplianceMode = false,
UnavailableForDisabledEntitlement = false,
UnavailableForNonEnterpriseTier = false,
},
MaintenanceWindow = new Databricks.Inputs.AccountSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindowArgs
{
WeekDayBasedSchedule = new Databricks.Inputs.AccountSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleArgs
{
DayOfWeek = "string",
Frequency = "string",
WindowStartTime = new Databricks.Inputs.AccountSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleWindowStartTimeArgs
{
Hours = 0,
Minutes = 0,
},
},
},
RestartEvenIfNoUpdatesAvailable = false,
},
BooleanVal = new Databricks.Inputs.AccountSettingV2BooleanValArgs
{
Value = false,
},
DefaultDataSecurityMode = new Databricks.Inputs.AccountSettingV2DefaultDataSecurityModeArgs
{
Status = "string",
},
EffectiveAibiDashboardEmbeddingAccessPolicy = new Databricks.Inputs.AccountSettingV2EffectiveAibiDashboardEmbeddingAccessPolicyArgs
{
AccessPolicyType = "string",
},
EffectiveAibiDashboardEmbeddingApprovedDomains = new Databricks.Inputs.AccountSettingV2EffectiveAibiDashboardEmbeddingApprovedDomainsArgs
{
ApprovedDomains = new[]
{
"string",
},
},
EffectiveAutomaticClusterUpdateWorkspace = new Databricks.Inputs.AccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceArgs
{
CanToggle = false,
Enabled = false,
EnablementDetails = new Databricks.Inputs.AccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceEnablementDetailsArgs
{
ForcedForComplianceMode = false,
UnavailableForDisabledEntitlement = false,
UnavailableForNonEnterpriseTier = false,
},
MaintenanceWindow = new Databricks.Inputs.AccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindowArgs
{
WeekDayBasedSchedule = new Databricks.Inputs.AccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleArgs
{
DayOfWeek = "string",
Frequency = "string",
WindowStartTime = new Databricks.Inputs.AccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleWindowStartTimeArgs
{
Hours = 0,
Minutes = 0,
},
},
},
RestartEvenIfNoUpdatesAvailable = false,
},
EffectiveDefaultDataSecurityMode = new Databricks.Inputs.AccountSettingV2EffectiveDefaultDataSecurityModeArgs
{
Status = "string",
},
EffectivePersonalCompute = new Databricks.Inputs.AccountSettingV2EffectivePersonalComputeArgs
{
Value = "string",
},
EffectiveRestrictWorkspaceAdmins = new Databricks.Inputs.AccountSettingV2EffectiveRestrictWorkspaceAdminsArgs
{
Status = "string",
},
IntegerVal = new Databricks.Inputs.AccountSettingV2IntegerValArgs
{
Value = 0,
},
Name = "string",
PersonalCompute = new Databricks.Inputs.AccountSettingV2PersonalComputeArgs
{
Value = "string",
},
RestrictWorkspaceAdmins = new Databricks.Inputs.AccountSettingV2RestrictWorkspaceAdminsArgs
{
Status = "string",
},
StringVal = new Databricks.Inputs.AccountSettingV2StringValArgs
{
Value = "string",
},
});
example, err := databricks.NewAccountSettingV2(ctx, "accountSettingV2Resource", &databricks.AccountSettingV2Args{
AibiDashboardEmbeddingAccessPolicy: &databricks.AccountSettingV2AibiDashboardEmbeddingAccessPolicyArgs{
AccessPolicyType: pulumi.String("string"),
},
AibiDashboardEmbeddingApprovedDomains: &databricks.AccountSettingV2AibiDashboardEmbeddingApprovedDomainsArgs{
ApprovedDomains: pulumi.StringArray{
pulumi.String("string"),
},
},
AutomaticClusterUpdateWorkspace: &databricks.AccountSettingV2AutomaticClusterUpdateWorkspaceArgs{
CanToggle: pulumi.Bool(false),
Enabled: pulumi.Bool(false),
EnablementDetails: &databricks.AccountSettingV2AutomaticClusterUpdateWorkspaceEnablementDetailsArgs{
ForcedForComplianceMode: pulumi.Bool(false),
UnavailableForDisabledEntitlement: pulumi.Bool(false),
UnavailableForNonEnterpriseTier: pulumi.Bool(false),
},
MaintenanceWindow: &databricks.AccountSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindowArgs{
WeekDayBasedSchedule: &databricks.AccountSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleArgs{
DayOfWeek: pulumi.String("string"),
Frequency: pulumi.String("string"),
WindowStartTime: &databricks.AccountSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleWindowStartTimeArgs{
Hours: pulumi.Int(0),
Minutes: pulumi.Int(0),
},
},
},
RestartEvenIfNoUpdatesAvailable: pulumi.Bool(false),
},
BooleanVal: &databricks.AccountSettingV2BooleanValArgs{
Value: pulumi.Bool(false),
},
DefaultDataSecurityMode: &databricks.AccountSettingV2DefaultDataSecurityModeArgs{
Status: pulumi.String("string"),
},
EffectiveAibiDashboardEmbeddingAccessPolicy: &databricks.AccountSettingV2EffectiveAibiDashboardEmbeddingAccessPolicyArgs{
AccessPolicyType: pulumi.String("string"),
},
EffectiveAibiDashboardEmbeddingApprovedDomains: &databricks.AccountSettingV2EffectiveAibiDashboardEmbeddingApprovedDomainsArgs{
ApprovedDomains: pulumi.StringArray{
pulumi.String("string"),
},
},
EffectiveAutomaticClusterUpdateWorkspace: &databricks.AccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceArgs{
CanToggle: pulumi.Bool(false),
Enabled: pulumi.Bool(false),
EnablementDetails: &databricks.AccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceEnablementDetailsArgs{
ForcedForComplianceMode: pulumi.Bool(false),
UnavailableForDisabledEntitlement: pulumi.Bool(false),
UnavailableForNonEnterpriseTier: pulumi.Bool(false),
},
MaintenanceWindow: &databricks.AccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindowArgs{
WeekDayBasedSchedule: &databricks.AccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleArgs{
DayOfWeek: pulumi.String("string"),
Frequency: pulumi.String("string"),
WindowStartTime: &databricks.AccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleWindowStartTimeArgs{
Hours: pulumi.Int(0),
Minutes: pulumi.Int(0),
},
},
},
RestartEvenIfNoUpdatesAvailable: pulumi.Bool(false),
},
EffectiveDefaultDataSecurityMode: &databricks.AccountSettingV2EffectiveDefaultDataSecurityModeArgs{
Status: pulumi.String("string"),
},
EffectivePersonalCompute: &databricks.AccountSettingV2EffectivePersonalComputeArgs{
Value: pulumi.String("string"),
},
EffectiveRestrictWorkspaceAdmins: &databricks.AccountSettingV2EffectiveRestrictWorkspaceAdminsArgs{
Status: pulumi.String("string"),
},
IntegerVal: &databricks.AccountSettingV2IntegerValArgs{
Value: pulumi.Int(0),
},
Name: pulumi.String("string"),
PersonalCompute: &databricks.AccountSettingV2PersonalComputeArgs{
Value: pulumi.String("string"),
},
RestrictWorkspaceAdmins: &databricks.AccountSettingV2RestrictWorkspaceAdminsArgs{
Status: pulumi.String("string"),
},
StringVal: &databricks.AccountSettingV2StringValArgs{
Value: pulumi.String("string"),
},
})
var accountSettingV2Resource = new AccountSettingV2("accountSettingV2Resource", AccountSettingV2Args.builder()
.aibiDashboardEmbeddingAccessPolicy(AccountSettingV2AibiDashboardEmbeddingAccessPolicyArgs.builder()
.accessPolicyType("string")
.build())
.aibiDashboardEmbeddingApprovedDomains(AccountSettingV2AibiDashboardEmbeddingApprovedDomainsArgs.builder()
.approvedDomains("string")
.build())
.automaticClusterUpdateWorkspace(AccountSettingV2AutomaticClusterUpdateWorkspaceArgs.builder()
.canToggle(false)
.enabled(false)
.enablementDetails(AccountSettingV2AutomaticClusterUpdateWorkspaceEnablementDetailsArgs.builder()
.forcedForComplianceMode(false)
.unavailableForDisabledEntitlement(false)
.unavailableForNonEnterpriseTier(false)
.build())
.maintenanceWindow(AccountSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindowArgs.builder()
.weekDayBasedSchedule(AccountSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleArgs.builder()
.dayOfWeek("string")
.frequency("string")
.windowStartTime(AccountSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleWindowStartTimeArgs.builder()
.hours(0)
.minutes(0)
.build())
.build())
.build())
.restartEvenIfNoUpdatesAvailable(false)
.build())
.booleanVal(AccountSettingV2BooleanValArgs.builder()
.value(false)
.build())
.defaultDataSecurityMode(AccountSettingV2DefaultDataSecurityModeArgs.builder()
.status("string")
.build())
.effectiveAibiDashboardEmbeddingAccessPolicy(AccountSettingV2EffectiveAibiDashboardEmbeddingAccessPolicyArgs.builder()
.accessPolicyType("string")
.build())
.effectiveAibiDashboardEmbeddingApprovedDomains(AccountSettingV2EffectiveAibiDashboardEmbeddingApprovedDomainsArgs.builder()
.approvedDomains("string")
.build())
.effectiveAutomaticClusterUpdateWorkspace(AccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceArgs.builder()
.canToggle(false)
.enabled(false)
.enablementDetails(AccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceEnablementDetailsArgs.builder()
.forcedForComplianceMode(false)
.unavailableForDisabledEntitlement(false)
.unavailableForNonEnterpriseTier(false)
.build())
.maintenanceWindow(AccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindowArgs.builder()
.weekDayBasedSchedule(AccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleArgs.builder()
.dayOfWeek("string")
.frequency("string")
.windowStartTime(AccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleWindowStartTimeArgs.builder()
.hours(0)
.minutes(0)
.build())
.build())
.build())
.restartEvenIfNoUpdatesAvailable(false)
.build())
.effectiveDefaultDataSecurityMode(AccountSettingV2EffectiveDefaultDataSecurityModeArgs.builder()
.status("string")
.build())
.effectivePersonalCompute(AccountSettingV2EffectivePersonalComputeArgs.builder()
.value("string")
.build())
.effectiveRestrictWorkspaceAdmins(AccountSettingV2EffectiveRestrictWorkspaceAdminsArgs.builder()
.status("string")
.build())
.integerVal(AccountSettingV2IntegerValArgs.builder()
.value(0)
.build())
.name("string")
.personalCompute(AccountSettingV2PersonalComputeArgs.builder()
.value("string")
.build())
.restrictWorkspaceAdmins(AccountSettingV2RestrictWorkspaceAdminsArgs.builder()
.status("string")
.build())
.stringVal(AccountSettingV2StringValArgs.builder()
.value("string")
.build())
.build());
account_setting_v2_resource = databricks.AccountSettingV2("accountSettingV2Resource",
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",
})
const accountSettingV2Resource = new databricks.AccountSettingV2("accountSettingV2Resource", {
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",
},
});
type: databricks:AccountSettingV2
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
AccountSettingV2 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 AccountSettingV2 resource accepts the following input properties:
- Aibi
Dashboard AccountEmbedding Access Policy Setting V2Aibi Dashboard Embedding Access Policy - Aibi
Dashboard AccountEmbedding Approved Domains Setting V2Aibi Dashboard Embedding Approved Domains - Automatic
Cluster AccountUpdate Workspace Setting V2Automatic Cluster Update Workspace - todo: Mark these Public after onboarded to DSL
- Boolean
Val AccountSetting V2Boolean Val - Default
Data AccountSecurity Mode Setting V2Default Data Security Mode - Effective
Aibi AccountDashboard Embedding Access Policy Setting V2Effective Aibi Dashboard Embedding Access Policy - Effective
Aibi AccountDashboard Embedding Approved Domains Setting V2Effective Aibi Dashboard Embedding Approved Domains - Effective
Automatic AccountCluster Update Workspace Setting V2Effective Automatic Cluster Update Workspace - Effective
Default AccountData Security Mode Setting V2Effective Default Data Security Mode - Effective
Personal AccountCompute Setting V2Effective Personal Compute - Effective
Restrict AccountWorkspace Admins Setting V2Effective Restrict Workspace Admins - Integer
Val AccountSetting V2Integer Val - Name string
- Name of the setting
- Personal
Compute AccountSetting V2Personal Compute - Restrict
Workspace AccountAdmins Setting V2Restrict Workspace Admins - String
Val AccountSetting V2String Val
- Aibi
Dashboard AccountEmbedding Access Policy Setting V2Aibi Dashboard Embedding Access Policy Args - Aibi
Dashboard AccountEmbedding Approved Domains Setting V2Aibi Dashboard Embedding Approved Domains Args - Automatic
Cluster AccountUpdate Workspace Setting V2Automatic Cluster Update Workspace Args - todo: Mark these Public after onboarded to DSL
- Boolean
Val AccountSetting V2Boolean Val Args - Default
Data AccountSecurity Mode Setting V2Default Data Security Mode Args - Effective
Aibi AccountDashboard Embedding Access Policy Setting V2Effective Aibi Dashboard Embedding Access Policy Args - Effective
Aibi AccountDashboard Embedding Approved Domains Setting V2Effective Aibi Dashboard Embedding Approved Domains Args - Effective
Automatic AccountCluster Update Workspace Setting V2Effective Automatic Cluster Update Workspace Args - Effective
Default AccountData Security Mode Setting V2Effective Default Data Security Mode Args - Effective
Personal AccountCompute Setting V2Effective Personal Compute Args - Effective
Restrict AccountWorkspace Admins Setting V2Effective Restrict Workspace Admins Args - Integer
Val AccountSetting V2Integer Val Args - Name string
- Name of the setting
- Personal
Compute AccountSetting V2Personal Compute Args - Restrict
Workspace AccountAdmins Setting V2Restrict Workspace Admins Args - String
Val AccountSetting V2String Val Args
- aibi
Dashboard AccountEmbedding Access Policy Setting V2Aibi Dashboard Embedding Access Policy - aibi
Dashboard AccountEmbedding Approved Domains Setting V2Aibi Dashboard Embedding Approved Domains - automatic
Cluster AccountUpdate Workspace Setting V2Automatic Cluster Update Workspace - todo: Mark these Public after onboarded to DSL
- boolean
Val AccountSetting V2Boolean Val - default
Data AccountSecurity Mode Setting V2Default Data Security Mode - effective
Aibi AccountDashboard Embedding Access Policy Setting V2Effective Aibi Dashboard Embedding Access Policy - effective
Aibi AccountDashboard Embedding Approved Domains Setting V2Effective Aibi Dashboard Embedding Approved Domains - effective
Automatic AccountCluster Update Workspace Setting V2Effective Automatic Cluster Update Workspace - effective
Default AccountData Security Mode Setting V2Effective Default Data Security Mode - effective
Personal AccountCompute Setting V2Effective Personal Compute - effective
Restrict AccountWorkspace Admins Setting V2Effective Restrict Workspace Admins - integer
Val AccountSetting V2Integer Val - name String
- Name of the setting
- personal
Compute AccountSetting V2Personal Compute - restrict
Workspace AccountAdmins Setting V2Restrict Workspace Admins - string
Val AccountSetting V2String Val
- aibi
Dashboard AccountEmbedding Access Policy Setting V2Aibi Dashboard Embedding Access Policy - aibi
Dashboard AccountEmbedding Approved Domains Setting V2Aibi Dashboard Embedding Approved Domains - automatic
Cluster AccountUpdate Workspace Setting V2Automatic Cluster Update Workspace - todo: Mark these Public after onboarded to DSL
- boolean
Val AccountSetting V2Boolean Val - default
Data AccountSecurity Mode Setting V2Default Data Security Mode - effective
Aibi AccountDashboard Embedding Access Policy Setting V2Effective Aibi Dashboard Embedding Access Policy - effective
Aibi AccountDashboard Embedding Approved Domains Setting V2Effective Aibi Dashboard Embedding Approved Domains - effective
Automatic AccountCluster Update Workspace Setting V2Effective Automatic Cluster Update Workspace - effective
Default AccountData Security Mode Setting V2Effective Default Data Security Mode - effective
Personal AccountCompute Setting V2Effective Personal Compute - effective
Restrict AccountWorkspace Admins Setting V2Effective Restrict Workspace Admins - integer
Val AccountSetting V2Integer Val - name string
- Name of the setting
- personal
Compute AccountSetting V2Personal Compute - restrict
Workspace AccountAdmins Setting V2Restrict Workspace Admins - string
Val AccountSetting V2String Val
- aibi_
dashboard_ Accountembedding_ access_ policy Setting V2Aibi Dashboard Embedding Access Policy Args - aibi_
dashboard_ Accountembedding_ approved_ domains Setting V2Aibi Dashboard Embedding Approved Domains Args - automatic_
cluster_ Accountupdate_ workspace Setting V2Automatic Cluster Update Workspace Args - todo: Mark these Public after onboarded to DSL
- boolean_
val AccountSetting V2Boolean Val Args - default_
data_ Accountsecurity_ mode Setting V2Default Data Security Mode Args - effective_
aibi_ Accountdashboard_ embedding_ access_ policy Setting V2Effective Aibi Dashboard Embedding Access Policy Args - effective_
aibi_ Accountdashboard_ embedding_ approved_ domains Setting V2Effective Aibi Dashboard Embedding Approved Domains Args - effective_
automatic_ Accountcluster_ update_ workspace Setting V2Effective Automatic Cluster Update Workspace Args - effective_
default_ Accountdata_ security_ mode Setting V2Effective Default Data Security Mode Args - effective_
personal_ Accountcompute Setting V2Effective Personal Compute Args - effective_
restrict_ Accountworkspace_ admins Setting V2Effective Restrict Workspace Admins Args - integer_
val AccountSetting V2Integer Val Args - name str
- Name of the setting
- personal_
compute AccountSetting V2Personal Compute Args - restrict_
workspace_ Accountadmins Setting V2Restrict Workspace Admins Args - string_
val AccountSetting V2String Val Args
- 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
Outputs
All input properties are implicitly available as output properties. Additionally, the AccountSettingV2 resource produces the following output properties:
- Effective
Boolean AccountVal Setting V2Effective Boolean Val - (BooleanMessage)
- Effective
Integer AccountVal Setting V2Effective Integer Val - (IntegerMessage)
- Effective
String AccountVal Setting V2Effective String Val - (StringMessage)
- Id string
- The provider-assigned unique ID for this managed resource.
- Effective
Boolean AccountVal Setting V2Effective Boolean Val - (BooleanMessage)
- Effective
Integer AccountVal Setting V2Effective Integer Val - (IntegerMessage)
- Effective
String AccountVal Setting V2Effective String Val - (StringMessage)
- Id string
- The provider-assigned unique ID for this managed resource.
- effective
Boolean AccountVal Setting V2Effective Boolean Val - (BooleanMessage)
- effective
Integer AccountVal Setting V2Effective Integer Val - (IntegerMessage)
- effective
String AccountVal Setting V2Effective String Val - (StringMessage)
- id String
- The provider-assigned unique ID for this managed resource.
- effective
Boolean AccountVal Setting V2Effective Boolean Val - (BooleanMessage)
- effective
Integer AccountVal Setting V2Effective Integer Val - (IntegerMessage)
- effective
String AccountVal Setting V2Effective String Val - (StringMessage)
- id string
- The provider-assigned unique ID for this managed resource.
- effective_
boolean_ Accountval Setting V2Effective Boolean Val - (BooleanMessage)
- effective_
integer_ Accountval Setting V2Effective Integer Val - (IntegerMessage)
- effective_
string_ Accountval 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 AccountSettingV2 Resource
Get an existing AccountSettingV2 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?: AccountSettingV2State, opts?: CustomResourceOptions): AccountSettingV2
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
aibi_dashboard_embedding_access_policy: Optional[AccountSettingV2AibiDashboardEmbeddingAccessPolicyArgs] = None,
aibi_dashboard_embedding_approved_domains: Optional[AccountSettingV2AibiDashboardEmbeddingApprovedDomainsArgs] = None,
automatic_cluster_update_workspace: Optional[AccountSettingV2AutomaticClusterUpdateWorkspaceArgs] = None,
boolean_val: Optional[AccountSettingV2BooleanValArgs] = None,
default_data_security_mode: Optional[AccountSettingV2DefaultDataSecurityModeArgs] = None,
effective_aibi_dashboard_embedding_access_policy: Optional[AccountSettingV2EffectiveAibiDashboardEmbeddingAccessPolicyArgs] = None,
effective_aibi_dashboard_embedding_approved_domains: Optional[AccountSettingV2EffectiveAibiDashboardEmbeddingApprovedDomainsArgs] = None,
effective_automatic_cluster_update_workspace: Optional[AccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceArgs] = None,
effective_boolean_val: Optional[AccountSettingV2EffectiveBooleanValArgs] = None,
effective_default_data_security_mode: Optional[AccountSettingV2EffectiveDefaultDataSecurityModeArgs] = None,
effective_integer_val: Optional[AccountSettingV2EffectiveIntegerValArgs] = None,
effective_personal_compute: Optional[AccountSettingV2EffectivePersonalComputeArgs] = None,
effective_restrict_workspace_admins: Optional[AccountSettingV2EffectiveRestrictWorkspaceAdminsArgs] = None,
effective_string_val: Optional[AccountSettingV2EffectiveStringValArgs] = None,
integer_val: Optional[AccountSettingV2IntegerValArgs] = None,
name: Optional[str] = None,
personal_compute: Optional[AccountSettingV2PersonalComputeArgs] = None,
restrict_workspace_admins: Optional[AccountSettingV2RestrictWorkspaceAdminsArgs] = None,
string_val: Optional[AccountSettingV2StringValArgs] = None) -> AccountSettingV2
func GetAccountSettingV2(ctx *Context, name string, id IDInput, state *AccountSettingV2State, opts ...ResourceOption) (*AccountSettingV2, error)
public static AccountSettingV2 Get(string name, Input<string> id, AccountSettingV2State? state, CustomResourceOptions? opts = null)
public static AccountSettingV2 get(String name, Output<String> id, AccountSettingV2State state, CustomResourceOptions options)
resources: _: type: databricks:AccountSettingV2 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 AccountEmbedding Access Policy Setting V2Aibi Dashboard Embedding Access Policy - Aibi
Dashboard AccountEmbedding Approved Domains Setting V2Aibi Dashboard Embedding Approved Domains - Automatic
Cluster AccountUpdate Workspace Setting V2Automatic Cluster Update Workspace - todo: Mark these Public after onboarded to DSL
- Boolean
Val AccountSetting V2Boolean Val - Default
Data AccountSecurity Mode Setting V2Default Data Security Mode - Effective
Aibi AccountDashboard Embedding Access Policy Setting V2Effective Aibi Dashboard Embedding Access Policy - Effective
Aibi AccountDashboard Embedding Approved Domains Setting V2Effective Aibi Dashboard Embedding Approved Domains - Effective
Automatic AccountCluster Update Workspace Setting V2Effective Automatic Cluster Update Workspace - Effective
Boolean AccountVal Setting V2Effective Boolean Val - (BooleanMessage)
- Effective
Default AccountData Security Mode Setting V2Effective Default Data Security Mode - Effective
Integer AccountVal Setting V2Effective Integer Val - (IntegerMessage)
- Effective
Personal AccountCompute Setting V2Effective Personal Compute - Effective
Restrict AccountWorkspace Admins Setting V2Effective Restrict Workspace Admins - Effective
String AccountVal Setting V2Effective String Val - (StringMessage)
- Integer
Val AccountSetting V2Integer Val - Name string
- Name of the setting
- Personal
Compute AccountSetting V2Personal Compute - Restrict
Workspace AccountAdmins Setting V2Restrict Workspace Admins - String
Val AccountSetting V2String Val
- Aibi
Dashboard AccountEmbedding Access Policy Setting V2Aibi Dashboard Embedding Access Policy Args - Aibi
Dashboard AccountEmbedding Approved Domains Setting V2Aibi Dashboard Embedding Approved Domains Args - Automatic
Cluster AccountUpdate Workspace Setting V2Automatic Cluster Update Workspace Args - todo: Mark these Public after onboarded to DSL
- Boolean
Val AccountSetting V2Boolean Val Args - Default
Data AccountSecurity Mode Setting V2Default Data Security Mode Args - Effective
Aibi AccountDashboard Embedding Access Policy Setting V2Effective Aibi Dashboard Embedding Access Policy Args - Effective
Aibi AccountDashboard Embedding Approved Domains Setting V2Effective Aibi Dashboard Embedding Approved Domains Args - Effective
Automatic AccountCluster Update Workspace Setting V2Effective Automatic Cluster Update Workspace Args - Effective
Boolean AccountVal Setting V2Effective Boolean Val Args - (BooleanMessage)
- Effective
Default AccountData Security Mode Setting V2Effective Default Data Security Mode Args - Effective
Integer AccountVal Setting V2Effective Integer Val Args - (IntegerMessage)
- Effective
Personal AccountCompute Setting V2Effective Personal Compute Args - Effective
Restrict AccountWorkspace Admins Setting V2Effective Restrict Workspace Admins Args - Effective
String AccountVal Setting V2Effective String Val Args - (StringMessage)
- Integer
Val AccountSetting V2Integer Val Args - Name string
- Name of the setting
- Personal
Compute AccountSetting V2Personal Compute Args - Restrict
Workspace AccountAdmins Setting V2Restrict Workspace Admins Args - String
Val AccountSetting V2String Val Args
- aibi
Dashboard AccountEmbedding Access Policy Setting V2Aibi Dashboard Embedding Access Policy - aibi
Dashboard AccountEmbedding Approved Domains Setting V2Aibi Dashboard Embedding Approved Domains - automatic
Cluster AccountUpdate Workspace Setting V2Automatic Cluster Update Workspace - todo: Mark these Public after onboarded to DSL
- boolean
Val AccountSetting V2Boolean Val - default
Data AccountSecurity Mode Setting V2Default Data Security Mode - effective
Aibi AccountDashboard Embedding Access Policy Setting V2Effective Aibi Dashboard Embedding Access Policy - effective
Aibi AccountDashboard Embedding Approved Domains Setting V2Effective Aibi Dashboard Embedding Approved Domains - effective
Automatic AccountCluster Update Workspace Setting V2Effective Automatic Cluster Update Workspace - effective
Boolean AccountVal Setting V2Effective Boolean Val - (BooleanMessage)
- effective
Default AccountData Security Mode Setting V2Effective Default Data Security Mode - effective
Integer AccountVal Setting V2Effective Integer Val - (IntegerMessage)
- effective
Personal AccountCompute Setting V2Effective Personal Compute - effective
Restrict AccountWorkspace Admins Setting V2Effective Restrict Workspace Admins - effective
String AccountVal Setting V2Effective String Val - (StringMessage)
- integer
Val AccountSetting V2Integer Val - name String
- Name of the setting
- personal
Compute AccountSetting V2Personal Compute - restrict
Workspace AccountAdmins Setting V2Restrict Workspace Admins - string
Val AccountSetting V2String Val
- aibi
Dashboard AccountEmbedding Access Policy Setting V2Aibi Dashboard Embedding Access Policy - aibi
Dashboard AccountEmbedding Approved Domains Setting V2Aibi Dashboard Embedding Approved Domains - automatic
Cluster AccountUpdate Workspace Setting V2Automatic Cluster Update Workspace - todo: Mark these Public after onboarded to DSL
- boolean
Val AccountSetting V2Boolean Val - default
Data AccountSecurity Mode Setting V2Default Data Security Mode - effective
Aibi AccountDashboard Embedding Access Policy Setting V2Effective Aibi Dashboard Embedding Access Policy - effective
Aibi AccountDashboard Embedding Approved Domains Setting V2Effective Aibi Dashboard Embedding Approved Domains - effective
Automatic AccountCluster Update Workspace Setting V2Effective Automatic Cluster Update Workspace - effective
Boolean AccountVal Setting V2Effective Boolean Val - (BooleanMessage)
- effective
Default AccountData Security Mode Setting V2Effective Default Data Security Mode - effective
Integer AccountVal Setting V2Effective Integer Val - (IntegerMessage)
- effective
Personal AccountCompute Setting V2Effective Personal Compute - effective
Restrict AccountWorkspace Admins Setting V2Effective Restrict Workspace Admins - effective
String AccountVal Setting V2Effective String Val - (StringMessage)
- integer
Val AccountSetting V2Integer Val - name string
- Name of the setting
- personal
Compute AccountSetting V2Personal Compute - restrict
Workspace AccountAdmins Setting V2Restrict Workspace Admins - string
Val AccountSetting V2String Val
- aibi_
dashboard_ Accountembedding_ access_ policy Setting V2Aibi Dashboard Embedding Access Policy Args - aibi_
dashboard_ Accountembedding_ approved_ domains Setting V2Aibi Dashboard Embedding Approved Domains Args - automatic_
cluster_ Accountupdate_ workspace Setting V2Automatic Cluster Update Workspace Args - todo: Mark these Public after onboarded to DSL
- boolean_
val AccountSetting V2Boolean Val Args - default_
data_ Accountsecurity_ mode Setting V2Default Data Security Mode Args - effective_
aibi_ Accountdashboard_ embedding_ access_ policy Setting V2Effective Aibi Dashboard Embedding Access Policy Args - effective_
aibi_ Accountdashboard_ embedding_ approved_ domains Setting V2Effective Aibi Dashboard Embedding Approved Domains Args - effective_
automatic_ Accountcluster_ update_ workspace Setting V2Effective Automatic Cluster Update Workspace Args - effective_
boolean_ Accountval Setting V2Effective Boolean Val Args - (BooleanMessage)
- effective_
default_ Accountdata_ security_ mode Setting V2Effective Default Data Security Mode Args - effective_
integer_ Accountval Setting V2Effective Integer Val Args - (IntegerMessage)
- effective_
personal_ Accountcompute Setting V2Effective Personal Compute Args - effective_
restrict_ Accountworkspace_ admins Setting V2Effective Restrict Workspace Admins Args - effective_
string_ Accountval Setting V2Effective String Val Args - (StringMessage)
- integer_
val AccountSetting V2Integer Val Args - name str
- Name of the setting
- personal_
compute AccountSetting V2Personal Compute Args - restrict_
workspace_ Accountadmins Setting V2Restrict Workspace Admins Args - string_
val AccountSetting V2String Val Args
- 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
Supporting Types
AccountSettingV2AibiDashboardEmbeddingAccessPolicy, AccountSettingV2AibiDashboardEmbeddingAccessPolicyArgs
- 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
AccountSettingV2AibiDashboardEmbeddingApprovedDomains, AccountSettingV2AibiDashboardEmbeddingApprovedDomainsArgs
- Approved
Domains List<string>
- Approved
Domains []string
- approved
Domains List<String>
- approved
Domains string[]
- approved_
domains Sequence[str]
- approved
Domains List<String>
AccountSettingV2AutomaticClusterUpdateWorkspace, AccountSettingV2AutomaticClusterUpdateWorkspaceArgs
AccountSettingV2AutomaticClusterUpdateWorkspaceEnablementDetails, AccountSettingV2AutomaticClusterUpdateWorkspaceEnablementDetailsArgs
- 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
AccountSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindow, AccountSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindowArgs
AccountSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedSchedule, AccountSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleArgs
- 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 AccountTime 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 AccountTime 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 AccountTime 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 AccountTime 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_ Accounttime 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
AccountSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleWindowStartTime, AccountSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleWindowStartTimeArgs
AccountSettingV2BooleanVal, AccountSettingV2BooleanValArgs
- Value bool
- Value bool
- value Boolean
- value boolean
- value bool
- value Boolean
AccountSettingV2DefaultDataSecurityMode, AccountSettingV2DefaultDataSecurityModeArgs
- Status string
- Status string
- status String
- status string
- status str
- status String
AccountSettingV2EffectiveAibiDashboardEmbeddingAccessPolicy, AccountSettingV2EffectiveAibiDashboardEmbeddingAccessPolicyArgs
- 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
AccountSettingV2EffectiveAibiDashboardEmbeddingApprovedDomains, AccountSettingV2EffectiveAibiDashboardEmbeddingApprovedDomainsArgs
- Approved
Domains List<string>
- Approved
Domains []string
- approved
Domains List<String>
- approved
Domains string[]
- approved_
domains Sequence[str]
- approved
Domains List<String>
AccountSettingV2EffectiveAutomaticClusterUpdateWorkspace, AccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceArgs
AccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceEnablementDetails, AccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceEnablementDetailsArgs
- 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
AccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindow, AccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindowArgs
AccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedSchedule, AccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleArgs
- 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 AccountTime 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 AccountTime 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 AccountTime 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 AccountTime 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_ Accounttime 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
AccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleWindowStartTime, AccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleWindowStartTimeArgs
AccountSettingV2EffectiveBooleanVal, AccountSettingV2EffectiveBooleanValArgs
- Value bool
- Value bool
- value Boolean
- value boolean
- value bool
- value Boolean
AccountSettingV2EffectiveDefaultDataSecurityMode, AccountSettingV2EffectiveDefaultDataSecurityModeArgs
- Status string
- Status string
- status String
- status string
- status str
- status String
AccountSettingV2EffectiveIntegerVal, AccountSettingV2EffectiveIntegerValArgs
- Value int
- Value int
- value Integer
- value number
- value int
- value Number
AccountSettingV2EffectivePersonalCompute, AccountSettingV2EffectivePersonalComputeArgs
- Value string
- Value string
- value String
- value string
- value str
- value String
AccountSettingV2EffectiveRestrictWorkspaceAdmins, AccountSettingV2EffectiveRestrictWorkspaceAdminsArgs
- Status string
- Status string
- status String
- status string
- status str
- status String
AccountSettingV2EffectiveStringVal, AccountSettingV2EffectiveStringValArgs
- Value string
- Value string
- value String
- value string
- value str
- value String
AccountSettingV2IntegerVal, AccountSettingV2IntegerValArgs
- Value int
- Value int
- value Integer
- value number
- value int
- value Number
AccountSettingV2PersonalCompute, AccountSettingV2PersonalComputeArgs
- Value string
- Value string
- value String
- value string
- value str
- value String
AccountSettingV2RestrictWorkspaceAdmins, AccountSettingV2RestrictWorkspaceAdminsArgs
- Status string
- Status string
- status String
- status string
- status str
- status String
AccountSettingV2StringVal, AccountSettingV2StringValArgs
- 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.