snowflake.getAlerts
Explore with Pulumi AI
!> Caution: Preview Feature This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to preview_features_enabled field
in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as snowflake from "@pulumi/snowflake";
const current = snowflake.getAlerts({
database: "MYDB",
schema: "MYSCHEMA",
});
import pulumi
import pulumi_snowflake as snowflake
current = snowflake.get_alerts(database="MYDB",
schema="MYSCHEMA")
package main
import (
"github.com/pulumi/pulumi-snowflake/sdk/go/snowflake"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := snowflake.GetAlerts(ctx, &snowflake.GetAlertsArgs{
Database: pulumi.StringRef("MYDB"),
Schema: pulumi.StringRef("MYSCHEMA"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Snowflake = Pulumi.Snowflake;
return await Deployment.RunAsync(() =>
{
var current = Snowflake.GetAlerts.Invoke(new()
{
Database = "MYDB",
Schema = "MYSCHEMA",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.snowflake.SnowflakeFunctions;
import com.pulumi.snowflake.inputs.GetAlertsArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var current = SnowflakeFunctions.getAlerts(GetAlertsArgs.builder()
.database("MYDB")
.schema("MYSCHEMA")
.build());
}
}
variables:
current:
fn::invoke:
function: snowflake:getAlerts
arguments:
database: MYDB
schema: MYSCHEMA
Using getAlerts
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 getAlerts(args: GetAlertsArgs, opts?: InvokeOptions): Promise<GetAlertsResult>
function getAlertsOutput(args: GetAlertsOutputArgs, opts?: InvokeOptions): Output<GetAlertsResult>
def get_alerts(database: Optional[str] = None,
pattern: Optional[str] = None,
schema: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAlertsResult
def get_alerts_output(database: Optional[pulumi.Input[str]] = None,
pattern: Optional[pulumi.Input[str]] = None,
schema: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAlertsResult]
func GetAlerts(ctx *Context, args *GetAlertsArgs, opts ...InvokeOption) (*GetAlertsResult, error)
func GetAlertsOutput(ctx *Context, args *GetAlertsOutputArgs, opts ...InvokeOption) GetAlertsResultOutput
> Note: This function is named GetAlerts
in the Go SDK.
public static class GetAlerts
{
public static Task<GetAlertsResult> InvokeAsync(GetAlertsArgs args, InvokeOptions? opts = null)
public static Output<GetAlertsResult> Invoke(GetAlertsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAlertsResult> getAlerts(GetAlertsArgs args, InvokeOptions options)
public static Output<GetAlertsResult> getAlerts(GetAlertsArgs args, InvokeOptions options)
fn::invoke:
function: snowflake:index/getAlerts:getAlerts
arguments:
# arguments dictionary
The following arguments are supported:
getAlerts Result
The following output properties are available:
- Alerts
List<Get
Alerts Alert> - Lists alerts for the current/specified database or schema, or across the entire account.
- Id string
- The provider-assigned unique ID for this managed resource.
- Database string
- The database from which to return the alerts from.
- Pattern string
- Filters the command output by object name.
- Schema string
- The schema from which to return the alerts from.
- Alerts
[]Get
Alerts Alert - Lists alerts for the current/specified database or schema, or across the entire account.
- Id string
- The provider-assigned unique ID for this managed resource.
- Database string
- The database from which to return the alerts from.
- Pattern string
- Filters the command output by object name.
- Schema string
- The schema from which to return the alerts from.
- alerts
List<Get
Alerts Alert> - Lists alerts for the current/specified database or schema, or across the entire account.
- id String
- The provider-assigned unique ID for this managed resource.
- database String
- The database from which to return the alerts from.
- pattern String
- Filters the command output by object name.
- schema String
- The schema from which to return the alerts from.
- alerts
Get
Alerts Alert[] - Lists alerts for the current/specified database or schema, or across the entire account.
- id string
- The provider-assigned unique ID for this managed resource.
- database string
- The database from which to return the alerts from.
- pattern string
- Filters the command output by object name.
- schema string
- The schema from which to return the alerts from.
- alerts
Sequence[Get
Alerts Alert] - Lists alerts for the current/specified database or schema, or across the entire account.
- id str
- The provider-assigned unique ID for this managed resource.
- database str
- The database from which to return the alerts from.
- pattern str
- Filters the command output by object name.
- schema str
- The schema from which to return the alerts from.
- alerts List<Property Map>
- Lists alerts for the current/specified database or schema, or across the entire account.
- id String
- The provider-assigned unique ID for this managed resource.
- database String
- The database from which to return the alerts from.
- pattern String
- Filters the command output by object name.
- schema String
- The schema from which to return the alerts from.
Supporting Types
GetAlertsAlert
- Action string
- The text of the SQL statement that should be executed when the alert is triggered.
- Comment string
- Comment for the alert.
- Condition string
- The text of the SQL statement that serves as the condition when the alert should be triggered.
- Database
Name string - Database in which the alert is stored.
- Name string
- Name of the alert.
- Owner string
- Role that owns the alert (i.e. has the OWNERSHIP privilege on the alert)
- Schema
Name string - Schema in which the alert is stored.
- Action string
- The text of the SQL statement that should be executed when the alert is triggered.
- Comment string
- Comment for the alert.
- Condition string
- The text of the SQL statement that serves as the condition when the alert should be triggered.
- Database
Name string - Database in which the alert is stored.
- Name string
- Name of the alert.
- Owner string
- Role that owns the alert (i.e. has the OWNERSHIP privilege on the alert)
- Schema
Name string - Schema in which the alert is stored.
- action String
- The text of the SQL statement that should be executed when the alert is triggered.
- comment String
- Comment for the alert.
- condition String
- The text of the SQL statement that serves as the condition when the alert should be triggered.
- database
Name String - Database in which the alert is stored.
- name String
- Name of the alert.
- owner String
- Role that owns the alert (i.e. has the OWNERSHIP privilege on the alert)
- schema
Name String - Schema in which the alert is stored.
- action string
- The text of the SQL statement that should be executed when the alert is triggered.
- comment string
- Comment for the alert.
- condition string
- The text of the SQL statement that serves as the condition when the alert should be triggered.
- database
Name string - Database in which the alert is stored.
- name string
- Name of the alert.
- owner string
- Role that owns the alert (i.e. has the OWNERSHIP privilege on the alert)
- schema
Name string - Schema in which the alert is stored.
- action str
- The text of the SQL statement that should be executed when the alert is triggered.
- comment str
- Comment for the alert.
- condition str
- The text of the SQL statement that serves as the condition when the alert should be triggered.
- database_
name str - Database in which the alert is stored.
- name str
- Name of the alert.
- owner str
- Role that owns the alert (i.e. has the OWNERSHIP privilege on the alert)
- schema_
name str - Schema in which the alert is stored.
- action String
- The text of the SQL statement that should be executed when the alert is triggered.
- comment String
- Comment for the alert.
- condition String
- The text of the SQL statement that serves as the condition when the alert should be triggered.
- database
Name String - Database in which the alert is stored.
- name String
- Name of the alert.
- owner String
- Role that owns the alert (i.e. has the OWNERSHIP privilege on the alert)
- schema
Name String - Schema in which the alert is stored.
Package Details
- Repository
- Snowflake pulumi/pulumi-snowflake
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
snowflake
Terraform Provider.