1. Packages
  2. Databricks Provider
  3. API Docs
  4. getAlertV2
Databricks v1.71.0 published on Monday, Jun 9, 2025 by Pulumi

databricks.getAlertV2

Explore with Pulumi AI

databricks logo
Databricks v1.71.0 published on Monday, Jun 9, 2025 by Pulumi

    Using getAlertV2

    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 getAlertV2(args: GetAlertV2Args, opts?: InvokeOptions): Promise<GetAlertV2Result>
    function getAlertV2Output(args: GetAlertV2OutputArgs, opts?: InvokeOptions): Output<GetAlertV2Result>
    def get_alert_v2(custom_description: Optional[str] = None,
                     custom_summary: Optional[str] = None,
                     display_name: Optional[str] = None,
                     evaluation: Optional[GetAlertV2Evaluation] = None,
                     parent_path: Optional[str] = None,
                     query_text: Optional[str] = None,
                     schedule: Optional[GetAlertV2Schedule] = None,
                     warehouse_id: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetAlertV2Result
    def get_alert_v2_output(custom_description: Optional[pulumi.Input[str]] = None,
                     custom_summary: Optional[pulumi.Input[str]] = None,
                     display_name: Optional[pulumi.Input[str]] = None,
                     evaluation: Optional[pulumi.Input[GetAlertV2EvaluationArgs]] = None,
                     parent_path: Optional[pulumi.Input[str]] = None,
                     query_text: Optional[pulumi.Input[str]] = None,
                     schedule: Optional[pulumi.Input[GetAlertV2ScheduleArgs]] = None,
                     warehouse_id: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetAlertV2Result]
    func LookupAlertV2(ctx *Context, args *LookupAlertV2Args, opts ...InvokeOption) (*LookupAlertV2Result, error)
    func LookupAlertV2Output(ctx *Context, args *LookupAlertV2OutputArgs, opts ...InvokeOption) LookupAlertV2ResultOutput

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

    public static class GetAlertV2 
    {
        public static Task<GetAlertV2Result> InvokeAsync(GetAlertV2Args args, InvokeOptions? opts = null)
        public static Output<GetAlertV2Result> Invoke(GetAlertV2InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAlertV2Result> getAlertV2(GetAlertV2Args args, InvokeOptions options)
    public static Output<GetAlertV2Result> getAlertV2(GetAlertV2Args args, InvokeOptions options)
    
    fn::invoke:
      function: databricks:index/getAlertV2:getAlertV2
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CustomDescription string
    (string) - Custom description for the alert. support mustache template
    CustomSummary string
    (string) - Custom summary for the alert. support mustache template
    DisplayName string
    (string) - The display name of the alert
    Evaluation GetAlertV2Evaluation
    (AlertV2Evaluation) -
    ParentPath string
    (string) - The workspace path of the folder containing the alert. Can only be set on create, and cannot be updated
    QueryText string
    (string) - Text of the query to be run
    Schedule GetAlertV2Schedule
    (CronSchedule) -
    WarehouseId string
    (string) - ID of the SQL warehouse attached to the alert
    CustomDescription string
    (string) - Custom description for the alert. support mustache template
    CustomSummary string
    (string) - Custom summary for the alert. support mustache template
    DisplayName string
    (string) - The display name of the alert
    Evaluation GetAlertV2Evaluation
    (AlertV2Evaluation) -
    ParentPath string
    (string) - The workspace path of the folder containing the alert. Can only be set on create, and cannot be updated
    QueryText string
    (string) - Text of the query to be run
    Schedule GetAlertV2Schedule
    (CronSchedule) -
    WarehouseId string
    (string) - ID of the SQL warehouse attached to the alert
    customDescription String
    (string) - Custom description for the alert. support mustache template
    customSummary String
    (string) - Custom summary for the alert. support mustache template
    displayName String
    (string) - The display name of the alert
    evaluation GetAlertV2Evaluation
    (AlertV2Evaluation) -
    parentPath String
    (string) - The workspace path of the folder containing the alert. Can only be set on create, and cannot be updated
    queryText String
    (string) - Text of the query to be run
    schedule GetAlertV2Schedule
    (CronSchedule) -
    warehouseId String
    (string) - ID of the SQL warehouse attached to the alert
    customDescription string
    (string) - Custom description for the alert. support mustache template
    customSummary string
    (string) - Custom summary for the alert. support mustache template
    displayName string
    (string) - The display name of the alert
    evaluation GetAlertV2Evaluation
    (AlertV2Evaluation) -
    parentPath string
    (string) - The workspace path of the folder containing the alert. Can only be set on create, and cannot be updated
    queryText string
    (string) - Text of the query to be run
    schedule GetAlertV2Schedule
    (CronSchedule) -
    warehouseId string
    (string) - ID of the SQL warehouse attached to the alert
    custom_description str
    (string) - Custom description for the alert. support mustache template
    custom_summary str
    (string) - Custom summary for the alert. support mustache template
    display_name str
    (string) - The display name of the alert
    evaluation GetAlertV2Evaluation
    (AlertV2Evaluation) -
    parent_path str
    (string) - The workspace path of the folder containing the alert. Can only be set on create, and cannot be updated
    query_text str
    (string) - Text of the query to be run
    schedule GetAlertV2Schedule
    (CronSchedule) -
    warehouse_id str
    (string) - ID of the SQL warehouse attached to the alert
    customDescription String
    (string) - Custom description for the alert. support mustache template
    customSummary String
    (string) - Custom summary for the alert. support mustache template
    displayName String
    (string) - The display name of the alert
    evaluation Property Map
    (AlertV2Evaluation) -
    parentPath String
    (string) - The workspace path of the folder containing the alert. Can only be set on create, and cannot be updated
    queryText String
    (string) - Text of the query to be run
    schedule Property Map
    (CronSchedule) -
    warehouseId String
    (string) - ID of the SQL warehouse attached to the alert

    getAlertV2 Result

    The following output properties are available:

    CreateTime string
    (string) - The timestamp indicating when the alert was created
    Id string
    (string) - UUID identifying the alert
    LifecycleState string
    (string) - Indicates whether the query is trashed. Possible values are: ACTIVE, TRASHED
    OwnerUserName string
    (string) - The owner's username. This field is set to "Unavailable" if the user has been deleted
    RunAsUserName string
    (string) - The run as username. This field is set to "Unavailable" if the user has been deleted
    UpdateTime string
    (string) - The timestamp indicating when the alert was updated
    CustomDescription string
    (string) - Custom description for the alert. support mustache template
    CustomSummary string
    (string) - Custom summary for the alert. support mustache template
    DisplayName string
    (string) - The display name of the alert
    Evaluation GetAlertV2Evaluation
    (AlertV2Evaluation) -
    ParentPath string
    (string) - The workspace path of the folder containing the alert. Can only be set on create, and cannot be updated
    QueryText string
    (string) - Text of the query to be run
    Schedule GetAlertV2Schedule
    (CronSchedule) -
    WarehouseId string
    (string) - ID of the SQL warehouse attached to the alert
    CreateTime string
    (string) - The timestamp indicating when the alert was created
    Id string
    (string) - UUID identifying the alert
    LifecycleState string
    (string) - Indicates whether the query is trashed. Possible values are: ACTIVE, TRASHED
    OwnerUserName string
    (string) - The owner's username. This field is set to "Unavailable" if the user has been deleted
    RunAsUserName string
    (string) - The run as username. This field is set to "Unavailable" if the user has been deleted
    UpdateTime string
    (string) - The timestamp indicating when the alert was updated
    CustomDescription string
    (string) - Custom description for the alert. support mustache template
    CustomSummary string
    (string) - Custom summary for the alert. support mustache template
    DisplayName string
    (string) - The display name of the alert
    Evaluation GetAlertV2Evaluation
    (AlertV2Evaluation) -
    ParentPath string
    (string) - The workspace path of the folder containing the alert. Can only be set on create, and cannot be updated
    QueryText string
    (string) - Text of the query to be run
    Schedule GetAlertV2Schedule
    (CronSchedule) -
    WarehouseId string
    (string) - ID of the SQL warehouse attached to the alert
    createTime String
    (string) - The timestamp indicating when the alert was created
    id String
    (string) - UUID identifying the alert
    lifecycleState String
    (string) - Indicates whether the query is trashed. Possible values are: ACTIVE, TRASHED
    ownerUserName String
    (string) - The owner's username. This field is set to "Unavailable" if the user has been deleted
    runAsUserName String
    (string) - The run as username. This field is set to "Unavailable" if the user has been deleted
    updateTime String
    (string) - The timestamp indicating when the alert was updated
    customDescription String
    (string) - Custom description for the alert. support mustache template
    customSummary String
    (string) - Custom summary for the alert. support mustache template
    displayName String
    (string) - The display name of the alert
    evaluation GetAlertV2Evaluation
    (AlertV2Evaluation) -
    parentPath String
    (string) - The workspace path of the folder containing the alert. Can only be set on create, and cannot be updated
    queryText String
    (string) - Text of the query to be run
    schedule GetAlertV2Schedule
    (CronSchedule) -
    warehouseId String
    (string) - ID of the SQL warehouse attached to the alert
    createTime string
    (string) - The timestamp indicating when the alert was created
    id string
    (string) - UUID identifying the alert
    lifecycleState string
    (string) - Indicates whether the query is trashed. Possible values are: ACTIVE, TRASHED
    ownerUserName string
    (string) - The owner's username. This field is set to "Unavailable" if the user has been deleted
    runAsUserName string
    (string) - The run as username. This field is set to "Unavailable" if the user has been deleted
    updateTime string
    (string) - The timestamp indicating when the alert was updated
    customDescription string
    (string) - Custom description for the alert. support mustache template
    customSummary string
    (string) - Custom summary for the alert. support mustache template
    displayName string
    (string) - The display name of the alert
    evaluation GetAlertV2Evaluation
    (AlertV2Evaluation) -
    parentPath string
    (string) - The workspace path of the folder containing the alert. Can only be set on create, and cannot be updated
    queryText string
    (string) - Text of the query to be run
    schedule GetAlertV2Schedule
    (CronSchedule) -
    warehouseId string
    (string) - ID of the SQL warehouse attached to the alert
    create_time str
    (string) - The timestamp indicating when the alert was created
    id str
    (string) - UUID identifying the alert
    lifecycle_state str
    (string) - Indicates whether the query is trashed. Possible values are: ACTIVE, TRASHED
    owner_user_name str
    (string) - The owner's username. This field is set to "Unavailable" if the user has been deleted
    run_as_user_name str
    (string) - The run as username. This field is set to "Unavailable" if the user has been deleted
    update_time str
    (string) - The timestamp indicating when the alert was updated
    custom_description str
    (string) - Custom description for the alert. support mustache template
    custom_summary str
    (string) - Custom summary for the alert. support mustache template
    display_name str
    (string) - The display name of the alert
    evaluation GetAlertV2Evaluation
    (AlertV2Evaluation) -
    parent_path str
    (string) - The workspace path of the folder containing the alert. Can only be set on create, and cannot be updated
    query_text str
    (string) - Text of the query to be run
    schedule GetAlertV2Schedule
    (CronSchedule) -
    warehouse_id str
    (string) - ID of the SQL warehouse attached to the alert
    createTime String
    (string) - The timestamp indicating when the alert was created
    id String
    (string) - UUID identifying the alert
    lifecycleState String
    (string) - Indicates whether the query is trashed. Possible values are: ACTIVE, TRASHED
    ownerUserName String
    (string) - The owner's username. This field is set to "Unavailable" if the user has been deleted
    runAsUserName String
    (string) - The run as username. This field is set to "Unavailable" if the user has been deleted
    updateTime String
    (string) - The timestamp indicating when the alert was updated
    customDescription String
    (string) - Custom description for the alert. support mustache template
    customSummary String
    (string) - Custom summary for the alert. support mustache template
    displayName String
    (string) - The display name of the alert
    evaluation Property Map
    (AlertV2Evaluation) -
    parentPath String
    (string) - The workspace path of the folder containing the alert. Can only be set on create, and cannot be updated
    queryText String
    (string) - Text of the query to be run
    schedule Property Map
    (CronSchedule) -
    warehouseId String
    (string) - ID of the SQL warehouse attached to the alert

    Supporting Types

    GetAlertV2Evaluation

    LastEvaluatedAt string
    (string) - Timestamp of the last evaluation
    State string
    (string) - Latest state of alert evaluation. Possible values are: ERROR, OK, TRIGGERED, UNKNOWN
    ComparisonOperator string
    (string) - Operator used for comparison in alert evaluation. Possible values are: EQUAL, GREATER_THAN, GREATER_THAN_OR_EQUAL, IS_NOT_NULL, IS_NULL, LESS_THAN, LESS_THAN_OR_EQUAL, NOT_EQUAL
    EmptyResultState string
    (string) - Alert state if result is empty. Possible values are: ERROR, OK, TRIGGERED, UNKNOWN
    Notification GetAlertV2EvaluationNotification
    (AlertV2Notification) - User or Notification Destination to notify when alert is triggered
    Source GetAlertV2EvaluationSource
    (AlertV2OperandColumn) - Source column from result to use to evaluate alert
    Threshold GetAlertV2EvaluationThreshold
    (AlertV2Operand) - Threshold to user for alert evaluation, can be a column or a value
    LastEvaluatedAt string
    (string) - Timestamp of the last evaluation
    State string
    (string) - Latest state of alert evaluation. Possible values are: ERROR, OK, TRIGGERED, UNKNOWN
    ComparisonOperator string
    (string) - Operator used for comparison in alert evaluation. Possible values are: EQUAL, GREATER_THAN, GREATER_THAN_OR_EQUAL, IS_NOT_NULL, IS_NULL, LESS_THAN, LESS_THAN_OR_EQUAL, NOT_EQUAL
    EmptyResultState string
    (string) - Alert state if result is empty. Possible values are: ERROR, OK, TRIGGERED, UNKNOWN
    Notification GetAlertV2EvaluationNotification
    (AlertV2Notification) - User or Notification Destination to notify when alert is triggered
    Source GetAlertV2EvaluationSource
    (AlertV2OperandColumn) - Source column from result to use to evaluate alert
    Threshold GetAlertV2EvaluationThreshold
    (AlertV2Operand) - Threshold to user for alert evaluation, can be a column or a value
    lastEvaluatedAt String
    (string) - Timestamp of the last evaluation
    state String
    (string) - Latest state of alert evaluation. Possible values are: ERROR, OK, TRIGGERED, UNKNOWN
    comparisonOperator String
    (string) - Operator used for comparison in alert evaluation. Possible values are: EQUAL, GREATER_THAN, GREATER_THAN_OR_EQUAL, IS_NOT_NULL, IS_NULL, LESS_THAN, LESS_THAN_OR_EQUAL, NOT_EQUAL
    emptyResultState String
    (string) - Alert state if result is empty. Possible values are: ERROR, OK, TRIGGERED, UNKNOWN
    notification GetAlertV2EvaluationNotification
    (AlertV2Notification) - User or Notification Destination to notify when alert is triggered
    source GetAlertV2EvaluationSource
    (AlertV2OperandColumn) - Source column from result to use to evaluate alert
    threshold GetAlertV2EvaluationThreshold
    (AlertV2Operand) - Threshold to user for alert evaluation, can be a column or a value
    lastEvaluatedAt string
    (string) - Timestamp of the last evaluation
    state string
    (string) - Latest state of alert evaluation. Possible values are: ERROR, OK, TRIGGERED, UNKNOWN
    comparisonOperator string
    (string) - Operator used for comparison in alert evaluation. Possible values are: EQUAL, GREATER_THAN, GREATER_THAN_OR_EQUAL, IS_NOT_NULL, IS_NULL, LESS_THAN, LESS_THAN_OR_EQUAL, NOT_EQUAL
    emptyResultState string
    (string) - Alert state if result is empty. Possible values are: ERROR, OK, TRIGGERED, UNKNOWN
    notification GetAlertV2EvaluationNotification
    (AlertV2Notification) - User or Notification Destination to notify when alert is triggered
    source GetAlertV2EvaluationSource
    (AlertV2OperandColumn) - Source column from result to use to evaluate alert
    threshold GetAlertV2EvaluationThreshold
    (AlertV2Operand) - Threshold to user for alert evaluation, can be a column or a value
    last_evaluated_at str
    (string) - Timestamp of the last evaluation
    state str
    (string) - Latest state of alert evaluation. Possible values are: ERROR, OK, TRIGGERED, UNKNOWN
    comparison_operator str
    (string) - Operator used for comparison in alert evaluation. Possible values are: EQUAL, GREATER_THAN, GREATER_THAN_OR_EQUAL, IS_NOT_NULL, IS_NULL, LESS_THAN, LESS_THAN_OR_EQUAL, NOT_EQUAL
    empty_result_state str
    (string) - Alert state if result is empty. Possible values are: ERROR, OK, TRIGGERED, UNKNOWN
    notification GetAlertV2EvaluationNotification
    (AlertV2Notification) - User or Notification Destination to notify when alert is triggered
    source GetAlertV2EvaluationSource
    (AlertV2OperandColumn) - Source column from result to use to evaluate alert
    threshold GetAlertV2EvaluationThreshold
    (AlertV2Operand) - Threshold to user for alert evaluation, can be a column or a value
    lastEvaluatedAt String
    (string) - Timestamp of the last evaluation
    state String
    (string) - Latest state of alert evaluation. Possible values are: ERROR, OK, TRIGGERED, UNKNOWN
    comparisonOperator String
    (string) - Operator used for comparison in alert evaluation. Possible values are: EQUAL, GREATER_THAN, GREATER_THAN_OR_EQUAL, IS_NOT_NULL, IS_NULL, LESS_THAN, LESS_THAN_OR_EQUAL, NOT_EQUAL
    emptyResultState String
    (string) - Alert state if result is empty. Possible values are: ERROR, OK, TRIGGERED, UNKNOWN
    notification Property Map
    (AlertV2Notification) - User or Notification Destination to notify when alert is triggered
    source Property Map
    (AlertV2OperandColumn) - Source column from result to use to evaluate alert
    threshold Property Map
    (AlertV2Operand) - Threshold to user for alert evaluation, can be a column or a value

    GetAlertV2EvaluationNotification

    NotifyOnOk bool
    (boolean) - Whether to notify alert subscribers when alert returns back to normal
    RetriggerSeconds int
    (integer) - Number of seconds an alert must wait after being triggered to rearm itself. After rearming, it can be triggered again. If 0 or not specified, the alert will not be triggered again
    Subscriptions List<GetAlertV2EvaluationNotificationSubscription>
    (list of AlertV2Subscription) -
    NotifyOnOk bool
    (boolean) - Whether to notify alert subscribers when alert returns back to normal
    RetriggerSeconds int
    (integer) - Number of seconds an alert must wait after being triggered to rearm itself. After rearming, it can be triggered again. If 0 or not specified, the alert will not be triggered again
    Subscriptions []GetAlertV2EvaluationNotificationSubscription
    (list of AlertV2Subscription) -
    notifyOnOk Boolean
    (boolean) - Whether to notify alert subscribers when alert returns back to normal
    retriggerSeconds Integer
    (integer) - Number of seconds an alert must wait after being triggered to rearm itself. After rearming, it can be triggered again. If 0 or not specified, the alert will not be triggered again
    subscriptions List<GetAlertV2EvaluationNotificationSubscription>
    (list of AlertV2Subscription) -
    notifyOnOk boolean
    (boolean) - Whether to notify alert subscribers when alert returns back to normal
    retriggerSeconds number
    (integer) - Number of seconds an alert must wait after being triggered to rearm itself. After rearming, it can be triggered again. If 0 or not specified, the alert will not be triggered again
    subscriptions GetAlertV2EvaluationNotificationSubscription[]
    (list of AlertV2Subscription) -
    notify_on_ok bool
    (boolean) - Whether to notify alert subscribers when alert returns back to normal
    retrigger_seconds int
    (integer) - Number of seconds an alert must wait after being triggered to rearm itself. After rearming, it can be triggered again. If 0 or not specified, the alert will not be triggered again
    subscriptions Sequence[GetAlertV2EvaluationNotificationSubscription]
    (list of AlertV2Subscription) -
    notifyOnOk Boolean
    (boolean) - Whether to notify alert subscribers when alert returns back to normal
    retriggerSeconds Number
    (integer) - Number of seconds an alert must wait after being triggered to rearm itself. After rearming, it can be triggered again. If 0 or not specified, the alert will not be triggered again
    subscriptions List<Property Map>
    (list of AlertV2Subscription) -

    GetAlertV2EvaluationNotificationSubscription

    DestinationId string
    (string) -
    UserEmail string
    (string) -
    DestinationId string
    (string) -
    UserEmail string
    (string) -
    destinationId String
    (string) -
    userEmail String
    (string) -
    destinationId string
    (string) -
    userEmail string
    (string) -
    destination_id str
    (string) -
    user_email str
    (string) -
    destinationId String
    (string) -
    userEmail String
    (string) -

    GetAlertV2EvaluationSource

    Aggregation string
    (string) - . Possible values are: AVG, COUNT, COUNT_DISTINCT, MAX, MEDIAN, MIN, STDDEV, SUM
    Display string
    (string) -
    Name string
    (string) -
    Aggregation string
    (string) - . Possible values are: AVG, COUNT, COUNT_DISTINCT, MAX, MEDIAN, MIN, STDDEV, SUM
    Display string
    (string) -
    Name string
    (string) -
    aggregation String
    (string) - . Possible values are: AVG, COUNT, COUNT_DISTINCT, MAX, MEDIAN, MIN, STDDEV, SUM
    display String
    (string) -
    name String
    (string) -
    aggregation string
    (string) - . Possible values are: AVG, COUNT, COUNT_DISTINCT, MAX, MEDIAN, MIN, STDDEV, SUM
    display string
    (string) -
    name string
    (string) -
    aggregation str
    (string) - . Possible values are: AVG, COUNT, COUNT_DISTINCT, MAX, MEDIAN, MIN, STDDEV, SUM
    display str
    (string) -
    name str
    (string) -
    aggregation String
    (string) - . Possible values are: AVG, COUNT, COUNT_DISTINCT, MAX, MEDIAN, MIN, STDDEV, SUM
    display String
    (string) -
    name String
    (string) -

    GetAlertV2EvaluationThreshold

    column Property Map
    (AlertV2OperandColumn) -
    value Property Map
    (AlertV2OperandValue) -

    GetAlertV2EvaluationThresholdColumn

    Aggregation string
    (string) - . Possible values are: AVG, COUNT, COUNT_DISTINCT, MAX, MEDIAN, MIN, STDDEV, SUM
    Display string
    (string) -
    Name string
    (string) -
    Aggregation string
    (string) - . Possible values are: AVG, COUNT, COUNT_DISTINCT, MAX, MEDIAN, MIN, STDDEV, SUM
    Display string
    (string) -
    Name string
    (string) -
    aggregation String
    (string) - . Possible values are: AVG, COUNT, COUNT_DISTINCT, MAX, MEDIAN, MIN, STDDEV, SUM
    display String
    (string) -
    name String
    (string) -
    aggregation string
    (string) - . Possible values are: AVG, COUNT, COUNT_DISTINCT, MAX, MEDIAN, MIN, STDDEV, SUM
    display string
    (string) -
    name string
    (string) -
    aggregation str
    (string) - . Possible values are: AVG, COUNT, COUNT_DISTINCT, MAX, MEDIAN, MIN, STDDEV, SUM
    display str
    (string) -
    name str
    (string) -
    aggregation String
    (string) - . Possible values are: AVG, COUNT, COUNT_DISTINCT, MAX, MEDIAN, MIN, STDDEV, SUM
    display String
    (string) -
    name String
    (string) -

    GetAlertV2EvaluationThresholdValue

    BoolValue bool
    (boolean) -
    DoubleValue double
    (number) -
    StringValue string
    (string) -
    BoolValue bool
    (boolean) -
    DoubleValue float64
    (number) -
    StringValue string
    (string) -
    boolValue Boolean
    (boolean) -
    doubleValue Double
    (number) -
    stringValue String
    (string) -
    boolValue boolean
    (boolean) -
    doubleValue number
    (number) -
    stringValue string
    (string) -
    bool_value bool
    (boolean) -
    double_value float
    (number) -
    string_value str
    (string) -
    boolValue Boolean
    (boolean) -
    doubleValue Number
    (number) -
    stringValue String
    (string) -

    GetAlertV2Schedule

    PauseStatus string
    (string) - Indicate whether this schedule is paused or not. Possible values are: PAUSED, UNPAUSED
    QuartzCronSchedule string
    (string) - A cron expression using quartz syntax that specifies the schedule for this pipeline. Should use the quartz format described here: http://www.quartz-scheduler.org/documentation/quartz-2.1.7/tutorials/tutorial-lesson-06.html
    TimezoneId string
    (string) - A Java timezone id. The schedule will be resolved using this timezone. This will be combined with the quartz_cron_schedule to determine the schedule. See https://docs.databricks.com/sql/language-manual/sql-ref-syntax-aux-conf-mgmt-set-timezone.html for details
    PauseStatus string
    (string) - Indicate whether this schedule is paused or not. Possible values are: PAUSED, UNPAUSED
    QuartzCronSchedule string
    (string) - A cron expression using quartz syntax that specifies the schedule for this pipeline. Should use the quartz format described here: http://www.quartz-scheduler.org/documentation/quartz-2.1.7/tutorials/tutorial-lesson-06.html
    TimezoneId string
    (string) - A Java timezone id. The schedule will be resolved using this timezone. This will be combined with the quartz_cron_schedule to determine the schedule. See https://docs.databricks.com/sql/language-manual/sql-ref-syntax-aux-conf-mgmt-set-timezone.html for details
    pauseStatus String
    (string) - Indicate whether this schedule is paused or not. Possible values are: PAUSED, UNPAUSED
    quartzCronSchedule String
    (string) - A cron expression using quartz syntax that specifies the schedule for this pipeline. Should use the quartz format described here: http://www.quartz-scheduler.org/documentation/quartz-2.1.7/tutorials/tutorial-lesson-06.html
    timezoneId String
    (string) - A Java timezone id. The schedule will be resolved using this timezone. This will be combined with the quartz_cron_schedule to determine the schedule. See https://docs.databricks.com/sql/language-manual/sql-ref-syntax-aux-conf-mgmt-set-timezone.html for details
    pauseStatus string
    (string) - Indicate whether this schedule is paused or not. Possible values are: PAUSED, UNPAUSED
    quartzCronSchedule string
    (string) - A cron expression using quartz syntax that specifies the schedule for this pipeline. Should use the quartz format described here: http://www.quartz-scheduler.org/documentation/quartz-2.1.7/tutorials/tutorial-lesson-06.html
    timezoneId string
    (string) - A Java timezone id. The schedule will be resolved using this timezone. This will be combined with the quartz_cron_schedule to determine the schedule. See https://docs.databricks.com/sql/language-manual/sql-ref-syntax-aux-conf-mgmt-set-timezone.html for details
    pause_status str
    (string) - Indicate whether this schedule is paused or not. Possible values are: PAUSED, UNPAUSED
    quartz_cron_schedule str
    (string) - A cron expression using quartz syntax that specifies the schedule for this pipeline. Should use the quartz format described here: http://www.quartz-scheduler.org/documentation/quartz-2.1.7/tutorials/tutorial-lesson-06.html
    timezone_id str
    (string) - A Java timezone id. The schedule will be resolved using this timezone. This will be combined with the quartz_cron_schedule to determine the schedule. See https://docs.databricks.com/sql/language-manual/sql-ref-syntax-aux-conf-mgmt-set-timezone.html for details
    pauseStatus String
    (string) - Indicate whether this schedule is paused or not. Possible values are: PAUSED, UNPAUSED
    quartzCronSchedule String
    (string) - A cron expression using quartz syntax that specifies the schedule for this pipeline. Should use the quartz format described here: http://www.quartz-scheduler.org/documentation/quartz-2.1.7/tutorials/tutorial-lesson-06.html
    timezoneId String
    (string) - A Java timezone id. The schedule will be resolved using this timezone. This will be combined with the quartz_cron_schedule to determine the schedule. See https://docs.databricks.com/sql/language-manual/sql-ref-syntax-aux-conf-mgmt-set-timezone.html for details

    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.71.0 published on Monday, Jun 9, 2025 by Pulumi