Databricks v1.70.0 published on Friday, May 9, 2025 by Pulumi
databricks.getAlertsV2
Explore with Pulumi AI
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<Get
Alerts V2Result>
- Id string
- The provider-assigned unique ID for this managed resource.
- Results
[]Get
Alerts V2Result
- id String
- The provider-assigned unique ID for this managed resource.
- results
List<Get
Alerts V2Result>
- id string
- The provider-assigned unique ID for this managed resource.
- results
Get
Alerts V2Result[]
- id str
- The provider-assigned unique ID for this managed resource.
- results
Sequence[Get
Alerts V2Result]
- id String
- The provider-assigned unique ID for this managed resource.
- results List<Property Map>
Supporting Types
GetAlertsV2Result
- Create
Time string - Id string
- Lifecycle
State string - Owner
User stringName - Run
As stringUser Name - Update
Time string - Custom
Description string - Custom
Summary string - Display
Name string - Evaluation
Get
Alerts V2Result Evaluation - Parent
Path string - Query
Text string - Schedule
Get
Alerts V2Result Schedule - Warehouse
Id string
- Create
Time string - Id string
- Lifecycle
State string - Owner
User stringName - Run
As stringUser Name - Update
Time string - Custom
Description string - Custom
Summary string - Display
Name string - Evaluation
Get
Alerts V2Result Evaluation - Parent
Path string - Query
Text string - Schedule
Get
Alerts V2Result Schedule - Warehouse
Id string
- create
Time String - id String
- lifecycle
State String - owner
User StringName - run
As StringUser Name - update
Time String - custom
Description String - custom
Summary String - display
Name String - evaluation
Get
Alerts V2Result Evaluation - parent
Path String - query
Text String - schedule
Get
Alerts V2Result Schedule - warehouse
Id String
- create
Time string - id string
- lifecycle
State string - owner
User stringName - run
As stringUser Name - update
Time string - custom
Description string - custom
Summary string - display
Name string - evaluation
Get
Alerts V2Result Evaluation - parent
Path string - query
Text string - schedule
Get
Alerts V2Result Schedule - warehouse
Id string
- create
Time String - id String
- lifecycle
State String - owner
User StringName - run
As StringUser Name - update
Time String - custom
Description String - custom
Summary String - display
Name String - evaluation Property Map
- parent
Path String - query
Text String - schedule Property Map
- warehouse
Id String
GetAlertsV2ResultEvaluation
- last
Evaluated StringAt - state String
- comparison
Operator String - empty
Result StringState - notification Property Map
- source Property Map
- threshold Property Map
GetAlertsV2ResultEvaluationNotification
- notify
On BooleanOk - retrigger
Seconds Number - subscriptions List<Property Map>
GetAlertsV2ResultEvaluationNotificationSubscription
- Destination
Id string - User
Email string
- Destination
Id string - User
Email string
- destination
Id String - user
Email String
- destination
Id string - user
Email string
- destination_
id str - user_
email str
- destination
Id String - user
Email String
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 str
- display str
- name str
- 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 str
- display str
- name str
- aggregation String
- display String
- name String
GetAlertsV2ResultEvaluationThresholdValue
- Bool
Value bool - Double
Value double - String
Value string
- Bool
Value bool - Double
Value float64 - String
Value string
- bool
Value Boolean - double
Value Double - string
Value String
- bool
Value boolean - double
Value number - string
Value string
- bool_
value bool - double_
value float - string_
value str
- bool
Value Boolean - double
Value Number - string
Value String
GetAlertsV2ResultSchedule
- Pause
Status string - Quartz
Cron stringSchedule - Timezone
Id string
- Pause
Status string - Quartz
Cron stringSchedule - Timezone
Id string
- pause
Status String - quartz
Cron StringSchedule - timezone
Id String
- pause
Status string - quartz
Cron stringSchedule - timezone
Id string
- pause_
status str - quartz_
cron_ strschedule - timezone_
id str
- pause
Status String - quartz
Cron StringSchedule - timezone
Id String
Package Details
- Repository
- databricks pulumi/pulumi-databricks
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
databricks
Terraform Provider.