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

databricks.getAlertsV2

Explore with Pulumi AI

databricks logo
Databricks v1.70.0 published on Friday, May 9, 2025 by Pulumi

    Using getAlertsV2

    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 getAlertsV2(opts?: InvokeOptions): Promise<GetAlertsV2Result>
    function getAlertsV2Output(opts?: InvokeOptions): Output<GetAlertsV2Result>
    def get_alerts_v2(opts: Optional[InvokeOptions] = None) -> GetAlertsV2Result
    def get_alerts_v2_output(opts: Optional[InvokeOptions] = None) -> Output[GetAlertsV2Result]
    func LookupAlertsV2(ctx *Context, opts ...InvokeOption) (*LookupAlertsV2Result, error)
    func LookupAlertsV2Output(ctx *Context, opts ...InvokeOption) LookupAlertsV2ResultOutput

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

    public static class GetAlertsV2 
    {
        public static Task<GetAlertsV2Result> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetAlertsV2Result> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAlertsV2Result> getAlertsV2(InvokeOptions options)
    public static Output<GetAlertsV2Result> getAlertsV2(InvokeOptions options)
    
    fn::invoke:
      function: databricks:index/getAlertsV2:getAlertsV2
      arguments:
        # arguments dictionary

    getAlertsV2 Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Results List<GetAlertsV2Result>
    Id string
    The provider-assigned unique ID for this managed resource.
    Results []GetAlertsV2Result
    id String
    The provider-assigned unique ID for this managed resource.
    results List<GetAlertsV2Result>
    id string
    The provider-assigned unique ID for this managed resource.
    results GetAlertsV2Result[]
    id str
    The provider-assigned unique ID for this managed resource.
    results Sequence[GetAlertsV2Result]
    id String
    The provider-assigned unique ID for this managed resource.
    results List<Property Map>

    Supporting Types

    GetAlertsV2Result

    GetAlertsV2ResultEvaluation

    GetAlertsV2ResultEvaluationNotification

    GetAlertsV2ResultEvaluationNotificationSubscription

    GetAlertsV2ResultEvaluationSource

    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

    GetAlertsV2ResultEvaluationThreshold

    GetAlertsV2ResultEvaluationThresholdColumn

    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

    GetAlertsV2ResultEvaluationThresholdValue

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

    GetAlertsV2ResultSchedule

    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