1. Packages
  2. Databricks Provider
  3. API Docs
  4. getAlertV2
Databricks v1.70.0 published on Friday, May 9, 2025 by Pulumi

databricks.getAlertV2

Explore with Pulumi AI

databricks logo
Databricks v1.70.0 published on Friday, May 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:

    getAlertV2 Result

    The following output properties are available:

    Supporting Types

    GetAlertV2Evaluation

    GetAlertV2EvaluationNotification

    GetAlertV2EvaluationNotificationSubscription

    GetAlertV2EvaluationSource

    Aggregation string
    Display string
    Name string
    Aggregation string
    Display string
    Name string
    aggregation String
    display String
    name String
    aggregation string
    display string
    name string
    aggregation String
    display String
    name String

    GetAlertV2EvaluationThreshold

    GetAlertV2EvaluationThresholdColumn

    Aggregation string
    Display string
    Name string
    Aggregation string
    Display string
    Name string
    aggregation String
    display String
    name String
    aggregation string
    display string
    name string
    aggregation String
    display String
    name String

    GetAlertV2EvaluationThresholdValue

    boolValue Boolean
    doubleValue Double
    stringValue String
    boolValue boolean
    doubleValue number
    stringValue string
    boolValue Boolean
    doubleValue Number
    stringValue String

    GetAlertV2Schedule

    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.70.0 published on Friday, May 9, 2025 by Pulumi