1. Packages
  2. Databricks Provider
  3. API Docs
  4. getAccountSettingV2
Databricks v1.83.0 published on Friday, Jan 23, 2026 by Pulumi
databricks logo
Databricks v1.83.0 published on Friday, Jan 23, 2026 by Pulumi

    Public Beta

    This data source can be used to get a single account setting.

    Example Usage

    Referring to a setting by id

    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    Example coming soon!
    
    variables:
      this:
        fn::invoke:
          function: databricks:getAccountSettingV2
          arguments:
            name: llm_proxy_partner_powered
            booleanVal:
              value: false
    

    Using getAccountSettingV2

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getAccountSettingV2(args: GetAccountSettingV2Args, opts?: InvokeOptions): Promise<GetAccountSettingV2Result>
    function getAccountSettingV2Output(args: GetAccountSettingV2OutputArgs, opts?: InvokeOptions): Output<GetAccountSettingV2Result>
    def get_account_setting_v2(name: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetAccountSettingV2Result
    def get_account_setting_v2_output(name: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetAccountSettingV2Result]
    func LookupAccountSettingV2(ctx *Context, args *LookupAccountSettingV2Args, opts ...InvokeOption) (*LookupAccountSettingV2Result, error)
    func LookupAccountSettingV2Output(ctx *Context, args *LookupAccountSettingV2OutputArgs, opts ...InvokeOption) LookupAccountSettingV2ResultOutput

    > Note: This function is named LookupAccountSettingV2 in the Go SDK.

    public static class GetAccountSettingV2 
    {
        public static Task<GetAccountSettingV2Result> InvokeAsync(GetAccountSettingV2Args args, InvokeOptions? opts = null)
        public static Output<GetAccountSettingV2Result> Invoke(GetAccountSettingV2InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAccountSettingV2Result> getAccountSettingV2(GetAccountSettingV2Args args, InvokeOptions options)
    public static Output<GetAccountSettingV2Result> getAccountSettingV2(GetAccountSettingV2Args args, InvokeOptions options)
    
    fn::invoke:
      function: databricks:index/getAccountSettingV2:getAccountSettingV2
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    Name of the setting
    Name string
    Name of the setting
    name String
    Name of the setting
    name string
    Name of the setting
    name str
    Name of the setting
    name String
    Name of the setting

    getAccountSettingV2 Result

    The following output properties are available:

    AibiDashboardEmbeddingAccessPolicy GetAccountSettingV2AibiDashboardEmbeddingAccessPolicy
    (AibiDashboardEmbeddingAccessPolicy) - Setting value for aibi_dashboard_embedding_access_policy setting. This is the setting value set by consumers, check effective_aibi_dashboard_embedding_access_policy for final setting value
    AibiDashboardEmbeddingApprovedDomains GetAccountSettingV2AibiDashboardEmbeddingApprovedDomains
    (AibiDashboardEmbeddingApprovedDomains) - Setting value for aibi_dashboard_embedding_approved_domains setting. This is the setting value set by consumers, check effective_aibi_dashboard_embedding_approved_domains for final setting value
    AutomaticClusterUpdateWorkspace GetAccountSettingV2AutomaticClusterUpdateWorkspace
    (ClusterAutoRestartMessage) - Setting value for automatic_cluster_update_workspace setting. This is the setting value set by consumers, check effective_automatic_cluster_update_workspace for final setting value
    BooleanVal GetAccountSettingV2BooleanVal
    (BooleanMessage) - Setting value for boolean type setting. This is the setting value set by consumers, check effective_boolean_val for final setting value
    EffectiveAibiDashboardEmbeddingAccessPolicy GetAccountSettingV2EffectiveAibiDashboardEmbeddingAccessPolicy
    (AibiDashboardEmbeddingAccessPolicy) - Effective setting value for aibi_dashboard_embedding_access_policy setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_access_policy
    EffectiveAibiDashboardEmbeddingApprovedDomains GetAccountSettingV2EffectiveAibiDashboardEmbeddingApprovedDomains
    (AibiDashboardEmbeddingApprovedDomains) - Effective setting value for aibi_dashboard_embedding_approved_domains setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_approved_domains
    EffectiveAutomaticClusterUpdateWorkspace GetAccountSettingV2EffectiveAutomaticClusterUpdateWorkspace
    (ClusterAutoRestartMessage) - Effective setting value for automatic_cluster_update_workspace setting. This is the final effective value of setting. To set a value use automatic_cluster_update_workspace
    EffectiveBooleanVal GetAccountSettingV2EffectiveBooleanVal
    (BooleanMessage) - Effective setting value for boolean type setting. This is the final effective value of setting. To set a value use boolean_val
    EffectiveIntegerVal GetAccountSettingV2EffectiveIntegerVal
    (IntegerMessage) - Effective setting value for integer type setting. This is the final effective value of setting. To set a value use integer_val
    EffectivePersonalCompute GetAccountSettingV2EffectivePersonalCompute
    (PersonalComputeMessage) - Effective setting value for personal_compute setting. This is the final effective value of setting. To set a value use personal_compute
    EffectiveRestrictWorkspaceAdmins GetAccountSettingV2EffectiveRestrictWorkspaceAdmins
    (RestrictWorkspaceAdminsMessage) - Effective setting value for restrict_workspace_admins setting. This is the final effective value of setting. To set a value use restrict_workspace_admins
    EffectiveStringVal GetAccountSettingV2EffectiveStringVal
    (StringMessage) - Effective setting value for string type setting. This is the final effective value of setting. To set a value use string_val
    Id string
    The provider-assigned unique ID for this managed resource.
    IntegerVal GetAccountSettingV2IntegerVal
    (IntegerMessage) - Setting value for integer type setting. This is the setting value set by consumers, check effective_integer_val for final setting value
    Name string
    (string) - Name of the setting
    PersonalCompute GetAccountSettingV2PersonalCompute
    (PersonalComputeMessage) - Setting value for personal_compute setting. This is the setting value set by consumers, check effective_personal_compute for final setting value
    RestrictWorkspaceAdmins GetAccountSettingV2RestrictWorkspaceAdmins
    (RestrictWorkspaceAdminsMessage) - Setting value for restrict_workspace_admins setting. This is the setting value set by consumers, check effective_restrict_workspace_admins for final setting value
    StringVal GetAccountSettingV2StringVal
    (StringMessage) - Setting value for string type setting. This is the setting value set by consumers, check effective_string_val for final setting value
    AibiDashboardEmbeddingAccessPolicy GetAccountSettingV2AibiDashboardEmbeddingAccessPolicy
    (AibiDashboardEmbeddingAccessPolicy) - Setting value for aibi_dashboard_embedding_access_policy setting. This is the setting value set by consumers, check effective_aibi_dashboard_embedding_access_policy for final setting value
    AibiDashboardEmbeddingApprovedDomains GetAccountSettingV2AibiDashboardEmbeddingApprovedDomains
    (AibiDashboardEmbeddingApprovedDomains) - Setting value for aibi_dashboard_embedding_approved_domains setting. This is the setting value set by consumers, check effective_aibi_dashboard_embedding_approved_domains for final setting value
    AutomaticClusterUpdateWorkspace GetAccountSettingV2AutomaticClusterUpdateWorkspace
    (ClusterAutoRestartMessage) - Setting value for automatic_cluster_update_workspace setting. This is the setting value set by consumers, check effective_automatic_cluster_update_workspace for final setting value
    BooleanVal GetAccountSettingV2BooleanVal
    (BooleanMessage) - Setting value for boolean type setting. This is the setting value set by consumers, check effective_boolean_val for final setting value
    EffectiveAibiDashboardEmbeddingAccessPolicy GetAccountSettingV2EffectiveAibiDashboardEmbeddingAccessPolicy
    (AibiDashboardEmbeddingAccessPolicy) - Effective setting value for aibi_dashboard_embedding_access_policy setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_access_policy
    EffectiveAibiDashboardEmbeddingApprovedDomains GetAccountSettingV2EffectiveAibiDashboardEmbeddingApprovedDomains
    (AibiDashboardEmbeddingApprovedDomains) - Effective setting value for aibi_dashboard_embedding_approved_domains setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_approved_domains
    EffectiveAutomaticClusterUpdateWorkspace GetAccountSettingV2EffectiveAutomaticClusterUpdateWorkspace
    (ClusterAutoRestartMessage) - Effective setting value for automatic_cluster_update_workspace setting. This is the final effective value of setting. To set a value use automatic_cluster_update_workspace
    EffectiveBooleanVal GetAccountSettingV2EffectiveBooleanVal
    (BooleanMessage) - Effective setting value for boolean type setting. This is the final effective value of setting. To set a value use boolean_val
    EffectiveIntegerVal GetAccountSettingV2EffectiveIntegerVal
    (IntegerMessage) - Effective setting value for integer type setting. This is the final effective value of setting. To set a value use integer_val
    EffectivePersonalCompute GetAccountSettingV2EffectivePersonalCompute
    (PersonalComputeMessage) - Effective setting value for personal_compute setting. This is the final effective value of setting. To set a value use personal_compute
    EffectiveRestrictWorkspaceAdmins GetAccountSettingV2EffectiveRestrictWorkspaceAdmins
    (RestrictWorkspaceAdminsMessage) - Effective setting value for restrict_workspace_admins setting. This is the final effective value of setting. To set a value use restrict_workspace_admins
    EffectiveStringVal GetAccountSettingV2EffectiveStringVal
    (StringMessage) - Effective setting value for string type setting. This is the final effective value of setting. To set a value use string_val
    Id string
    The provider-assigned unique ID for this managed resource.
    IntegerVal GetAccountSettingV2IntegerVal
    (IntegerMessage) - Setting value for integer type setting. This is the setting value set by consumers, check effective_integer_val for final setting value
    Name string
    (string) - Name of the setting
    PersonalCompute GetAccountSettingV2PersonalCompute
    (PersonalComputeMessage) - Setting value for personal_compute setting. This is the setting value set by consumers, check effective_personal_compute for final setting value
    RestrictWorkspaceAdmins GetAccountSettingV2RestrictWorkspaceAdmins
    (RestrictWorkspaceAdminsMessage) - Setting value for restrict_workspace_admins setting. This is the setting value set by consumers, check effective_restrict_workspace_admins for final setting value
    StringVal GetAccountSettingV2StringVal
    (StringMessage) - Setting value for string type setting. This is the setting value set by consumers, check effective_string_val for final setting value
    aibiDashboardEmbeddingAccessPolicy GetAccountSettingV2AibiDashboardEmbeddingAccessPolicy
    (AibiDashboardEmbeddingAccessPolicy) - Setting value for aibi_dashboard_embedding_access_policy setting. This is the setting value set by consumers, check effective_aibi_dashboard_embedding_access_policy for final setting value
    aibiDashboardEmbeddingApprovedDomains GetAccountSettingV2AibiDashboardEmbeddingApprovedDomains
    (AibiDashboardEmbeddingApprovedDomains) - Setting value for aibi_dashboard_embedding_approved_domains setting. This is the setting value set by consumers, check effective_aibi_dashboard_embedding_approved_domains for final setting value
    automaticClusterUpdateWorkspace GetAccountSettingV2AutomaticClusterUpdateWorkspace
    (ClusterAutoRestartMessage) - Setting value for automatic_cluster_update_workspace setting. This is the setting value set by consumers, check effective_automatic_cluster_update_workspace for final setting value
    booleanVal GetAccountSettingV2BooleanVal
    (BooleanMessage) - Setting value for boolean type setting. This is the setting value set by consumers, check effective_boolean_val for final setting value
    effectiveAibiDashboardEmbeddingAccessPolicy GetAccountSettingV2EffectiveAibiDashboardEmbeddingAccessPolicy
    (AibiDashboardEmbeddingAccessPolicy) - Effective setting value for aibi_dashboard_embedding_access_policy setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_access_policy
    effectiveAibiDashboardEmbeddingApprovedDomains GetAccountSettingV2EffectiveAibiDashboardEmbeddingApprovedDomains
    (AibiDashboardEmbeddingApprovedDomains) - Effective setting value for aibi_dashboard_embedding_approved_domains setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_approved_domains
    effectiveAutomaticClusterUpdateWorkspace GetAccountSettingV2EffectiveAutomaticClusterUpdateWorkspace
    (ClusterAutoRestartMessage) - Effective setting value for automatic_cluster_update_workspace setting. This is the final effective value of setting. To set a value use automatic_cluster_update_workspace
    effectiveBooleanVal GetAccountSettingV2EffectiveBooleanVal
    (BooleanMessage) - Effective setting value for boolean type setting. This is the final effective value of setting. To set a value use boolean_val
    effectiveIntegerVal GetAccountSettingV2EffectiveIntegerVal
    (IntegerMessage) - Effective setting value for integer type setting. This is the final effective value of setting. To set a value use integer_val
    effectivePersonalCompute GetAccountSettingV2EffectivePersonalCompute
    (PersonalComputeMessage) - Effective setting value for personal_compute setting. This is the final effective value of setting. To set a value use personal_compute
    effectiveRestrictWorkspaceAdmins GetAccountSettingV2EffectiveRestrictWorkspaceAdmins
    (RestrictWorkspaceAdminsMessage) - Effective setting value for restrict_workspace_admins setting. This is the final effective value of setting. To set a value use restrict_workspace_admins
    effectiveStringVal GetAccountSettingV2EffectiveStringVal
    (StringMessage) - Effective setting value for string type setting. This is the final effective value of setting. To set a value use string_val
    id String
    The provider-assigned unique ID for this managed resource.
    integerVal GetAccountSettingV2IntegerVal
    (IntegerMessage) - Setting value for integer type setting. This is the setting value set by consumers, check effective_integer_val for final setting value
    name String
    (string) - Name of the setting
    personalCompute GetAccountSettingV2PersonalCompute
    (PersonalComputeMessage) - Setting value for personal_compute setting. This is the setting value set by consumers, check effective_personal_compute for final setting value
    restrictWorkspaceAdmins GetAccountSettingV2RestrictWorkspaceAdmins
    (RestrictWorkspaceAdminsMessage) - Setting value for restrict_workspace_admins setting. This is the setting value set by consumers, check effective_restrict_workspace_admins for final setting value
    stringVal GetAccountSettingV2StringVal
    (StringMessage) - Setting value for string type setting. This is the setting value set by consumers, check effective_string_val for final setting value
    aibiDashboardEmbeddingAccessPolicy GetAccountSettingV2AibiDashboardEmbeddingAccessPolicy
    (AibiDashboardEmbeddingAccessPolicy) - Setting value for aibi_dashboard_embedding_access_policy setting. This is the setting value set by consumers, check effective_aibi_dashboard_embedding_access_policy for final setting value
    aibiDashboardEmbeddingApprovedDomains GetAccountSettingV2AibiDashboardEmbeddingApprovedDomains
    (AibiDashboardEmbeddingApprovedDomains) - Setting value for aibi_dashboard_embedding_approved_domains setting. This is the setting value set by consumers, check effective_aibi_dashboard_embedding_approved_domains for final setting value
    automaticClusterUpdateWorkspace GetAccountSettingV2AutomaticClusterUpdateWorkspace
    (ClusterAutoRestartMessage) - Setting value for automatic_cluster_update_workspace setting. This is the setting value set by consumers, check effective_automatic_cluster_update_workspace for final setting value
    booleanVal GetAccountSettingV2BooleanVal
    (BooleanMessage) - Setting value for boolean type setting. This is the setting value set by consumers, check effective_boolean_val for final setting value
    effectiveAibiDashboardEmbeddingAccessPolicy GetAccountSettingV2EffectiveAibiDashboardEmbeddingAccessPolicy
    (AibiDashboardEmbeddingAccessPolicy) - Effective setting value for aibi_dashboard_embedding_access_policy setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_access_policy
    effectiveAibiDashboardEmbeddingApprovedDomains GetAccountSettingV2EffectiveAibiDashboardEmbeddingApprovedDomains
    (AibiDashboardEmbeddingApprovedDomains) - Effective setting value for aibi_dashboard_embedding_approved_domains setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_approved_domains
    effectiveAutomaticClusterUpdateWorkspace GetAccountSettingV2EffectiveAutomaticClusterUpdateWorkspace
    (ClusterAutoRestartMessage) - Effective setting value for automatic_cluster_update_workspace setting. This is the final effective value of setting. To set a value use automatic_cluster_update_workspace
    effectiveBooleanVal GetAccountSettingV2EffectiveBooleanVal
    (BooleanMessage) - Effective setting value for boolean type setting. This is the final effective value of setting. To set a value use boolean_val
    effectiveIntegerVal GetAccountSettingV2EffectiveIntegerVal
    (IntegerMessage) - Effective setting value for integer type setting. This is the final effective value of setting. To set a value use integer_val
    effectivePersonalCompute GetAccountSettingV2EffectivePersonalCompute
    (PersonalComputeMessage) - Effective setting value for personal_compute setting. This is the final effective value of setting. To set a value use personal_compute
    effectiveRestrictWorkspaceAdmins GetAccountSettingV2EffectiveRestrictWorkspaceAdmins
    (RestrictWorkspaceAdminsMessage) - Effective setting value for restrict_workspace_admins setting. This is the final effective value of setting. To set a value use restrict_workspace_admins
    effectiveStringVal GetAccountSettingV2EffectiveStringVal
    (StringMessage) - Effective setting value for string type setting. This is the final effective value of setting. To set a value use string_val
    id string
    The provider-assigned unique ID for this managed resource.
    integerVal GetAccountSettingV2IntegerVal
    (IntegerMessage) - Setting value for integer type setting. This is the setting value set by consumers, check effective_integer_val for final setting value
    name string
    (string) - Name of the setting
    personalCompute GetAccountSettingV2PersonalCompute
    (PersonalComputeMessage) - Setting value for personal_compute setting. This is the setting value set by consumers, check effective_personal_compute for final setting value
    restrictWorkspaceAdmins GetAccountSettingV2RestrictWorkspaceAdmins
    (RestrictWorkspaceAdminsMessage) - Setting value for restrict_workspace_admins setting. This is the setting value set by consumers, check effective_restrict_workspace_admins for final setting value
    stringVal GetAccountSettingV2StringVal
    (StringMessage) - Setting value for string type setting. This is the setting value set by consumers, check effective_string_val for final setting value
    aibi_dashboard_embedding_access_policy GetAccountSettingV2AibiDashboardEmbeddingAccessPolicy
    (AibiDashboardEmbeddingAccessPolicy) - Setting value for aibi_dashboard_embedding_access_policy setting. This is the setting value set by consumers, check effective_aibi_dashboard_embedding_access_policy for final setting value
    aibi_dashboard_embedding_approved_domains GetAccountSettingV2AibiDashboardEmbeddingApprovedDomains
    (AibiDashboardEmbeddingApprovedDomains) - Setting value for aibi_dashboard_embedding_approved_domains setting. This is the setting value set by consumers, check effective_aibi_dashboard_embedding_approved_domains for final setting value
    automatic_cluster_update_workspace GetAccountSettingV2AutomaticClusterUpdateWorkspace
    (ClusterAutoRestartMessage) - Setting value for automatic_cluster_update_workspace setting. This is the setting value set by consumers, check effective_automatic_cluster_update_workspace for final setting value
    boolean_val GetAccountSettingV2BooleanVal
    (BooleanMessage) - Setting value for boolean type setting. This is the setting value set by consumers, check effective_boolean_val for final setting value
    effective_aibi_dashboard_embedding_access_policy GetAccountSettingV2EffectiveAibiDashboardEmbeddingAccessPolicy
    (AibiDashboardEmbeddingAccessPolicy) - Effective setting value for aibi_dashboard_embedding_access_policy setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_access_policy
    effective_aibi_dashboard_embedding_approved_domains GetAccountSettingV2EffectiveAibiDashboardEmbeddingApprovedDomains
    (AibiDashboardEmbeddingApprovedDomains) - Effective setting value for aibi_dashboard_embedding_approved_domains setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_approved_domains
    effective_automatic_cluster_update_workspace GetAccountSettingV2EffectiveAutomaticClusterUpdateWorkspace
    (ClusterAutoRestartMessage) - Effective setting value for automatic_cluster_update_workspace setting. This is the final effective value of setting. To set a value use automatic_cluster_update_workspace
    effective_boolean_val GetAccountSettingV2EffectiveBooleanVal
    (BooleanMessage) - Effective setting value for boolean type setting. This is the final effective value of setting. To set a value use boolean_val
    effective_integer_val GetAccountSettingV2EffectiveIntegerVal
    (IntegerMessage) - Effective setting value for integer type setting. This is the final effective value of setting. To set a value use integer_val
    effective_personal_compute GetAccountSettingV2EffectivePersonalCompute
    (PersonalComputeMessage) - Effective setting value for personal_compute setting. This is the final effective value of setting. To set a value use personal_compute
    effective_restrict_workspace_admins GetAccountSettingV2EffectiveRestrictWorkspaceAdmins
    (RestrictWorkspaceAdminsMessage) - Effective setting value for restrict_workspace_admins setting. This is the final effective value of setting. To set a value use restrict_workspace_admins
    effective_string_val GetAccountSettingV2EffectiveStringVal
    (StringMessage) - Effective setting value for string type setting. This is the final effective value of setting. To set a value use string_val
    id str
    The provider-assigned unique ID for this managed resource.
    integer_val GetAccountSettingV2IntegerVal
    (IntegerMessage) - Setting value for integer type setting. This is the setting value set by consumers, check effective_integer_val for final setting value
    name str
    (string) - Name of the setting
    personal_compute GetAccountSettingV2PersonalCompute
    (PersonalComputeMessage) - Setting value for personal_compute setting. This is the setting value set by consumers, check effective_personal_compute for final setting value
    restrict_workspace_admins GetAccountSettingV2RestrictWorkspaceAdmins
    (RestrictWorkspaceAdminsMessage) - Setting value for restrict_workspace_admins setting. This is the setting value set by consumers, check effective_restrict_workspace_admins for final setting value
    string_val GetAccountSettingV2StringVal
    (StringMessage) - Setting value for string type setting. This is the setting value set by consumers, check effective_string_val for final setting value
    aibiDashboardEmbeddingAccessPolicy Property Map
    (AibiDashboardEmbeddingAccessPolicy) - Setting value for aibi_dashboard_embedding_access_policy setting. This is the setting value set by consumers, check effective_aibi_dashboard_embedding_access_policy for final setting value
    aibiDashboardEmbeddingApprovedDomains Property Map
    (AibiDashboardEmbeddingApprovedDomains) - Setting value for aibi_dashboard_embedding_approved_domains setting. This is the setting value set by consumers, check effective_aibi_dashboard_embedding_approved_domains for final setting value
    automaticClusterUpdateWorkspace Property Map
    (ClusterAutoRestartMessage) - Setting value for automatic_cluster_update_workspace setting. This is the setting value set by consumers, check effective_automatic_cluster_update_workspace for final setting value
    booleanVal Property Map
    (BooleanMessage) - Setting value for boolean type setting. This is the setting value set by consumers, check effective_boolean_val for final setting value
    effectiveAibiDashboardEmbeddingAccessPolicy Property Map
    (AibiDashboardEmbeddingAccessPolicy) - Effective setting value for aibi_dashboard_embedding_access_policy setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_access_policy
    effectiveAibiDashboardEmbeddingApprovedDomains Property Map
    (AibiDashboardEmbeddingApprovedDomains) - Effective setting value for aibi_dashboard_embedding_approved_domains setting. This is the final effective value of setting. To set a value use aibi_dashboard_embedding_approved_domains
    effectiveAutomaticClusterUpdateWorkspace Property Map
    (ClusterAutoRestartMessage) - Effective setting value for automatic_cluster_update_workspace setting. This is the final effective value of setting. To set a value use automatic_cluster_update_workspace
    effectiveBooleanVal Property Map
    (BooleanMessage) - Effective setting value for boolean type setting. This is the final effective value of setting. To set a value use boolean_val
    effectiveIntegerVal Property Map
    (IntegerMessage) - Effective setting value for integer type setting. This is the final effective value of setting. To set a value use integer_val
    effectivePersonalCompute Property Map
    (PersonalComputeMessage) - Effective setting value for personal_compute setting. This is the final effective value of setting. To set a value use personal_compute
    effectiveRestrictWorkspaceAdmins Property Map
    (RestrictWorkspaceAdminsMessage) - Effective setting value for restrict_workspace_admins setting. This is the final effective value of setting. To set a value use restrict_workspace_admins
    effectiveStringVal Property Map
    (StringMessage) - Effective setting value for string type setting. This is the final effective value of setting. To set a value use string_val
    id String
    The provider-assigned unique ID for this managed resource.
    integerVal Property Map
    (IntegerMessage) - Setting value for integer type setting. This is the setting value set by consumers, check effective_integer_val for final setting value
    name String
    (string) - Name of the setting
    personalCompute Property Map
    (PersonalComputeMessage) - Setting value for personal_compute setting. This is the setting value set by consumers, check effective_personal_compute for final setting value
    restrictWorkspaceAdmins Property Map
    (RestrictWorkspaceAdminsMessage) - Setting value for restrict_workspace_admins setting. This is the setting value set by consumers, check effective_restrict_workspace_admins for final setting value
    stringVal Property Map
    (StringMessage) - Setting value for string type setting. This is the setting value set by consumers, check effective_string_val for final setting value

    Supporting Types

    GetAccountSettingV2AibiDashboardEmbeddingAccessPolicy

    AccessPolicyType string
    (string) - Possible values are: ALLOW_ALL_DOMAINS, ALLOW_APPROVED_DOMAINS, DENY_ALL_DOMAINS
    AccessPolicyType string
    (string) - Possible values are: ALLOW_ALL_DOMAINS, ALLOW_APPROVED_DOMAINS, DENY_ALL_DOMAINS
    accessPolicyType String
    (string) - Possible values are: ALLOW_ALL_DOMAINS, ALLOW_APPROVED_DOMAINS, DENY_ALL_DOMAINS
    accessPolicyType string
    (string) - Possible values are: ALLOW_ALL_DOMAINS, ALLOW_APPROVED_DOMAINS, DENY_ALL_DOMAINS
    access_policy_type str
    (string) - Possible values are: ALLOW_ALL_DOMAINS, ALLOW_APPROVED_DOMAINS, DENY_ALL_DOMAINS
    accessPolicyType String
    (string) - Possible values are: ALLOW_ALL_DOMAINS, ALLOW_APPROVED_DOMAINS, DENY_ALL_DOMAINS

    GetAccountSettingV2AibiDashboardEmbeddingApprovedDomains

    ApprovedDomains List<string>
    (list of string)
    ApprovedDomains []string
    (list of string)
    approvedDomains List<String>
    (list of string)
    approvedDomains string[]
    (list of string)
    approved_domains Sequence[str]
    (list of string)
    approvedDomains List<String>
    (list of string)

    GetAccountSettingV2AutomaticClusterUpdateWorkspace

    canToggle Boolean
    (boolean)
    enabled Boolean
    (boolean)
    enablementDetails Property Map
    (ClusterAutoRestartMessageEnablementDetails)
    maintenanceWindow Property Map
    (ClusterAutoRestartMessageMaintenanceWindow)
    restartEvenIfNoUpdatesAvailable Boolean
    (boolean)

    GetAccountSettingV2AutomaticClusterUpdateWorkspaceEnablementDetails

    ForcedForComplianceMode bool
    (boolean) - The feature is force enabled if compliance mode is active
    UnavailableForDisabledEntitlement bool
    (boolean) - The feature is unavailable if the corresponding entitlement disabled (see getShieldEntitlementEnable)
    UnavailableForNonEnterpriseTier bool
    (boolean) - The feature is unavailable if the customer doesn't have enterprise tier
    ForcedForComplianceMode bool
    (boolean) - The feature is force enabled if compliance mode is active
    UnavailableForDisabledEntitlement bool
    (boolean) - The feature is unavailable if the corresponding entitlement disabled (see getShieldEntitlementEnable)
    UnavailableForNonEnterpriseTier bool
    (boolean) - The feature is unavailable if the customer doesn't have enterprise tier
    forcedForComplianceMode Boolean
    (boolean) - The feature is force enabled if compliance mode is active
    unavailableForDisabledEntitlement Boolean
    (boolean) - The feature is unavailable if the corresponding entitlement disabled (see getShieldEntitlementEnable)
    unavailableForNonEnterpriseTier Boolean
    (boolean) - The feature is unavailable if the customer doesn't have enterprise tier
    forcedForComplianceMode boolean
    (boolean) - The feature is force enabled if compliance mode is active
    unavailableForDisabledEntitlement boolean
    (boolean) - The feature is unavailable if the corresponding entitlement disabled (see getShieldEntitlementEnable)
    unavailableForNonEnterpriseTier boolean
    (boolean) - The feature is unavailable if the customer doesn't have enterprise tier
    forced_for_compliance_mode bool
    (boolean) - The feature is force enabled if compliance mode is active
    unavailable_for_disabled_entitlement bool
    (boolean) - The feature is unavailable if the corresponding entitlement disabled (see getShieldEntitlementEnable)
    unavailable_for_non_enterprise_tier bool
    (boolean) - The feature is unavailable if the customer doesn't have enterprise tier
    forcedForComplianceMode Boolean
    (boolean) - The feature is force enabled if compliance mode is active
    unavailableForDisabledEntitlement Boolean
    (boolean) - The feature is unavailable if the corresponding entitlement disabled (see getShieldEntitlementEnable)
    unavailableForNonEnterpriseTier Boolean
    (boolean) - The feature is unavailable if the customer doesn't have enterprise tier

    GetAccountSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindow

    weekDayBasedSchedule Property Map
    (ClusterAutoRestartMessageMaintenanceWindowWeekDayBasedSchedule)

    GetAccountSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedSchedule

    DayOfWeek string
    (string) - Possible values are: FRIDAY, MONDAY, SATURDAY, SUNDAY, THURSDAY, TUESDAY, WEDNESDAY
    Frequency string
    (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
    WindowStartTime GetAccountSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleWindowStartTime
    (ClusterAutoRestartMessageMaintenanceWindowWindowStartTime)
    DayOfWeek string
    (string) - Possible values are: FRIDAY, MONDAY, SATURDAY, SUNDAY, THURSDAY, TUESDAY, WEDNESDAY
    Frequency string
    (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
    WindowStartTime GetAccountSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleWindowStartTime
    (ClusterAutoRestartMessageMaintenanceWindowWindowStartTime)
    dayOfWeek String
    (string) - Possible values are: FRIDAY, MONDAY, SATURDAY, SUNDAY, THURSDAY, TUESDAY, WEDNESDAY
    frequency String
    (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
    windowStartTime GetAccountSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleWindowStartTime
    (ClusterAutoRestartMessageMaintenanceWindowWindowStartTime)
    dayOfWeek string
    (string) - Possible values are: FRIDAY, MONDAY, SATURDAY, SUNDAY, THURSDAY, TUESDAY, WEDNESDAY
    frequency string
    (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
    windowStartTime GetAccountSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleWindowStartTime
    (ClusterAutoRestartMessageMaintenanceWindowWindowStartTime)
    day_of_week str
    (string) - Possible values are: FRIDAY, MONDAY, SATURDAY, SUNDAY, THURSDAY, TUESDAY, WEDNESDAY
    frequency str
    (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_time GetAccountSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleWindowStartTime
    (ClusterAutoRestartMessageMaintenanceWindowWindowStartTime)
    dayOfWeek String
    (string) - Possible values are: FRIDAY, MONDAY, SATURDAY, SUNDAY, THURSDAY, TUESDAY, WEDNESDAY
    frequency String
    (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
    windowStartTime Property Map
    (ClusterAutoRestartMessageMaintenanceWindowWindowStartTime)

    GetAccountSettingV2AutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleWindowStartTime

    Hours int
    (integer)
    Minutes int
    (integer)
    Hours int
    (integer)
    Minutes int
    (integer)
    hours Integer
    (integer)
    minutes Integer
    (integer)
    hours number
    (integer)
    minutes number
    (integer)
    hours int
    (integer)
    minutes int
    (integer)
    hours Number
    (integer)
    minutes Number
    (integer)

    GetAccountSettingV2BooleanVal

    Value bool
    (string) - Represents a generic string value
    Value bool
    (string) - Represents a generic string value
    value Boolean
    (string) - Represents a generic string value
    value boolean
    (string) - Represents a generic string value
    value bool
    (string) - Represents a generic string value
    value Boolean
    (string) - Represents a generic string value

    GetAccountSettingV2EffectiveAibiDashboardEmbeddingAccessPolicy

    AccessPolicyType string
    (string) - Possible values are: ALLOW_ALL_DOMAINS, ALLOW_APPROVED_DOMAINS, DENY_ALL_DOMAINS
    AccessPolicyType string
    (string) - Possible values are: ALLOW_ALL_DOMAINS, ALLOW_APPROVED_DOMAINS, DENY_ALL_DOMAINS
    accessPolicyType String
    (string) - Possible values are: ALLOW_ALL_DOMAINS, ALLOW_APPROVED_DOMAINS, DENY_ALL_DOMAINS
    accessPolicyType string
    (string) - Possible values are: ALLOW_ALL_DOMAINS, ALLOW_APPROVED_DOMAINS, DENY_ALL_DOMAINS
    access_policy_type str
    (string) - Possible values are: ALLOW_ALL_DOMAINS, ALLOW_APPROVED_DOMAINS, DENY_ALL_DOMAINS
    accessPolicyType String
    (string) - Possible values are: ALLOW_ALL_DOMAINS, ALLOW_APPROVED_DOMAINS, DENY_ALL_DOMAINS

    GetAccountSettingV2EffectiveAibiDashboardEmbeddingApprovedDomains

    ApprovedDomains List<string>
    (list of string)
    ApprovedDomains []string
    (list of string)
    approvedDomains List<String>
    (list of string)
    approvedDomains string[]
    (list of string)
    approved_domains Sequence[str]
    (list of string)
    approvedDomains List<String>
    (list of string)

    GetAccountSettingV2EffectiveAutomaticClusterUpdateWorkspace

    canToggle Boolean
    (boolean)
    enabled Boolean
    (boolean)
    enablementDetails Property Map
    (ClusterAutoRestartMessageEnablementDetails)
    maintenanceWindow Property Map
    (ClusterAutoRestartMessageMaintenanceWindow)
    restartEvenIfNoUpdatesAvailable Boolean
    (boolean)

    GetAccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceEnablementDetails

    ForcedForComplianceMode bool
    (boolean) - The feature is force enabled if compliance mode is active
    UnavailableForDisabledEntitlement bool
    (boolean) - The feature is unavailable if the corresponding entitlement disabled (see getShieldEntitlementEnable)
    UnavailableForNonEnterpriseTier bool
    (boolean) - The feature is unavailable if the customer doesn't have enterprise tier
    ForcedForComplianceMode bool
    (boolean) - The feature is force enabled if compliance mode is active
    UnavailableForDisabledEntitlement bool
    (boolean) - The feature is unavailable if the corresponding entitlement disabled (see getShieldEntitlementEnable)
    UnavailableForNonEnterpriseTier bool
    (boolean) - The feature is unavailable if the customer doesn't have enterprise tier
    forcedForComplianceMode Boolean
    (boolean) - The feature is force enabled if compliance mode is active
    unavailableForDisabledEntitlement Boolean
    (boolean) - The feature is unavailable if the corresponding entitlement disabled (see getShieldEntitlementEnable)
    unavailableForNonEnterpriseTier Boolean
    (boolean) - The feature is unavailable if the customer doesn't have enterprise tier
    forcedForComplianceMode boolean
    (boolean) - The feature is force enabled if compliance mode is active
    unavailableForDisabledEntitlement boolean
    (boolean) - The feature is unavailable if the corresponding entitlement disabled (see getShieldEntitlementEnable)
    unavailableForNonEnterpriseTier boolean
    (boolean) - The feature is unavailable if the customer doesn't have enterprise tier
    forced_for_compliance_mode bool
    (boolean) - The feature is force enabled if compliance mode is active
    unavailable_for_disabled_entitlement bool
    (boolean) - The feature is unavailable if the corresponding entitlement disabled (see getShieldEntitlementEnable)
    unavailable_for_non_enterprise_tier bool
    (boolean) - The feature is unavailable if the customer doesn't have enterprise tier
    forcedForComplianceMode Boolean
    (boolean) - The feature is force enabled if compliance mode is active
    unavailableForDisabledEntitlement Boolean
    (boolean) - The feature is unavailable if the corresponding entitlement disabled (see getShieldEntitlementEnable)
    unavailableForNonEnterpriseTier Boolean
    (boolean) - The feature is unavailable if the customer doesn't have enterprise tier

    GetAccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindow

    weekDayBasedSchedule Property Map
    (ClusterAutoRestartMessageMaintenanceWindowWeekDayBasedSchedule)

    GetAccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedSchedule

    DayOfWeek string
    (string) - Possible values are: FRIDAY, MONDAY, SATURDAY, SUNDAY, THURSDAY, TUESDAY, WEDNESDAY
    Frequency string
    (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
    WindowStartTime GetAccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleWindowStartTime
    (ClusterAutoRestartMessageMaintenanceWindowWindowStartTime)
    DayOfWeek string
    (string) - Possible values are: FRIDAY, MONDAY, SATURDAY, SUNDAY, THURSDAY, TUESDAY, WEDNESDAY
    Frequency string
    (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
    WindowStartTime GetAccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleWindowStartTime
    (ClusterAutoRestartMessageMaintenanceWindowWindowStartTime)
    dayOfWeek String
    (string) - Possible values are: FRIDAY, MONDAY, SATURDAY, SUNDAY, THURSDAY, TUESDAY, WEDNESDAY
    frequency String
    (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
    windowStartTime GetAccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleWindowStartTime
    (ClusterAutoRestartMessageMaintenanceWindowWindowStartTime)
    dayOfWeek string
    (string) - Possible values are: FRIDAY, MONDAY, SATURDAY, SUNDAY, THURSDAY, TUESDAY, WEDNESDAY
    frequency string
    (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
    windowStartTime GetAccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleWindowStartTime
    (ClusterAutoRestartMessageMaintenanceWindowWindowStartTime)
    day_of_week str
    (string) - Possible values are: FRIDAY, MONDAY, SATURDAY, SUNDAY, THURSDAY, TUESDAY, WEDNESDAY
    frequency str
    (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_time GetAccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleWindowStartTime
    (ClusterAutoRestartMessageMaintenanceWindowWindowStartTime)
    dayOfWeek String
    (string) - Possible values are: FRIDAY, MONDAY, SATURDAY, SUNDAY, THURSDAY, TUESDAY, WEDNESDAY
    frequency String
    (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
    windowStartTime Property Map
    (ClusterAutoRestartMessageMaintenanceWindowWindowStartTime)

    GetAccountSettingV2EffectiveAutomaticClusterUpdateWorkspaceMaintenanceWindowWeekDayBasedScheduleWindowStartTime

    Hours int
    (integer)
    Minutes int
    (integer)
    Hours int
    (integer)
    Minutes int
    (integer)
    hours Integer
    (integer)
    minutes Integer
    (integer)
    hours number
    (integer)
    minutes number
    (integer)
    hours int
    (integer)
    minutes int
    (integer)
    hours Number
    (integer)
    minutes Number
    (integer)

    GetAccountSettingV2EffectiveBooleanVal

    Value bool
    (string) - Represents a generic string value
    Value bool
    (string) - Represents a generic string value
    value Boolean
    (string) - Represents a generic string value
    value boolean
    (string) - Represents a generic string value
    value bool
    (string) - Represents a generic string value
    value Boolean
    (string) - Represents a generic string value

    GetAccountSettingV2EffectiveIntegerVal

    Value int
    (string) - Represents a generic string value
    Value int
    (string) - Represents a generic string value
    value Integer
    (string) - Represents a generic string value
    value number
    (string) - Represents a generic string value
    value int
    (string) - Represents a generic string value
    value Number
    (string) - Represents a generic string value

    GetAccountSettingV2EffectivePersonalCompute

    Value string
    (string) - Represents a generic string value
    Value string
    (string) - Represents a generic string value
    value String
    (string) - Represents a generic string value
    value string
    (string) - Represents a generic string value
    value str
    (string) - Represents a generic string value
    value String
    (string) - Represents a generic string value

    GetAccountSettingV2EffectiveRestrictWorkspaceAdmins

    Status string
    (string) - Possible values are: ALLOW_ALL, RESTRICT_TOKENS_AND_JOB_RUN_AS
    Status string
    (string) - Possible values are: ALLOW_ALL, RESTRICT_TOKENS_AND_JOB_RUN_AS
    status String
    (string) - Possible values are: ALLOW_ALL, RESTRICT_TOKENS_AND_JOB_RUN_AS
    status string
    (string) - Possible values are: ALLOW_ALL, RESTRICT_TOKENS_AND_JOB_RUN_AS
    status str
    (string) - Possible values are: ALLOW_ALL, RESTRICT_TOKENS_AND_JOB_RUN_AS
    status String
    (string) - Possible values are: ALLOW_ALL, RESTRICT_TOKENS_AND_JOB_RUN_AS

    GetAccountSettingV2EffectiveStringVal

    Value string
    (string) - Represents a generic string value
    Value string
    (string) - Represents a generic string value
    value String
    (string) - Represents a generic string value
    value string
    (string) - Represents a generic string value
    value str
    (string) - Represents a generic string value
    value String
    (string) - Represents a generic string value

    GetAccountSettingV2IntegerVal

    Value int
    (string) - Represents a generic string value
    Value int
    (string) - Represents a generic string value
    value Integer
    (string) - Represents a generic string value
    value number
    (string) - Represents a generic string value
    value int
    (string) - Represents a generic string value
    value Number
    (string) - Represents a generic string value

    GetAccountSettingV2PersonalCompute

    Value string
    (string) - Represents a generic string value
    Value string
    (string) - Represents a generic string value
    value String
    (string) - Represents a generic string value
    value string
    (string) - Represents a generic string value
    value str
    (string) - Represents a generic string value
    value String
    (string) - Represents a generic string value

    GetAccountSettingV2RestrictWorkspaceAdmins

    Status string
    (string) - Possible values are: ALLOW_ALL, RESTRICT_TOKENS_AND_JOB_RUN_AS
    Status string
    (string) - Possible values are: ALLOW_ALL, RESTRICT_TOKENS_AND_JOB_RUN_AS
    status String
    (string) - Possible values are: ALLOW_ALL, RESTRICT_TOKENS_AND_JOB_RUN_AS
    status string
    (string) - Possible values are: ALLOW_ALL, RESTRICT_TOKENS_AND_JOB_RUN_AS
    status str
    (string) - Possible values are: ALLOW_ALL, RESTRICT_TOKENS_AND_JOB_RUN_AS
    status String
    (string) - Possible values are: ALLOW_ALL, RESTRICT_TOKENS_AND_JOB_RUN_AS

    GetAccountSettingV2StringVal

    Value string
    (string) - Represents a generic string value
    Value string
    (string) - Represents a generic string value
    value String
    (string) - Represents a generic string value
    value string
    (string) - Represents a generic string value
    value str
    (string) - Represents a generic string value
    value String
    (string) - Represents a generic string value

    Package Details

    Repository
    databricks pulumi/pulumi-databricks
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the databricks Terraform Provider.
    databricks logo
    Databricks v1.83.0 published on Friday, Jan 23, 2026 by Pulumi
      Meet Neo: Your AI Platform Teammate