published on Friday, Sep 11, 2026 by incident-io
published on Friday, Sep 11, 2026 by incident-io
incident.AlertSourceBeta was renamed to incident.AlertSource in v7.0.
This name still works and still manages the same thing, so upgrading to v7 needs no change to a configuration that uses it. It is deprecated: every plan naming it warns, and it will be removed in v8.0.
To move onto the new name:
import * as pulumi from "@pulumi/pulumi";
import pulumi
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
return await Deployment.RunAsync(() =>
{
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
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) {
}
}
{}
Example coming soon!
Both names are the same resource, backed by the same schema and the same API, so the move
carries your state across and the plan after it is empty. See incident.AlertSource for the
documentation.
Create AlertSourceBeta Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new AlertSourceBeta(name: string, args: AlertSourceBetaArgs, opts?: CustomResourceOptions);@overload
def AlertSourceBeta(resource_name: str,
args: AlertSourceBetaArgs,
opts: Optional[ResourceOptions] = None)
@overload
def AlertSourceBeta(resource_name: str,
opts: Optional[ResourceOptions] = None,
source_type: Optional[str] = None,
http_custom_options: Optional[AlertSourceBetaHttpCustomOptionsArgs] = None,
name: Optional[str] = None,
disabled: Optional[bool] = None,
email_options: Optional[AlertSourceBetaEmailOptionsArgs] = None,
filter_condition_groups: Optional[Sequence[AlertSourceBetaFilterConditionGroupArgs]] = None,
fixed_team_id: Optional[str] = None,
heartbeat_options: Optional[AlertSourceBetaHeartbeatOptionsArgs] = None,
auto_resolve_incident_alerts: Optional[bool] = None,
description: Optional[AlertSourceBetaDescriptionArgs] = None,
is_private: Optional[bool] = None,
jira_options: Optional[AlertSourceBetaJiraOptionsArgs] = None,
named_expressions: Optional[Sequence[AlertSourceBetaNamedExpressionArgs]] = None,
owning_team_ids: Optional[Sequence[str]] = None,
priority: Optional[AlertSourceBetaPriorityArgs] = None,
rate_limit_sharding: Optional[AlertSourceBetaRateLimitShardingArgs] = None,
auto_resolve_timeout_minutes: Optional[float] = None,
title: Optional[AlertSourceBetaTitleArgs] = None,
visible_to_teams: Optional[AlertSourceBetaVisibleToTeamsArgs] = None)func NewAlertSourceBeta(ctx *Context, name string, args AlertSourceBetaArgs, opts ...ResourceOption) (*AlertSourceBeta, error)public AlertSourceBeta(string name, AlertSourceBetaArgs args, CustomResourceOptions? opts = null)
public AlertSourceBeta(String name, AlertSourceBetaArgs args)
public AlertSourceBeta(String name, AlertSourceBetaArgs args, CustomResourceOptions options)
type: incident:AlertSourceBeta
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "incident_alert_source_beta" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args AlertSourceBetaArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args AlertSourceBetaArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args AlertSourceBetaArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AlertSourceBetaArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AlertSourceBetaArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
AlertSourceBeta Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The AlertSourceBeta resource accepts the following input properties:
- Source
Type string - Type of alert source. Possible values are:
alertmanager,app_optics,azure_monitor,azure_devops,big_panda,bugsnag,checkly,chronosphere,cloudwatch,cloudflare,coralogix,cronitor,crowdstrike_falcon,dash0,datadog,dynatrace,elasticsearch,email,expel,github_issue,google_cloud,grafana,heartbeat,http,http_custom,honeycomb,icinga2,incoming_calls,jira,jsm,monte_carlo,nagios,new_relic,opsgenie,prtg,pager_duty,panther,pingdom,runscope,sns,salesforce_case,sentry,sentry_metric,service_now,splunk,status_cake,status_page_views,sumo_logic,uptime,vercel,wiz,zendesk. - Auto
Resolve boolIncident Alerts - Whether alerts from this source keep counting down to auto-resolve while attached to an incident. Defaults to true. Has no effect without autoresolvetimeout_minutes.
- Auto
Resolve doubleTimeout Minutes - How long to wait before automatically resolving alerts from this source
- Description
Alert
Source Beta Description - Disabled bool
- Whether monitoring is paused for this source. Only returned for source types that support being disabled.
- Email
Options AlertSource Beta Email Options - Filter
Condition List<AlertGroups Source Beta Filter Condition Group> - Conditions an incoming event must match to be ingested from this source, evaluated against the event's payload and this source's expressions.
- Fixed
Team stringId - When set, the team every alert from this source is attributed to. The team attribute is managed from this field: it is not returned by the attribute endpoints and cannot be bound directly. While set, an
incident.AlertSourceAttributeresource binding the organisation's team attribute is rejected at apply time: the binding is managed from this field. - Heartbeat
Options AlertSource Beta Heartbeat Options - Http
Custom AlertOptions Source Beta Http Custom Options - Is
Private bool - Whether alerts from this source are private
- Jira
Options AlertSource Beta Jira Options - Name string
- The name of this alert source, for the user's reference
- Named
Expressions List<AlertSource Beta Named Expression> - An expression this resource owns, addressed by name.
- Owning
Team List<string>Ids - IDs of the teams that own this alert source
- Priority
Alert
Source Beta Priority - Rate
Limit AlertSharding Source Beta Rate Limit Sharding - Controls how this source's ingest rate limit is split into buckets.
- Title
Alert
Source Beta Title - Visible
To AlertTeams Source Beta Visible To Teams
- Source
Type string - Type of alert source. Possible values are:
alertmanager,app_optics,azure_monitor,azure_devops,big_panda,bugsnag,checkly,chronosphere,cloudwatch,cloudflare,coralogix,cronitor,crowdstrike_falcon,dash0,datadog,dynatrace,elasticsearch,email,expel,github_issue,google_cloud,grafana,heartbeat,http,http_custom,honeycomb,icinga2,incoming_calls,jira,jsm,monte_carlo,nagios,new_relic,opsgenie,prtg,pager_duty,panther,pingdom,runscope,sns,salesforce_case,sentry,sentry_metric,service_now,splunk,status_cake,status_page_views,sumo_logic,uptime,vercel,wiz,zendesk. - Auto
Resolve boolIncident Alerts - Whether alerts from this source keep counting down to auto-resolve while attached to an incident. Defaults to true. Has no effect without autoresolvetimeout_minutes.
- Auto
Resolve float64Timeout Minutes - How long to wait before automatically resolving alerts from this source
- Description
Alert
Source Beta Description Args - Disabled bool
- Whether monitoring is paused for this source. Only returned for source types that support being disabled.
- Email
Options AlertSource Beta Email Options Args - Filter
Condition []AlertGroups Source Beta Filter Condition Group Args - Conditions an incoming event must match to be ingested from this source, evaluated against the event's payload and this source's expressions.
- Fixed
Team stringId - When set, the team every alert from this source is attributed to. The team attribute is managed from this field: it is not returned by the attribute endpoints and cannot be bound directly. While set, an
incident.AlertSourceAttributeresource binding the organisation's team attribute is rejected at apply time: the binding is managed from this field. - Heartbeat
Options AlertSource Beta Heartbeat Options Args - Http
Custom AlertOptions Source Beta Http Custom Options Args - Is
Private bool - Whether alerts from this source are private
- Jira
Options AlertSource Beta Jira Options Args - Name string
- The name of this alert source, for the user's reference
- Named
Expressions []AlertSource Beta Named Expression Args - An expression this resource owns, addressed by name.
- Owning
Team []stringIds - IDs of the teams that own this alert source
- Priority
Alert
Source Beta Priority Args - Rate
Limit AlertSharding Source Beta Rate Limit Sharding Args - Controls how this source's ingest rate limit is split into buckets.
- Title
Alert
Source Beta Title Args - Visible
To AlertTeams Source Beta Visible To Teams Args
- source_
type string - Type of alert source. Possible values are:
alertmanager,app_optics,azure_monitor,azure_devops,big_panda,bugsnag,checkly,chronosphere,cloudwatch,cloudflare,coralogix,cronitor,crowdstrike_falcon,dash0,datadog,dynatrace,elasticsearch,email,expel,github_issue,google_cloud,grafana,heartbeat,http,http_custom,honeycomb,icinga2,incoming_calls,jira,jsm,monte_carlo,nagios,new_relic,opsgenie,prtg,pager_duty,panther,pingdom,runscope,sns,salesforce_case,sentry,sentry_metric,service_now,splunk,status_cake,status_page_views,sumo_logic,uptime,vercel,wiz,zendesk. - auto_
resolve_ boolincident_ alerts - Whether alerts from this source keep counting down to auto-resolve while attached to an incident. Defaults to true. Has no effect without autoresolvetimeout_minutes.
- auto_
resolve_ numbertimeout_ minutes - How long to wait before automatically resolving alerts from this source
- description object
- disabled bool
- Whether monitoring is paused for this source. Only returned for source types that support being disabled.
- email_
options object - filter_
condition_ list(object)groups - Conditions an incoming event must match to be ingested from this source, evaluated against the event's payload and this source's expressions.
- fixed_
team_ stringid - When set, the team every alert from this source is attributed to. The team attribute is managed from this field: it is not returned by the attribute endpoints and cannot be bound directly. While set, an
incident.AlertSourceAttributeresource binding the organisation's team attribute is rejected at apply time: the binding is managed from this field. - heartbeat_
options object - http_
custom_ objectoptions - is_
private bool - Whether alerts from this source are private
- jira_
options object - name string
- The name of this alert source, for the user's reference
- named_
expressions list(object) - An expression this resource owns, addressed by name.
- owning_
team_ list(string)ids - IDs of the teams that own this alert source
- priority object
- rate_
limit_ objectsharding - Controls how this source's ingest rate limit is split into buckets.
- title object
- visible_
to_ objectteams
- source
Type String - Type of alert source. Possible values are:
alertmanager,app_optics,azure_monitor,azure_devops,big_panda,bugsnag,checkly,chronosphere,cloudwatch,cloudflare,coralogix,cronitor,crowdstrike_falcon,dash0,datadog,dynatrace,elasticsearch,email,expel,github_issue,google_cloud,grafana,heartbeat,http,http_custom,honeycomb,icinga2,incoming_calls,jira,jsm,monte_carlo,nagios,new_relic,opsgenie,prtg,pager_duty,panther,pingdom,runscope,sns,salesforce_case,sentry,sentry_metric,service_now,splunk,status_cake,status_page_views,sumo_logic,uptime,vercel,wiz,zendesk. - auto
Resolve BooleanIncident Alerts - Whether alerts from this source keep counting down to auto-resolve while attached to an incident. Defaults to true. Has no effect without autoresolvetimeout_minutes.
- auto
Resolve DoubleTimeout Minutes - How long to wait before automatically resolving alerts from this source
- description
Alert
Source Beta Description - disabled Boolean
- Whether monitoring is paused for this source. Only returned for source types that support being disabled.
- email
Options AlertSource Beta Email Options - filter
Condition List<AlertGroups Source Beta Filter Condition Group> - Conditions an incoming event must match to be ingested from this source, evaluated against the event's payload and this source's expressions.
- fixed
Team StringId - When set, the team every alert from this source is attributed to. The team attribute is managed from this field: it is not returned by the attribute endpoints and cannot be bound directly. While set, an
incident.AlertSourceAttributeresource binding the organisation's team attribute is rejected at apply time: the binding is managed from this field. - heartbeat
Options AlertSource Beta Heartbeat Options - http
Custom AlertOptions Source Beta Http Custom Options - is
Private Boolean - Whether alerts from this source are private
- jira
Options AlertSource Beta Jira Options - name String
- The name of this alert source, for the user's reference
- named
Expressions List<AlertSource Beta Named Expression> - An expression this resource owns, addressed by name.
- owning
Team List<String>Ids - IDs of the teams that own this alert source
- priority
Alert
Source Beta Priority - rate
Limit AlertSharding Source Beta Rate Limit Sharding - Controls how this source's ingest rate limit is split into buckets.
- title
Alert
Source Beta Title - visible
To AlertTeams Source Beta Visible To Teams
- source
Type string - Type of alert source. Possible values are:
alertmanager,app_optics,azure_monitor,azure_devops,big_panda,bugsnag,checkly,chronosphere,cloudwatch,cloudflare,coralogix,cronitor,crowdstrike_falcon,dash0,datadog,dynatrace,elasticsearch,email,expel,github_issue,google_cloud,grafana,heartbeat,http,http_custom,honeycomb,icinga2,incoming_calls,jira,jsm,monte_carlo,nagios,new_relic,opsgenie,prtg,pager_duty,panther,pingdom,runscope,sns,salesforce_case,sentry,sentry_metric,service_now,splunk,status_cake,status_page_views,sumo_logic,uptime,vercel,wiz,zendesk. - auto
Resolve booleanIncident Alerts - Whether alerts from this source keep counting down to auto-resolve while attached to an incident. Defaults to true. Has no effect without autoresolvetimeout_minutes.
- auto
Resolve numberTimeout Minutes - How long to wait before automatically resolving alerts from this source
- description
Alert
Source Beta Description - disabled boolean
- Whether monitoring is paused for this source. Only returned for source types that support being disabled.
- email
Options AlertSource Beta Email Options - filter
Condition AlertGroups Source Beta Filter Condition Group[] - Conditions an incoming event must match to be ingested from this source, evaluated against the event's payload and this source's expressions.
- fixed
Team stringId - When set, the team every alert from this source is attributed to. The team attribute is managed from this field: it is not returned by the attribute endpoints and cannot be bound directly. While set, an
incident.AlertSourceAttributeresource binding the organisation's team attribute is rejected at apply time: the binding is managed from this field. - heartbeat
Options AlertSource Beta Heartbeat Options - http
Custom AlertOptions Source Beta Http Custom Options - is
Private boolean - Whether alerts from this source are private
- jira
Options AlertSource Beta Jira Options - name string
- The name of this alert source, for the user's reference
- named
Expressions AlertSource Beta Named Expression[] - An expression this resource owns, addressed by name.
- owning
Team string[]Ids - IDs of the teams that own this alert source
- priority
Alert
Source Beta Priority - rate
Limit AlertSharding Source Beta Rate Limit Sharding - Controls how this source's ingest rate limit is split into buckets.
- title
Alert
Source Beta Title - visible
To AlertTeams Source Beta Visible To Teams
- source_
type str - Type of alert source. Possible values are:
alertmanager,app_optics,azure_monitor,azure_devops,big_panda,bugsnag,checkly,chronosphere,cloudwatch,cloudflare,coralogix,cronitor,crowdstrike_falcon,dash0,datadog,dynatrace,elasticsearch,email,expel,github_issue,google_cloud,grafana,heartbeat,http,http_custom,honeycomb,icinga2,incoming_calls,jira,jsm,monte_carlo,nagios,new_relic,opsgenie,prtg,pager_duty,panther,pingdom,runscope,sns,salesforce_case,sentry,sentry_metric,service_now,splunk,status_cake,status_page_views,sumo_logic,uptime,vercel,wiz,zendesk. - auto_
resolve_ boolincident_ alerts - Whether alerts from this source keep counting down to auto-resolve while attached to an incident. Defaults to true. Has no effect without autoresolvetimeout_minutes.
- auto_
resolve_ floattimeout_ minutes - How long to wait before automatically resolving alerts from this source
- description
Alert
Source Beta Description Args - disabled bool
- Whether monitoring is paused for this source. Only returned for source types that support being disabled.
- email_
options AlertSource Beta Email Options Args - filter_
condition_ Sequence[Alertgroups Source Beta Filter Condition Group Args] - Conditions an incoming event must match to be ingested from this source, evaluated against the event's payload and this source's expressions.
- fixed_
team_ strid - When set, the team every alert from this source is attributed to. The team attribute is managed from this field: it is not returned by the attribute endpoints and cannot be bound directly. While set, an
incident.AlertSourceAttributeresource binding the organisation's team attribute is rejected at apply time: the binding is managed from this field. - heartbeat_
options AlertSource Beta Heartbeat Options Args - http_
custom_ Alertoptions Source Beta Http Custom Options Args - is_
private bool - Whether alerts from this source are private
- jira_
options AlertSource Beta Jira Options Args - name str
- The name of this alert source, for the user's reference
- named_
expressions Sequence[AlertSource Beta Named Expression Args] - An expression this resource owns, addressed by name.
- owning_
team_ Sequence[str]ids - IDs of the teams that own this alert source
- priority
Alert
Source Beta Priority Args - rate_
limit_ Alertsharding Source Beta Rate Limit Sharding Args - Controls how this source's ingest rate limit is split into buckets.
- title
Alert
Source Beta Title Args - visible_
to_ Alertteams Source Beta Visible To Teams Args
- source
Type String - Type of alert source. Possible values are:
alertmanager,app_optics,azure_monitor,azure_devops,big_panda,bugsnag,checkly,chronosphere,cloudwatch,cloudflare,coralogix,cronitor,crowdstrike_falcon,dash0,datadog,dynatrace,elasticsearch,email,expel,github_issue,google_cloud,grafana,heartbeat,http,http_custom,honeycomb,icinga2,incoming_calls,jira,jsm,monte_carlo,nagios,new_relic,opsgenie,prtg,pager_duty,panther,pingdom,runscope,sns,salesforce_case,sentry,sentry_metric,service_now,splunk,status_cake,status_page_views,sumo_logic,uptime,vercel,wiz,zendesk. - auto
Resolve BooleanIncident Alerts - Whether alerts from this source keep counting down to auto-resolve while attached to an incident. Defaults to true. Has no effect without autoresolvetimeout_minutes.
- auto
Resolve NumberTimeout Minutes - How long to wait before automatically resolving alerts from this source
- description Property Map
- disabled Boolean
- Whether monitoring is paused for this source. Only returned for source types that support being disabled.
- email
Options Property Map - filter
Condition List<Property Map>Groups - Conditions an incoming event must match to be ingested from this source, evaluated against the event's payload and this source's expressions.
- fixed
Team StringId - When set, the team every alert from this source is attributed to. The team attribute is managed from this field: it is not returned by the attribute endpoints and cannot be bound directly. While set, an
incident.AlertSourceAttributeresource binding the organisation's team attribute is rejected at apply time: the binding is managed from this field. - heartbeat
Options Property Map - http
Custom Property MapOptions - is
Private Boolean - Whether alerts from this source are private
- jira
Options Property Map - name String
- The name of this alert source, for the user's reference
- named
Expressions List<Property Map> - An expression this resource owns, addressed by name.
- owning
Team List<String>Ids - IDs of the teams that own this alert source
- priority Property Map
- rate
Limit Property MapSharding - Controls how this source's ingest rate limit is split into buckets.
- title Property Map
- visible
To Property MapTeams
Outputs
All input properties are implicitly available as output properties. Additionally, the AlertSourceBeta resource produces the following output properties:
- Alert
Events stringUrl - The URL to send alert events to
- Email
Address string - Email address this alert source receives alerts to
- Id string
- The provider-assigned unique ID for this managed resource.
- Secret
Token string - The token to use when sending alerts to this source. Only returned to callers with permission to update the source.
- Version double
- The source's current version, which increments on every write. Pass it back as expected_version to reject a write built from a stale read.
- Alert
Events stringUrl - The URL to send alert events to
- Email
Address string - Email address this alert source receives alerts to
- Id string
- The provider-assigned unique ID for this managed resource.
- Secret
Token string - The token to use when sending alerts to this source. Only returned to callers with permission to update the source.
- Version float64
- The source's current version, which increments on every write. Pass it back as expected_version to reject a write built from a stale read.
- alert_
events_ stringurl - The URL to send alert events to
- email_
address string - Email address this alert source receives alerts to
- id string
- The provider-assigned unique ID for this managed resource.
- secret_
token string - The token to use when sending alerts to this source. Only returned to callers with permission to update the source.
- version number
- The source's current version, which increments on every write. Pass it back as expected_version to reject a write built from a stale read.
- alert
Events StringUrl - The URL to send alert events to
- email
Address String - Email address this alert source receives alerts to
- id String
- The provider-assigned unique ID for this managed resource.
- secret
Token String - The token to use when sending alerts to this source. Only returned to callers with permission to update the source.
- version Double
- The source's current version, which increments on every write. Pass it back as expected_version to reject a write built from a stale read.
- alert
Events stringUrl - The URL to send alert events to
- email
Address string - Email address this alert source receives alerts to
- id string
- The provider-assigned unique ID for this managed resource.
- secret
Token string - The token to use when sending alerts to this source. Only returned to callers with permission to update the source.
- version number
- The source's current version, which increments on every write. Pass it back as expected_version to reject a write built from a stale read.
- alert_
events_ strurl - The URL to send alert events to
- email_
address str - Email address this alert source receives alerts to
- id str
- The provider-assigned unique ID for this managed resource.
- secret_
token str - The token to use when sending alerts to this source. Only returned to callers with permission to update the source.
- version float
- The source's current version, which increments on every write. Pass it back as expected_version to reject a write built from a stale read.
- alert
Events StringUrl - The URL to send alert events to
- email
Address String - Email address this alert source receives alerts to
- id String
- The provider-assigned unique ID for this managed resource.
- secret
Token String - The token to use when sending alerts to this source. Only returned to callers with permission to update the source.
- version Number
- The source's current version, which increments on every write. Pass it back as expected_version to reject a write built from a stale read.
Look up Existing AlertSourceBeta Resource
Get an existing AlertSourceBeta resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: AlertSourceBetaState, opts?: CustomResourceOptions): AlertSourceBeta@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
alert_events_url: Optional[str] = None,
auto_resolve_incident_alerts: Optional[bool] = None,
auto_resolve_timeout_minutes: Optional[float] = None,
description: Optional[AlertSourceBetaDescriptionArgs] = None,
disabled: Optional[bool] = None,
email_address: Optional[str] = None,
email_options: Optional[AlertSourceBetaEmailOptionsArgs] = None,
filter_condition_groups: Optional[Sequence[AlertSourceBetaFilterConditionGroupArgs]] = None,
fixed_team_id: Optional[str] = None,
heartbeat_options: Optional[AlertSourceBetaHeartbeatOptionsArgs] = None,
http_custom_options: Optional[AlertSourceBetaHttpCustomOptionsArgs] = None,
is_private: Optional[bool] = None,
jira_options: Optional[AlertSourceBetaJiraOptionsArgs] = None,
name: Optional[str] = None,
named_expressions: Optional[Sequence[AlertSourceBetaNamedExpressionArgs]] = None,
owning_team_ids: Optional[Sequence[str]] = None,
priority: Optional[AlertSourceBetaPriorityArgs] = None,
rate_limit_sharding: Optional[AlertSourceBetaRateLimitShardingArgs] = None,
secret_token: Optional[str] = None,
source_type: Optional[str] = None,
title: Optional[AlertSourceBetaTitleArgs] = None,
version: Optional[float] = None,
visible_to_teams: Optional[AlertSourceBetaVisibleToTeamsArgs] = None) -> AlertSourceBetafunc GetAlertSourceBeta(ctx *Context, name string, id IDInput, state *AlertSourceBetaState, opts ...ResourceOption) (*AlertSourceBeta, error)public static AlertSourceBeta Get(string name, Input<string> id, AlertSourceBetaState? state, CustomResourceOptions? opts = null)public static AlertSourceBeta get(String name, Output<String> id, AlertSourceBetaState state, CustomResourceOptions options)resources: _: type: incident:AlertSourceBeta get: id: ${id}import {
to = incident_alert_source_beta.example
id = "${id}"
}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Alert
Events stringUrl - The URL to send alert events to
- Auto
Resolve boolIncident Alerts - Whether alerts from this source keep counting down to auto-resolve while attached to an incident. Defaults to true. Has no effect without autoresolvetimeout_minutes.
- Auto
Resolve doubleTimeout Minutes - How long to wait before automatically resolving alerts from this source
- Description
Alert
Source Beta Description - Disabled bool
- Whether monitoring is paused for this source. Only returned for source types that support being disabled.
- Email
Address string - Email address this alert source receives alerts to
- Email
Options AlertSource Beta Email Options - Filter
Condition List<AlertGroups Source Beta Filter Condition Group> - Conditions an incoming event must match to be ingested from this source, evaluated against the event's payload and this source's expressions.
- Fixed
Team stringId - When set, the team every alert from this source is attributed to. The team attribute is managed from this field: it is not returned by the attribute endpoints and cannot be bound directly. While set, an
incident.AlertSourceAttributeresource binding the organisation's team attribute is rejected at apply time: the binding is managed from this field. - Heartbeat
Options AlertSource Beta Heartbeat Options - Http
Custom AlertOptions Source Beta Http Custom Options - Is
Private bool - Whether alerts from this source are private
- Jira
Options AlertSource Beta Jira Options - Name string
- The name of this alert source, for the user's reference
- Named
Expressions List<AlertSource Beta Named Expression> - An expression this resource owns, addressed by name.
- Owning
Team List<string>Ids - IDs of the teams that own this alert source
- Priority
Alert
Source Beta Priority - Rate
Limit AlertSharding Source Beta Rate Limit Sharding - Controls how this source's ingest rate limit is split into buckets.
- Secret
Token string - The token to use when sending alerts to this source. Only returned to callers with permission to update the source.
- Source
Type string - Type of alert source. Possible values are:
alertmanager,app_optics,azure_monitor,azure_devops,big_panda,bugsnag,checkly,chronosphere,cloudwatch,cloudflare,coralogix,cronitor,crowdstrike_falcon,dash0,datadog,dynatrace,elasticsearch,email,expel,github_issue,google_cloud,grafana,heartbeat,http,http_custom,honeycomb,icinga2,incoming_calls,jira,jsm,monte_carlo,nagios,new_relic,opsgenie,prtg,pager_duty,panther,pingdom,runscope,sns,salesforce_case,sentry,sentry_metric,service_now,splunk,status_cake,status_page_views,sumo_logic,uptime,vercel,wiz,zendesk. - Title
Alert
Source Beta Title - Version double
- The source's current version, which increments on every write. Pass it back as expected_version to reject a write built from a stale read.
- Visible
To AlertTeams Source Beta Visible To Teams
- Alert
Events stringUrl - The URL to send alert events to
- Auto
Resolve boolIncident Alerts - Whether alerts from this source keep counting down to auto-resolve while attached to an incident. Defaults to true. Has no effect without autoresolvetimeout_minutes.
- Auto
Resolve float64Timeout Minutes - How long to wait before automatically resolving alerts from this source
- Description
Alert
Source Beta Description Args - Disabled bool
- Whether monitoring is paused for this source. Only returned for source types that support being disabled.
- Email
Address string - Email address this alert source receives alerts to
- Email
Options AlertSource Beta Email Options Args - Filter
Condition []AlertGroups Source Beta Filter Condition Group Args - Conditions an incoming event must match to be ingested from this source, evaluated against the event's payload and this source's expressions.
- Fixed
Team stringId - When set, the team every alert from this source is attributed to. The team attribute is managed from this field: it is not returned by the attribute endpoints and cannot be bound directly. While set, an
incident.AlertSourceAttributeresource binding the organisation's team attribute is rejected at apply time: the binding is managed from this field. - Heartbeat
Options AlertSource Beta Heartbeat Options Args - Http
Custom AlertOptions Source Beta Http Custom Options Args - Is
Private bool - Whether alerts from this source are private
- Jira
Options AlertSource Beta Jira Options Args - Name string
- The name of this alert source, for the user's reference
- Named
Expressions []AlertSource Beta Named Expression Args - An expression this resource owns, addressed by name.
- Owning
Team []stringIds - IDs of the teams that own this alert source
- Priority
Alert
Source Beta Priority Args - Rate
Limit AlertSharding Source Beta Rate Limit Sharding Args - Controls how this source's ingest rate limit is split into buckets.
- Secret
Token string - The token to use when sending alerts to this source. Only returned to callers with permission to update the source.
- Source
Type string - Type of alert source. Possible values are:
alertmanager,app_optics,azure_monitor,azure_devops,big_panda,bugsnag,checkly,chronosphere,cloudwatch,cloudflare,coralogix,cronitor,crowdstrike_falcon,dash0,datadog,dynatrace,elasticsearch,email,expel,github_issue,google_cloud,grafana,heartbeat,http,http_custom,honeycomb,icinga2,incoming_calls,jira,jsm,monte_carlo,nagios,new_relic,opsgenie,prtg,pager_duty,panther,pingdom,runscope,sns,salesforce_case,sentry,sentry_metric,service_now,splunk,status_cake,status_page_views,sumo_logic,uptime,vercel,wiz,zendesk. - Title
Alert
Source Beta Title Args - Version float64
- The source's current version, which increments on every write. Pass it back as expected_version to reject a write built from a stale read.
- Visible
To AlertTeams Source Beta Visible To Teams Args
- alert_
events_ stringurl - The URL to send alert events to
- auto_
resolve_ boolincident_ alerts - Whether alerts from this source keep counting down to auto-resolve while attached to an incident. Defaults to true. Has no effect without autoresolvetimeout_minutes.
- auto_
resolve_ numbertimeout_ minutes - How long to wait before automatically resolving alerts from this source
- description object
- disabled bool
- Whether monitoring is paused for this source. Only returned for source types that support being disabled.
- email_
address string - Email address this alert source receives alerts to
- email_
options object - filter_
condition_ list(object)groups - Conditions an incoming event must match to be ingested from this source, evaluated against the event's payload and this source's expressions.
- fixed_
team_ stringid - When set, the team every alert from this source is attributed to. The team attribute is managed from this field: it is not returned by the attribute endpoints and cannot be bound directly. While set, an
incident.AlertSourceAttributeresource binding the organisation's team attribute is rejected at apply time: the binding is managed from this field. - heartbeat_
options object - http_
custom_ objectoptions - is_
private bool - Whether alerts from this source are private
- jira_
options object - name string
- The name of this alert source, for the user's reference
- named_
expressions list(object) - An expression this resource owns, addressed by name.
- owning_
team_ list(string)ids - IDs of the teams that own this alert source
- priority object
- rate_
limit_ objectsharding - Controls how this source's ingest rate limit is split into buckets.
- secret_
token string - The token to use when sending alerts to this source. Only returned to callers with permission to update the source.
- source_
type string - Type of alert source. Possible values are:
alertmanager,app_optics,azure_monitor,azure_devops,big_panda,bugsnag,checkly,chronosphere,cloudwatch,cloudflare,coralogix,cronitor,crowdstrike_falcon,dash0,datadog,dynatrace,elasticsearch,email,expel,github_issue,google_cloud,grafana,heartbeat,http,http_custom,honeycomb,icinga2,incoming_calls,jira,jsm,monte_carlo,nagios,new_relic,opsgenie,prtg,pager_duty,panther,pingdom,runscope,sns,salesforce_case,sentry,sentry_metric,service_now,splunk,status_cake,status_page_views,sumo_logic,uptime,vercel,wiz,zendesk. - title object
- version number
- The source's current version, which increments on every write. Pass it back as expected_version to reject a write built from a stale read.
- visible_
to_ objectteams
- alert
Events StringUrl - The URL to send alert events to
- auto
Resolve BooleanIncident Alerts - Whether alerts from this source keep counting down to auto-resolve while attached to an incident. Defaults to true. Has no effect without autoresolvetimeout_minutes.
- auto
Resolve DoubleTimeout Minutes - How long to wait before automatically resolving alerts from this source
- description
Alert
Source Beta Description - disabled Boolean
- Whether monitoring is paused for this source. Only returned for source types that support being disabled.
- email
Address String - Email address this alert source receives alerts to
- email
Options AlertSource Beta Email Options - filter
Condition List<AlertGroups Source Beta Filter Condition Group> - Conditions an incoming event must match to be ingested from this source, evaluated against the event's payload and this source's expressions.
- fixed
Team StringId - When set, the team every alert from this source is attributed to. The team attribute is managed from this field: it is not returned by the attribute endpoints and cannot be bound directly. While set, an
incident.AlertSourceAttributeresource binding the organisation's team attribute is rejected at apply time: the binding is managed from this field. - heartbeat
Options AlertSource Beta Heartbeat Options - http
Custom AlertOptions Source Beta Http Custom Options - is
Private Boolean - Whether alerts from this source are private
- jira
Options AlertSource Beta Jira Options - name String
- The name of this alert source, for the user's reference
- named
Expressions List<AlertSource Beta Named Expression> - An expression this resource owns, addressed by name.
- owning
Team List<String>Ids - IDs of the teams that own this alert source
- priority
Alert
Source Beta Priority - rate
Limit AlertSharding Source Beta Rate Limit Sharding - Controls how this source's ingest rate limit is split into buckets.
- secret
Token String - The token to use when sending alerts to this source. Only returned to callers with permission to update the source.
- source
Type String - Type of alert source. Possible values are:
alertmanager,app_optics,azure_monitor,azure_devops,big_panda,bugsnag,checkly,chronosphere,cloudwatch,cloudflare,coralogix,cronitor,crowdstrike_falcon,dash0,datadog,dynatrace,elasticsearch,email,expel,github_issue,google_cloud,grafana,heartbeat,http,http_custom,honeycomb,icinga2,incoming_calls,jira,jsm,monte_carlo,nagios,new_relic,opsgenie,prtg,pager_duty,panther,pingdom,runscope,sns,salesforce_case,sentry,sentry_metric,service_now,splunk,status_cake,status_page_views,sumo_logic,uptime,vercel,wiz,zendesk. - title
Alert
Source Beta Title - version Double
- The source's current version, which increments on every write. Pass it back as expected_version to reject a write built from a stale read.
- visible
To AlertTeams Source Beta Visible To Teams
- alert
Events stringUrl - The URL to send alert events to
- auto
Resolve booleanIncident Alerts - Whether alerts from this source keep counting down to auto-resolve while attached to an incident. Defaults to true. Has no effect without autoresolvetimeout_minutes.
- auto
Resolve numberTimeout Minutes - How long to wait before automatically resolving alerts from this source
- description
Alert
Source Beta Description - disabled boolean
- Whether monitoring is paused for this source. Only returned for source types that support being disabled.
- email
Address string - Email address this alert source receives alerts to
- email
Options AlertSource Beta Email Options - filter
Condition AlertGroups Source Beta Filter Condition Group[] - Conditions an incoming event must match to be ingested from this source, evaluated against the event's payload and this source's expressions.
- fixed
Team stringId - When set, the team every alert from this source is attributed to. The team attribute is managed from this field: it is not returned by the attribute endpoints and cannot be bound directly. While set, an
incident.AlertSourceAttributeresource binding the organisation's team attribute is rejected at apply time: the binding is managed from this field. - heartbeat
Options AlertSource Beta Heartbeat Options - http
Custom AlertOptions Source Beta Http Custom Options - is
Private boolean - Whether alerts from this source are private
- jira
Options AlertSource Beta Jira Options - name string
- The name of this alert source, for the user's reference
- named
Expressions AlertSource Beta Named Expression[] - An expression this resource owns, addressed by name.
- owning
Team string[]Ids - IDs of the teams that own this alert source
- priority
Alert
Source Beta Priority - rate
Limit AlertSharding Source Beta Rate Limit Sharding - Controls how this source's ingest rate limit is split into buckets.
- secret
Token string - The token to use when sending alerts to this source. Only returned to callers with permission to update the source.
- source
Type string - Type of alert source. Possible values are:
alertmanager,app_optics,azure_monitor,azure_devops,big_panda,bugsnag,checkly,chronosphere,cloudwatch,cloudflare,coralogix,cronitor,crowdstrike_falcon,dash0,datadog,dynatrace,elasticsearch,email,expel,github_issue,google_cloud,grafana,heartbeat,http,http_custom,honeycomb,icinga2,incoming_calls,jira,jsm,monte_carlo,nagios,new_relic,opsgenie,prtg,pager_duty,panther,pingdom,runscope,sns,salesforce_case,sentry,sentry_metric,service_now,splunk,status_cake,status_page_views,sumo_logic,uptime,vercel,wiz,zendesk. - title
Alert
Source Beta Title - version number
- The source's current version, which increments on every write. Pass it back as expected_version to reject a write built from a stale read.
- visible
To AlertTeams Source Beta Visible To Teams
- alert_
events_ strurl - The URL to send alert events to
- auto_
resolve_ boolincident_ alerts - Whether alerts from this source keep counting down to auto-resolve while attached to an incident. Defaults to true. Has no effect without autoresolvetimeout_minutes.
- auto_
resolve_ floattimeout_ minutes - How long to wait before automatically resolving alerts from this source
- description
Alert
Source Beta Description Args - disabled bool
- Whether monitoring is paused for this source. Only returned for source types that support being disabled.
- email_
address str - Email address this alert source receives alerts to
- email_
options AlertSource Beta Email Options Args - filter_
condition_ Sequence[Alertgroups Source Beta Filter Condition Group Args] - Conditions an incoming event must match to be ingested from this source, evaluated against the event's payload and this source's expressions.
- fixed_
team_ strid - When set, the team every alert from this source is attributed to. The team attribute is managed from this field: it is not returned by the attribute endpoints and cannot be bound directly. While set, an
incident.AlertSourceAttributeresource binding the organisation's team attribute is rejected at apply time: the binding is managed from this field. - heartbeat_
options AlertSource Beta Heartbeat Options Args - http_
custom_ Alertoptions Source Beta Http Custom Options Args - is_
private bool - Whether alerts from this source are private
- jira_
options AlertSource Beta Jira Options Args - name str
- The name of this alert source, for the user's reference
- named_
expressions Sequence[AlertSource Beta Named Expression Args] - An expression this resource owns, addressed by name.
- owning_
team_ Sequence[str]ids - IDs of the teams that own this alert source
- priority
Alert
Source Beta Priority Args - rate_
limit_ Alertsharding Source Beta Rate Limit Sharding Args - Controls how this source's ingest rate limit is split into buckets.
- secret_
token str - The token to use when sending alerts to this source. Only returned to callers with permission to update the source.
- source_
type str - Type of alert source. Possible values are:
alertmanager,app_optics,azure_monitor,azure_devops,big_panda,bugsnag,checkly,chronosphere,cloudwatch,cloudflare,coralogix,cronitor,crowdstrike_falcon,dash0,datadog,dynatrace,elasticsearch,email,expel,github_issue,google_cloud,grafana,heartbeat,http,http_custom,honeycomb,icinga2,incoming_calls,jira,jsm,monte_carlo,nagios,new_relic,opsgenie,prtg,pager_duty,panther,pingdom,runscope,sns,salesforce_case,sentry,sentry_metric,service_now,splunk,status_cake,status_page_views,sumo_logic,uptime,vercel,wiz,zendesk. - title
Alert
Source Beta Title Args - version float
- The source's current version, which increments on every write. Pass it back as expected_version to reject a write built from a stale read.
- visible_
to_ Alertteams Source Beta Visible To Teams Args
- alert
Events StringUrl - The URL to send alert events to
- auto
Resolve BooleanIncident Alerts - Whether alerts from this source keep counting down to auto-resolve while attached to an incident. Defaults to true. Has no effect without autoresolvetimeout_minutes.
- auto
Resolve NumberTimeout Minutes - How long to wait before automatically resolving alerts from this source
- description Property Map
- disabled Boolean
- Whether monitoring is paused for this source. Only returned for source types that support being disabled.
- email
Address String - Email address this alert source receives alerts to
- email
Options Property Map - filter
Condition List<Property Map>Groups - Conditions an incoming event must match to be ingested from this source, evaluated against the event's payload and this source's expressions.
- fixed
Team StringId - When set, the team every alert from this source is attributed to. The team attribute is managed from this field: it is not returned by the attribute endpoints and cannot be bound directly. While set, an
incident.AlertSourceAttributeresource binding the organisation's team attribute is rejected at apply time: the binding is managed from this field. - heartbeat
Options Property Map - http
Custom Property MapOptions - is
Private Boolean - Whether alerts from this source are private
- jira
Options Property Map - name String
- The name of this alert source, for the user's reference
- named
Expressions List<Property Map> - An expression this resource owns, addressed by name.
- owning
Team List<String>Ids - IDs of the teams that own this alert source
- priority Property Map
- rate
Limit Property MapSharding - Controls how this source's ingest rate limit is split into buckets.
- secret
Token String - The token to use when sending alerts to this source. Only returned to callers with permission to update the source.
- source
Type String - Type of alert source. Possible values are:
alertmanager,app_optics,azure_monitor,azure_devops,big_panda,bugsnag,checkly,chronosphere,cloudwatch,cloudflare,coralogix,cronitor,crowdstrike_falcon,dash0,datadog,dynatrace,elasticsearch,email,expel,github_issue,google_cloud,grafana,heartbeat,http,http_custom,honeycomb,icinga2,incoming_calls,jira,jsm,monte_carlo,nagios,new_relic,opsgenie,prtg,pager_duty,panther,pingdom,runscope,sns,salesforce_case,sentry,sentry_metric,service_now,splunk,status_cake,status_page_views,sumo_logic,uptime,vercel,wiz,zendesk. - title Property Map
- version Number
- The source's current version, which increments on every write. Pass it back as expected_version to reject a write built from a stale read.
- visible
To Property MapTeams
Supporting Types
AlertSourceBetaDescription, AlertSourceBetaDescriptionArgs
- Literal string
- Fixed content, which may interpolate the scope with
{{ variable }}. Filterstruncate: Nandomit_if_unsetare supported. For content needing formatting a template can't express, pass a document fromdata.incident_rich_textwithfeature_set = "rich". - Reference string
- A reference into the scope whose value becomes the content, such as
payload.summary. Prefer a literal interpolating{{ payload.summary }}, which can also carry surrounding text.
- Literal string
- Fixed content, which may interpolate the scope with
{{ variable }}. Filterstruncate: Nandomit_if_unsetare supported. For content needing formatting a template can't express, pass a document fromdata.incident_rich_textwithfeature_set = "rich". - Reference string
- A reference into the scope whose value becomes the content, such as
payload.summary. Prefer a literal interpolating{{ payload.summary }}, which can also carry surrounding text.
- literal string
- Fixed content, which may interpolate the scope with
{{ variable }}. Filterstruncate: Nandomit_if_unsetare supported. For content needing formatting a template can't express, pass a document fromdata.incident_rich_textwithfeature_set = "rich". - reference string
- A reference into the scope whose value becomes the content, such as
payload.summary. Prefer a literal interpolating{{ payload.summary }}, which can also carry surrounding text.
- literal String
- Fixed content, which may interpolate the scope with
{{ variable }}. Filterstruncate: Nandomit_if_unsetare supported. For content needing formatting a template can't express, pass a document fromdata.incident_rich_textwithfeature_set = "rich". - reference String
- A reference into the scope whose value becomes the content, such as
payload.summary. Prefer a literal interpolating{{ payload.summary }}, which can also carry surrounding text.
- literal string
- Fixed content, which may interpolate the scope with
{{ variable }}. Filterstruncate: Nandomit_if_unsetare supported. For content needing formatting a template can't express, pass a document fromdata.incident_rich_textwithfeature_set = "rich". - reference string
- A reference into the scope whose value becomes the content, such as
payload.summary. Prefer a literal interpolating{{ payload.summary }}, which can also carry surrounding text.
- literal str
- Fixed content, which may interpolate the scope with
{{ variable }}. Filterstruncate: Nandomit_if_unsetare supported. For content needing formatting a template can't express, pass a document fromdata.incident_rich_textwithfeature_set = "rich". - reference str
- A reference into the scope whose value becomes the content, such as
payload.summary. Prefer a literal interpolating{{ payload.summary }}, which can also carry surrounding text.
- literal String
- Fixed content, which may interpolate the scope with
{{ variable }}. Filterstruncate: Nandomit_if_unsetare supported. For content needing formatting a template can't express, pass a document fromdata.incident_rich_textwithfeature_set = "rich". - reference String
- A reference into the scope whose value becomes the content, such as
payload.summary. Prefer a literal interpolating{{ payload.summary }}, which can also carry surrounding text.
AlertSourceBetaEmailOptions, AlertSourceBetaEmailOptionsArgs
- Redactions List<string>
- Which PII types to automatically redact from incoming email content before storage. Possible values are:
credit_card_numbers,us_social_security_numbers,phone_numbers. - Transform
Expression string - JavaScript expression to transform email fields into structured alert fields
- Redactions []string
- Which PII types to automatically redact from incoming email content before storage. Possible values are:
credit_card_numbers,us_social_security_numbers,phone_numbers. - Transform
Expression string - JavaScript expression to transform email fields into structured alert fields
- redactions list(string)
- Which PII types to automatically redact from incoming email content before storage. Possible values are:
credit_card_numbers,us_social_security_numbers,phone_numbers. - transform_
expression string - JavaScript expression to transform email fields into structured alert fields
- redactions List<String>
- Which PII types to automatically redact from incoming email content before storage. Possible values are:
credit_card_numbers,us_social_security_numbers,phone_numbers. - transform
Expression String - JavaScript expression to transform email fields into structured alert fields
- redactions string[]
- Which PII types to automatically redact from incoming email content before storage. Possible values are:
credit_card_numbers,us_social_security_numbers,phone_numbers. - transform
Expression string - JavaScript expression to transform email fields into structured alert fields
- redactions Sequence[str]
- Which PII types to automatically redact from incoming email content before storage. Possible values are:
credit_card_numbers,us_social_security_numbers,phone_numbers. - transform_
expression str - JavaScript expression to transform email fields into structured alert fields
- redactions List<String>
- Which PII types to automatically redact from incoming email content before storage. Possible values are:
credit_card_numbers,us_social_security_numbers,phone_numbers. - transform
Expression String - JavaScript expression to transform email fields into structured alert fields
AlertSourceBetaFilterConditionGroup, AlertSourceBetaFilterConditionGroupArgs
- Conditions
List<Alert
Source Beta Filter Condition Group Condition> - The prerequisite conditions that must all be satisfied
- Conditions
[]Alert
Source Beta Filter Condition Group Condition - The prerequisite conditions that must all be satisfied
- conditions list(object)
- The prerequisite conditions that must all be satisfied
- conditions
List<Alert
Source Beta Filter Condition Group Condition> - The prerequisite conditions that must all be satisfied
- conditions
Alert
Source Beta Filter Condition Group Condition[] - The prerequisite conditions that must all be satisfied
- conditions
Sequence[Alert
Source Beta Filter Condition Group Condition] - The prerequisite conditions that must all be satisfied
- conditions List<Property Map>
- The prerequisite conditions that must all be satisfied
AlertSourceBetaFilterConditionGroupCondition, AlertSourceBetaFilterConditionGroupConditionArgs
- Operation string
- The logical operation to be applied
- Param
Bindings List<AlertSource Beta Filter Condition Group Condition Param Binding> - Bindings for the operation parameters
- Subject string
- The subject of the condition, on which the operation is applied
- Operation string
- The logical operation to be applied
- Param
Bindings []AlertSource Beta Filter Condition Group Condition Param Binding - Bindings for the operation parameters
- Subject string
- The subject of the condition, on which the operation is applied
- operation string
- The logical operation to be applied
- param_
bindings list(object) - Bindings for the operation parameters
- subject string
- The subject of the condition, on which the operation is applied
- operation String
- The logical operation to be applied
- param
Bindings List<AlertSource Beta Filter Condition Group Condition Param Binding> - Bindings for the operation parameters
- subject String
- The subject of the condition, on which the operation is applied
- operation string
- The logical operation to be applied
- param
Bindings AlertSource Beta Filter Condition Group Condition Param Binding[] - Bindings for the operation parameters
- subject string
- The subject of the condition, on which the operation is applied
- operation str
- The logical operation to be applied
- param_
bindings Sequence[AlertSource Beta Filter Condition Group Condition Param Binding] - Bindings for the operation parameters
- subject str
- The subject of the condition, on which the operation is applied
- operation String
- The logical operation to be applied
- param
Bindings List<Property Map> - Bindings for the operation parameters
- subject String
- The subject of the condition, on which the operation is applied
AlertSourceBetaFilterConditionGroupConditionParamBinding, AlertSourceBetaFilterConditionGroupConditionParamBindingArgs
- Array
Values List<AlertSource Beta Filter Condition Group Condition Param Binding Array Value> - The array of literal or reference parameter values
- Expression
Ref string - The name of an expression on this resource, whose result becomes the value. Shorthand for referencing
expressions["name"]. - Value
Alert
Source Beta Filter Condition Group Condition Param Binding Value - The literal or reference parameter value
- Value
Literal string - A fixed value, shorthand for
value = { literal = ... }. A catalog entry ID is a literal, not a reference. - Value
Reference string - A reference into the scope, shorthand for
value = { reference = ... }. - Values List<string>
- Several fixed values, shorthand for an
array_valueof literals. For a mix of literals and references, usearray_value.
- Array
Values []AlertSource Beta Filter Condition Group Condition Param Binding Array Value - The array of literal or reference parameter values
- Expression
Ref string - The name of an expression on this resource, whose result becomes the value. Shorthand for referencing
expressions["name"]. - Value
Alert
Source Beta Filter Condition Group Condition Param Binding Value - The literal or reference parameter value
- Value
Literal string - A fixed value, shorthand for
value = { literal = ... }. A catalog entry ID is a literal, not a reference. - Value
Reference string - A reference into the scope, shorthand for
value = { reference = ... }. - Values []string
- Several fixed values, shorthand for an
array_valueof literals. For a mix of literals and references, usearray_value.
- array_
values list(object) - The array of literal or reference parameter values
- expression_
ref string - The name of an expression on this resource, whose result becomes the value. Shorthand for referencing
expressions["name"]. - value object
- The literal or reference parameter value
- value_
literal string - A fixed value, shorthand for
value = { literal = ... }. A catalog entry ID is a literal, not a reference. - value_
reference string - A reference into the scope, shorthand for
value = { reference = ... }. - values list(string)
- Several fixed values, shorthand for an
array_valueof literals. For a mix of literals and references, usearray_value.
- array
Values List<AlertSource Beta Filter Condition Group Condition Param Binding Array Value> - The array of literal or reference parameter values
- expression
Ref String - The name of an expression on this resource, whose result becomes the value. Shorthand for referencing
expressions["name"]. - value
Alert
Source Beta Filter Condition Group Condition Param Binding Value - The literal or reference parameter value
- value
Literal String - A fixed value, shorthand for
value = { literal = ... }. A catalog entry ID is a literal, not a reference. - value
Reference String - A reference into the scope, shorthand for
value = { reference = ... }. - values List<String>
- Several fixed values, shorthand for an
array_valueof literals. For a mix of literals and references, usearray_value.
- array
Values AlertSource Beta Filter Condition Group Condition Param Binding Array Value[] - The array of literal or reference parameter values
- expression
Ref string - The name of an expression on this resource, whose result becomes the value. Shorthand for referencing
expressions["name"]. - value
Alert
Source Beta Filter Condition Group Condition Param Binding Value - The literal or reference parameter value
- value
Literal string - A fixed value, shorthand for
value = { literal = ... }. A catalog entry ID is a literal, not a reference. - value
Reference string - A reference into the scope, shorthand for
value = { reference = ... }. - values string[]
- Several fixed values, shorthand for an
array_valueof literals. For a mix of literals and references, usearray_value.
- array_
values Sequence[AlertSource Beta Filter Condition Group Condition Param Binding Array Value] - The array of literal or reference parameter values
- expression_
ref str - The name of an expression on this resource, whose result becomes the value. Shorthand for referencing
expressions["name"]. - value
Alert
Source Beta Filter Condition Group Condition Param Binding Value - The literal or reference parameter value
- value_
literal str - A fixed value, shorthand for
value = { literal = ... }. A catalog entry ID is a literal, not a reference. - value_
reference str - A reference into the scope, shorthand for
value = { reference = ... }. - values Sequence[str]
- Several fixed values, shorthand for an
array_valueof literals. For a mix of literals and references, usearray_value.
- array
Values List<Property Map> - The array of literal or reference parameter values
- expression
Ref String - The name of an expression on this resource, whose result becomes the value. Shorthand for referencing
expressions["name"]. - value Property Map
- The literal or reference parameter value
- value
Literal String - A fixed value, shorthand for
value = { literal = ... }. A catalog entry ID is a literal, not a reference. - value
Reference String - A reference into the scope, shorthand for
value = { reference = ... }. - values List<String>
- Several fixed values, shorthand for an
array_valueof literals. For a mix of literals and references, usearray_value.
AlertSourceBetaFilterConditionGroupConditionParamBindingArrayValue, AlertSourceBetaFilterConditionGroupConditionParamBindingArrayValueArgs
AlertSourceBetaFilterConditionGroupConditionParamBindingValue, AlertSourceBetaFilterConditionGroupConditionParamBindingValueArgs
AlertSourceBetaHeartbeatOptions, AlertSourceBetaHeartbeatOptionsArgs
- Interval
Seconds double - How often a ping is expected, in seconds.
- Failure
Threshold double - Number of consecutive missed pings before an alert fires.
- Grace
Period doubleSeconds - How long after a missed ping before the heartbeat is considered late, in seconds. If zero, it transitions directly to failing.
- Ping
Url string - The URL to POST to in order to send a heartbeat ping.
- Interval
Seconds float64 - How often a ping is expected, in seconds.
- Failure
Threshold float64 - Number of consecutive missed pings before an alert fires.
- Grace
Period float64Seconds - How long after a missed ping before the heartbeat is considered late, in seconds. If zero, it transitions directly to failing.
- Ping
Url string - The URL to POST to in order to send a heartbeat ping.
- interval_
seconds number - How often a ping is expected, in seconds.
- failure_
threshold number - Number of consecutive missed pings before an alert fires.
- grace_
period_ numberseconds - How long after a missed ping before the heartbeat is considered late, in seconds. If zero, it transitions directly to failing.
- ping_
url string - The URL to POST to in order to send a heartbeat ping.
- interval
Seconds Double - How often a ping is expected, in seconds.
- failure
Threshold Double - Number of consecutive missed pings before an alert fires.
- grace
Period DoubleSeconds - How long after a missed ping before the heartbeat is considered late, in seconds. If zero, it transitions directly to failing.
- ping
Url String - The URL to POST to in order to send a heartbeat ping.
- interval
Seconds number - How often a ping is expected, in seconds.
- failure
Threshold number - Number of consecutive missed pings before an alert fires.
- grace
Period numberSeconds - How long after a missed ping before the heartbeat is considered late, in seconds. If zero, it transitions directly to failing.
- ping
Url string - The URL to POST to in order to send a heartbeat ping.
- interval_
seconds float - How often a ping is expected, in seconds.
- failure_
threshold float - Number of consecutive missed pings before an alert fires.
- grace_
period_ floatseconds - How long after a missed ping before the heartbeat is considered late, in seconds. If zero, it transitions directly to failing.
- ping_
url str - The URL to POST to in order to send a heartbeat ping.
- interval
Seconds Number - How often a ping is expected, in seconds.
- failure
Threshold Number - Number of consecutive missed pings before an alert fires.
- grace
Period NumberSeconds - How long after a missed ping before the heartbeat is considered late, in seconds. If zero, it transitions directly to failing.
- ping
Url String - The URL to POST to in order to send a heartbeat ping.
AlertSourceBetaHttpCustomOptions, AlertSourceBetaHttpCustomOptionsArgs
- Deduplication
Key stringPath - JSON path to extract the deduplication key from the payload
- Transform
Expression string - JavaScript expression that returns an object with all alert fields
- Deduplication
Key stringPath - JSON path to extract the deduplication key from the payload
- Transform
Expression string - JavaScript expression that returns an object with all alert fields
- deduplication_
key_ stringpath - JSON path to extract the deduplication key from the payload
- transform_
expression string - JavaScript expression that returns an object with all alert fields
- deduplication
Key StringPath - JSON path to extract the deduplication key from the payload
- transform
Expression String - JavaScript expression that returns an object with all alert fields
- deduplication
Key stringPath - JSON path to extract the deduplication key from the payload
- transform
Expression string - JavaScript expression that returns an object with all alert fields
- deduplication_
key_ strpath - JSON path to extract the deduplication key from the payload
- transform_
expression str - JavaScript expression that returns an object with all alert fields
- deduplication
Key StringPath - JSON path to extract the deduplication key from the payload
- transform
Expression String - JavaScript expression that returns an object with all alert fields
AlertSourceBetaJiraOptions, AlertSourceBetaJiraOptionsArgs
- Project
Ids List<string> - Which projects in Jira should this alert source watch for new issues? IDs can either be IDs of the projects in Jira, or ID of catalog entries in the 'Jira Project' catalog type.
- Project
Ids []string - Which projects in Jira should this alert source watch for new issues? IDs can either be IDs of the projects in Jira, or ID of catalog entries in the 'Jira Project' catalog type.
- project_
ids list(string) - Which projects in Jira should this alert source watch for new issues? IDs can either be IDs of the projects in Jira, or ID of catalog entries in the 'Jira Project' catalog type.
- project
Ids List<String> - Which projects in Jira should this alert source watch for new issues? IDs can either be IDs of the projects in Jira, or ID of catalog entries in the 'Jira Project' catalog type.
- project
Ids string[] - Which projects in Jira should this alert source watch for new issues? IDs can either be IDs of the projects in Jira, or ID of catalog entries in the 'Jira Project' catalog type.
- project_
ids Sequence[str] - Which projects in Jira should this alert source watch for new issues? IDs can either be IDs of the projects in Jira, or ID of catalog entries in the 'Jira Project' catalog type.
- project
Ids List<String> - Which projects in Jira should this alert source watch for new issues? IDs can either be IDs of the projects in Jira, or ID of catalog entries in the 'Jira Project' catalog type.
AlertSourceBetaNamedExpression, AlertSourceBetaNamedExpressionArgs
- Name string
- A name for this expression, unique within this resource, referenced by expression_ref.
- Fallback
Alert
Source Beta Named Expression Fallback - What this expression produces when nothing else matched.
- Label string
- What the dashboard shows for this expression. Defaults to the name. Set it when importing a source whose expressions were labelled in the dashboard, so those labels survive.
- Operations
List<Alert
Source Beta Named Expression Operation> - An ordered pipeline. Each operation feeds the next.
- Start
From string - Where the expression starts: "payload", "alert", "." for a branches-only expression, or a scope path. Required when the block is present.
- Name string
- A name for this expression, unique within this resource, referenced by expression_ref.
- Fallback
Alert
Source Beta Named Expression Fallback - What this expression produces when nothing else matched.
- Label string
- What the dashboard shows for this expression. Defaults to the name. Set it when importing a source whose expressions were labelled in the dashboard, so those labels survive.
- Operations
[]Alert
Source Beta Named Expression Operation - An ordered pipeline. Each operation feeds the next.
- Start
From string - Where the expression starts: "payload", "alert", "." for a branches-only expression, or a scope path. Required when the block is present.
- name string
- A name for this expression, unique within this resource, referenced by expression_ref.
- fallback object
- What this expression produces when nothing else matched.
- label string
- What the dashboard shows for this expression. Defaults to the name. Set it when importing a source whose expressions were labelled in the dashboard, so those labels survive.
- operations list(object)
- An ordered pipeline. Each operation feeds the next.
- start_
from string - Where the expression starts: "payload", "alert", "." for a branches-only expression, or a scope path. Required when the block is present.
- name String
- A name for this expression, unique within this resource, referenced by expression_ref.
- fallback
Alert
Source Beta Named Expression Fallback - What this expression produces when nothing else matched.
- label String
- What the dashboard shows for this expression. Defaults to the name. Set it when importing a source whose expressions were labelled in the dashboard, so those labels survive.
- operations
List<Alert
Source Beta Named Expression Operation> - An ordered pipeline. Each operation feeds the next.
- start
From String - Where the expression starts: "payload", "alert", "." for a branches-only expression, or a scope path. Required when the block is present.
- name string
- A name for this expression, unique within this resource, referenced by expression_ref.
- fallback
Alert
Source Beta Named Expression Fallback - What this expression produces when nothing else matched.
- label string
- What the dashboard shows for this expression. Defaults to the name. Set it when importing a source whose expressions were labelled in the dashboard, so those labels survive.
- operations
Alert
Source Beta Named Expression Operation[] - An ordered pipeline. Each operation feeds the next.
- start
From string - Where the expression starts: "payload", "alert", "." for a branches-only expression, or a scope path. Required when the block is present.
- name str
- A name for this expression, unique within this resource, referenced by expression_ref.
- fallback
Alert
Source Beta Named Expression Fallback - What this expression produces when nothing else matched.
- label str
- What the dashboard shows for this expression. Defaults to the name. Set it when importing a source whose expressions were labelled in the dashboard, so those labels survive.
- operations
Sequence[Alert
Source Beta Named Expression Operation] - An ordered pipeline. Each operation feeds the next.
- start_
from str - Where the expression starts: "payload", "alert", "." for a branches-only expression, or a scope path. Required when the block is present.
- name String
- A name for this expression, unique within this resource, referenced by expression_ref.
- fallback Property Map
- What this expression produces when nothing else matched.
- label String
- What the dashboard shows for this expression. Defaults to the name. Set it when importing a source whose expressions were labelled in the dashboard, so those labels survive.
- operations List<Property Map>
- An ordered pipeline. Each operation feeds the next.
- start
From String - Where the expression starts: "payload", "alert", "." for a branches-only expression, or a scope path. Required when the block is present.
AlertSourceBetaNamedExpressionFallback, AlertSourceBetaNamedExpressionFallbackArgs
- Else
Alert
Source Beta Named Expression Fallback Else - The unconditional default for the shorthand above.
- Else
Ifs List<AlertSource Beta Named Expression Fallback Else If> - Tried in order, after if.
- Expression
Ref string - The name of a named_expression in this resource.
- If
Alert
Source Beta Named Expression Fallback If - Shorthand for a branching fallback.
- Result
Alert
Source Beta Named Expression Fallback Result - A flat, unconditional value.
- Else
Alert
Source Beta Named Expression Fallback Else - The unconditional default for the shorthand above.
- Else
Ifs []AlertSource Beta Named Expression Fallback Else If - Tried in order, after if.
- Expression
Ref string - The name of a named_expression in this resource.
- If
Alert
Source Beta Named Expression Fallback If - Shorthand for a branching fallback.
- Result
Alert
Source Beta Named Expression Fallback Result - A flat, unconditional value.
- else object
- The unconditional default for the shorthand above.
- else_
ifs list(object) - Tried in order, after if.
- expression_
ref string - The name of a named_expression in this resource.
- if object
- Shorthand for a branching fallback.
- result object
- A flat, unconditional value.
- else
Ifs List<AlertSource Beta Named Expression Fallback Else If> - Tried in order, after if.
- else_
Alert
Source Beta Named Expression Fallback Else - The unconditional default for the shorthand above.
- expression
Ref String - The name of a named_expression in this resource.
- if_
Alert
Source Beta Named Expression Fallback If - Shorthand for a branching fallback.
- result
Alert
Source Beta Named Expression Fallback Result - A flat, unconditional value.
- else
Alert
Source Beta Named Expression Fallback Else - The unconditional default for the shorthand above.
- else
Ifs AlertSource Beta Named Expression Fallback Else If[] - Tried in order, after if.
- expression
Ref string - The name of a named_expression in this resource.
- if
Alert
Source Beta Named Expression Fallback If - Shorthand for a branching fallback.
- result
Alert
Source Beta Named Expression Fallback Result - A flat, unconditional value.
- else_
Alert
Source Beta Named Expression Fallback Else - The unconditional default for the shorthand above.
- else_
ifs Sequence[AlertSource Beta Named Expression Fallback Else If] - Tried in order, after if.
- expression_
ref str - The name of a named_expression in this resource.
- if_
Alert
Source Beta Named Expression Fallback If - Shorthand for a branching fallback.
- result
Alert
Source Beta Named Expression Fallback Result - A flat, unconditional value.
- else Property Map
- The unconditional default for the shorthand above.
- else
Ifs List<Property Map> - Tried in order, after if.
- expression
Ref String - The name of a named_expression in this resource.
- if Property Map
- Shorthand for a branching fallback.
- result Property Map
- A flat, unconditional value.
AlertSourceBetaNamedExpressionFallbackElse, AlertSourceBetaNamedExpressionFallbackElseArgs
- Result
Alert
Source Beta Named Expression Fallback Else Result - The value to fall back to. Required when the block is present.
- Result
Alert
Source Beta Named Expression Fallback Else Result - The value to fall back to. Required when the block is present.
- result
Alert
Source Beta Named Expression Fallback Else Result - The value to fall back to. Required when the block is present.
- result
Alert
Source Beta Named Expression Fallback Else Result - The value to fall back to. Required when the block is present.
- result
Alert
Source Beta Named Expression Fallback Else Result - The value to fall back to. Required when the block is present.
- result Property Map
- The value to fall back to. Required when the block is present.
AlertSourceBetaNamedExpressionFallbackElseIf, AlertSourceBetaNamedExpressionFallbackElseIfArgs
- Condition
Groups List<AlertSource Beta Named Expression Fallback Else If Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- Conditions
List<Alert
Source Beta Named Expression Fallback Else If Condition> - All of these must hold. Sugar for a single condition group.
- Result
Alert
Source Beta Named Expression Fallback Else If Result - The value this branch produces. Required when the branch is present.
- Condition
Groups []AlertSource Beta Named Expression Fallback Else If Condition Group - Groups are OR'd; conditions within a group are AND'd.
- Conditions
[]Alert
Source Beta Named Expression Fallback Else If Condition - All of these must hold. Sugar for a single condition group.
- Result
Alert
Source Beta Named Expression Fallback Else If Result - The value this branch produces. Required when the branch is present.
- condition_
groups list(object) - Groups are OR'd; conditions within a group are AND'd.
- conditions list(object)
- All of these must hold. Sugar for a single condition group.
- result object
- The value this branch produces. Required when the branch is present.
- condition
Groups List<AlertSource Beta Named Expression Fallback Else If Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- conditions
List<Alert
Source Beta Named Expression Fallback Else If Condition> - All of these must hold. Sugar for a single condition group.
- result
Alert
Source Beta Named Expression Fallback Else If Result - The value this branch produces. Required when the branch is present.
- condition
Groups AlertSource Beta Named Expression Fallback Else If Condition Group[] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Alert
Source Beta Named Expression Fallback Else If Condition[] - All of these must hold. Sugar for a single condition group.
- result
Alert
Source Beta Named Expression Fallback Else If Result - The value this branch produces. Required when the branch is present.
- condition_
groups Sequence[AlertSource Beta Named Expression Fallback Else If Condition Group] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Sequence[Alert
Source Beta Named Expression Fallback Else If Condition] - All of these must hold. Sugar for a single condition group.
- result
Alert
Source Beta Named Expression Fallback Else If Result - The value this branch produces. Required when the branch is present.
- condition
Groups List<Property Map> - Groups are OR'd; conditions within a group are AND'd.
- conditions List<Property Map>
- All of these must hold. Sugar for a single condition group.
- result Property Map
- The value this branch produces. Required when the branch is present.
AlertSourceBetaNamedExpressionFallbackElseIfCondition, AlertSourceBetaNamedExpressionFallbackElseIfConditionArgs
- Operation string
- How the subject is tested. The available operations depend on the subject's type.
- Subject string
- The reference this condition tests.
- Params
List<Alert
Source Beta Named Expression Fallback Else If Condition Param> - Positional parameters for the operation.
- Operation string
- How the subject is tested. The available operations depend on the subject's type.
- Subject string
- The reference this condition tests.
- Params
[]Alert
Source Beta Named Expression Fallback Else If Condition Param - Positional parameters for the operation.
- operation string
- How the subject is tested. The available operations depend on the subject's type.
- subject string
- The reference this condition tests.
- params list(object)
- Positional parameters for the operation.
- operation String
- How the subject is tested. The available operations depend on the subject's type.
- subject String
- The reference this condition tests.
- params
List<Alert
Source Beta Named Expression Fallback Else If Condition Param> - Positional parameters for the operation.
- operation string
- How the subject is tested. The available operations depend on the subject's type.
- subject string
- The reference this condition tests.
- params
Alert
Source Beta Named Expression Fallback Else If Condition Param[] - Positional parameters for the operation.
- operation str
- How the subject is tested. The available operations depend on the subject's type.
- subject str
- The reference this condition tests.
- params
Sequence[Alert
Source Beta Named Expression Fallback Else If Condition Param] - Positional parameters for the operation.
- operation String
- How the subject is tested. The available operations depend on the subject's type.
- subject String
- The reference this condition tests.
- params List<Property Map>
- Positional parameters for the operation.
AlertSourceBetaNamedExpressionFallbackElseIfConditionGroup, AlertSourceBetaNamedExpressionFallbackElseIfConditionGroupArgs
- Conditions
List<Alert
Source Beta Named Expression Fallback Else If Condition Group Condition> - All of these must hold for the group to hold.
- Conditions
[]Alert
Source Beta Named Expression Fallback Else If Condition Group Condition - All of these must hold for the group to hold.
- conditions list(object)
- All of these must hold for the group to hold.
- conditions
List<Alert
Source Beta Named Expression Fallback Else If Condition Group Condition> - All of these must hold for the group to hold.
- conditions
Alert
Source Beta Named Expression Fallback Else If Condition Group Condition[] - All of these must hold for the group to hold.
- conditions
Sequence[Alert
Source Beta Named Expression Fallback Else If Condition Group Condition] - All of these must hold for the group to hold.
- conditions List<Property Map>
- All of these must hold for the group to hold.
AlertSourceBetaNamedExpressionFallbackElseIfConditionGroupCondition, AlertSourceBetaNamedExpressionFallbackElseIfConditionGroupConditionArgs
- Operation string
- How the subject is tested. The available operations depend on the subject's type.
- Subject string
- The reference this condition tests.
- Params
List<Alert
Source Beta Named Expression Fallback Else If Condition Group Condition Param> - Positional parameters for the operation.
- Operation string
- How the subject is tested. The available operations depend on the subject's type.
- Subject string
- The reference this condition tests.
- Params
[]Alert
Source Beta Named Expression Fallback Else If Condition Group Condition Param - Positional parameters for the operation.
- operation string
- How the subject is tested. The available operations depend on the subject's type.
- subject string
- The reference this condition tests.
- params list(object)
- Positional parameters for the operation.
- operation String
- How the subject is tested. The available operations depend on the subject's type.
- subject String
- The reference this condition tests.
- params
List<Alert
Source Beta Named Expression Fallback Else If Condition Group Condition Param> - Positional parameters for the operation.
- operation string
- How the subject is tested. The available operations depend on the subject's type.
- subject string
- The reference this condition tests.
- params
Alert
Source Beta Named Expression Fallback Else If Condition Group Condition Param[] - Positional parameters for the operation.
- operation str
- How the subject is tested. The available operations depend on the subject's type.
- subject str
- The reference this condition tests.
- params
Sequence[Alert
Source Beta Named Expression Fallback Else If Condition Group Condition Param] - Positional parameters for the operation.
- operation String
- How the subject is tested. The available operations depend on the subject's type.
- subject String
- The reference this condition tests.
- params List<Property Map>
- Positional parameters for the operation.
AlertSourceBetaNamedExpressionFallbackElseIfConditionGroupConditionParam, AlertSourceBetaNamedExpressionFallbackElseIfConditionGroupConditionParamArgs
- Array
Values List<AlertSource Beta Named Expression Fallback Else If Condition Group Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Alert
Source Beta Named Expression Fallback Else If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []AlertSource Beta Named Expression Fallback Else If Condition Group Condition Param Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Alert
Source Beta Named Expression Fallback Else If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<AlertSource Beta Named Expression Fallback Else If Condition Group Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Fallback Else If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values AlertSource Beta Named Expression Fallback Else If Condition Group Condition Param Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Fallback Else If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[AlertSource Beta Named Expression Fallback Else If Condition Group Condition Param Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Fallback Else If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
AlertSourceBetaNamedExpressionFallbackElseIfConditionGroupConditionParamArrayValue, AlertSourceBetaNamedExpressionFallbackElseIfConditionGroupConditionParamArrayValueArgs
AlertSourceBetaNamedExpressionFallbackElseIfConditionGroupConditionParamValue, AlertSourceBetaNamedExpressionFallbackElseIfConditionGroupConditionParamValueArgs
AlertSourceBetaNamedExpressionFallbackElseIfConditionParam, AlertSourceBetaNamedExpressionFallbackElseIfConditionParamArgs
- Array
Values List<AlertSource Beta Named Expression Fallback Else If Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Alert
Source Beta Named Expression Fallback Else If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []AlertSource Beta Named Expression Fallback Else If Condition Param Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Alert
Source Beta Named Expression Fallback Else If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<AlertSource Beta Named Expression Fallback Else If Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Fallback Else If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values AlertSource Beta Named Expression Fallback Else If Condition Param Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Fallback Else If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[AlertSource Beta Named Expression Fallback Else If Condition Param Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Fallback Else If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
AlertSourceBetaNamedExpressionFallbackElseIfConditionParamArrayValue, AlertSourceBetaNamedExpressionFallbackElseIfConditionParamArrayValueArgs
AlertSourceBetaNamedExpressionFallbackElseIfConditionParamValue, AlertSourceBetaNamedExpressionFallbackElseIfConditionParamValueArgs
AlertSourceBetaNamedExpressionFallbackElseIfResult, AlertSourceBetaNamedExpressionFallbackElseIfResultArgs
- Array
Values List<AlertSource Beta Named Expression Fallback Else If Result Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Alert
Source Beta Named Expression Fallback Else If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []AlertSource Beta Named Expression Fallback Else If Result Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Alert
Source Beta Named Expression Fallback Else If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<AlertSource Beta Named Expression Fallback Else If Result Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Fallback Else If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values AlertSource Beta Named Expression Fallback Else If Result Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Fallback Else If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[AlertSource Beta Named Expression Fallback Else If Result Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Fallback Else If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
AlertSourceBetaNamedExpressionFallbackElseIfResultArrayValue, AlertSourceBetaNamedExpressionFallbackElseIfResultArrayValueArgs
AlertSourceBetaNamedExpressionFallbackElseIfResultValue, AlertSourceBetaNamedExpressionFallbackElseIfResultValueArgs
AlertSourceBetaNamedExpressionFallbackElseResult, AlertSourceBetaNamedExpressionFallbackElseResultArgs
- Array
Values List<AlertSource Beta Named Expression Fallback Else Result Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Alert
Source Beta Named Expression Fallback Else Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []AlertSource Beta Named Expression Fallback Else Result Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Alert
Source Beta Named Expression Fallback Else Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<AlertSource Beta Named Expression Fallback Else Result Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Fallback Else Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values AlertSource Beta Named Expression Fallback Else Result Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Fallback Else Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[AlertSource Beta Named Expression Fallback Else Result Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Fallback Else Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
AlertSourceBetaNamedExpressionFallbackElseResultArrayValue, AlertSourceBetaNamedExpressionFallbackElseResultArrayValueArgs
AlertSourceBetaNamedExpressionFallbackElseResultValue, AlertSourceBetaNamedExpressionFallbackElseResultValueArgs
AlertSourceBetaNamedExpressionFallbackIf, AlertSourceBetaNamedExpressionFallbackIfArgs
- Condition
Groups List<AlertSource Beta Named Expression Fallback If Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- Conditions
List<Alert
Source Beta Named Expression Fallback If Condition> - All of these must hold. Sugar for a single condition group.
- Result
Alert
Source Beta Named Expression Fallback If Result - The value this branch produces. Required when the branch is present.
- Condition
Groups []AlertSource Beta Named Expression Fallback If Condition Group - Groups are OR'd; conditions within a group are AND'd.
- Conditions
[]Alert
Source Beta Named Expression Fallback If Condition - All of these must hold. Sugar for a single condition group.
- Result
Alert
Source Beta Named Expression Fallback If Result - The value this branch produces. Required when the branch is present.
- condition_
groups list(object) - Groups are OR'd; conditions within a group are AND'd.
- conditions list(object)
- All of these must hold. Sugar for a single condition group.
- result object
- The value this branch produces. Required when the branch is present.
- condition
Groups List<AlertSource Beta Named Expression Fallback If Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- conditions
List<Alert
Source Beta Named Expression Fallback If Condition> - All of these must hold. Sugar for a single condition group.
- result
Alert
Source Beta Named Expression Fallback If Result - The value this branch produces. Required when the branch is present.
- condition
Groups AlertSource Beta Named Expression Fallback If Condition Group[] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Alert
Source Beta Named Expression Fallback If Condition[] - All of these must hold. Sugar for a single condition group.
- result
Alert
Source Beta Named Expression Fallback If Result - The value this branch produces. Required when the branch is present.
- condition_
groups Sequence[AlertSource Beta Named Expression Fallback If Condition Group] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Sequence[Alert
Source Beta Named Expression Fallback If Condition] - All of these must hold. Sugar for a single condition group.
- result
Alert
Source Beta Named Expression Fallback If Result - The value this branch produces. Required when the branch is present.
- condition
Groups List<Property Map> - Groups are OR'd; conditions within a group are AND'd.
- conditions List<Property Map>
- All of these must hold. Sugar for a single condition group.
- result Property Map
- The value this branch produces. Required when the branch is present.
AlertSourceBetaNamedExpressionFallbackIfCondition, AlertSourceBetaNamedExpressionFallbackIfConditionArgs
- Operation string
- How the subject is tested. The available operations depend on the subject's type.
- Subject string
- The reference this condition tests.
- Params
List<Alert
Source Beta Named Expression Fallback If Condition Param> - Positional parameters for the operation.
- Operation string
- How the subject is tested. The available operations depend on the subject's type.
- Subject string
- The reference this condition tests.
- Params
[]Alert
Source Beta Named Expression Fallback If Condition Param - Positional parameters for the operation.
- operation string
- How the subject is tested. The available operations depend on the subject's type.
- subject string
- The reference this condition tests.
- params list(object)
- Positional parameters for the operation.
- operation String
- How the subject is tested. The available operations depend on the subject's type.
- subject String
- The reference this condition tests.
- params
List<Alert
Source Beta Named Expression Fallback If Condition Param> - Positional parameters for the operation.
- operation string
- How the subject is tested. The available operations depend on the subject's type.
- subject string
- The reference this condition tests.
- params
Alert
Source Beta Named Expression Fallback If Condition Param[] - Positional parameters for the operation.
- operation str
- How the subject is tested. The available operations depend on the subject's type.
- subject str
- The reference this condition tests.
- params
Sequence[Alert
Source Beta Named Expression Fallback If Condition Param] - Positional parameters for the operation.
- operation String
- How the subject is tested. The available operations depend on the subject's type.
- subject String
- The reference this condition tests.
- params List<Property Map>
- Positional parameters for the operation.
AlertSourceBetaNamedExpressionFallbackIfConditionGroup, AlertSourceBetaNamedExpressionFallbackIfConditionGroupArgs
- Conditions
List<Alert
Source Beta Named Expression Fallback If Condition Group Condition> - All of these must hold for the group to hold.
- Conditions
[]Alert
Source Beta Named Expression Fallback If Condition Group Condition - All of these must hold for the group to hold.
- conditions list(object)
- All of these must hold for the group to hold.
- conditions
List<Alert
Source Beta Named Expression Fallback If Condition Group Condition> - All of these must hold for the group to hold.
- conditions
Alert
Source Beta Named Expression Fallback If Condition Group Condition[] - All of these must hold for the group to hold.
- conditions
Sequence[Alert
Source Beta Named Expression Fallback If Condition Group Condition] - All of these must hold for the group to hold.
- conditions List<Property Map>
- All of these must hold for the group to hold.
AlertSourceBetaNamedExpressionFallbackIfConditionGroupCondition, AlertSourceBetaNamedExpressionFallbackIfConditionGroupConditionArgs
- Operation string
- How the subject is tested. The available operations depend on the subject's type.
- Subject string
- The reference this condition tests.
- Params
List<Alert
Source Beta Named Expression Fallback If Condition Group Condition Param> - Positional parameters for the operation.
- Operation string
- How the subject is tested. The available operations depend on the subject's type.
- Subject string
- The reference this condition tests.
- Params
[]Alert
Source Beta Named Expression Fallback If Condition Group Condition Param - Positional parameters for the operation.
- operation string
- How the subject is tested. The available operations depend on the subject's type.
- subject string
- The reference this condition tests.
- params list(object)
- Positional parameters for the operation.
- operation String
- How the subject is tested. The available operations depend on the subject's type.
- subject String
- The reference this condition tests.
- params
List<Alert
Source Beta Named Expression Fallback If Condition Group Condition Param> - Positional parameters for the operation.
- operation string
- How the subject is tested. The available operations depend on the subject's type.
- subject string
- The reference this condition tests.
- params
Alert
Source Beta Named Expression Fallback If Condition Group Condition Param[] - Positional parameters for the operation.
- operation str
- How the subject is tested. The available operations depend on the subject's type.
- subject str
- The reference this condition tests.
- params
Sequence[Alert
Source Beta Named Expression Fallback If Condition Group Condition Param] - Positional parameters for the operation.
- operation String
- How the subject is tested. The available operations depend on the subject's type.
- subject String
- The reference this condition tests.
- params List<Property Map>
- Positional parameters for the operation.
AlertSourceBetaNamedExpressionFallbackIfConditionGroupConditionParam, AlertSourceBetaNamedExpressionFallbackIfConditionGroupConditionParamArgs
- Array
Values List<AlertSource Beta Named Expression Fallback If Condition Group Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Alert
Source Beta Named Expression Fallback If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []AlertSource Beta Named Expression Fallback If Condition Group Condition Param Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Alert
Source Beta Named Expression Fallback If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<AlertSource Beta Named Expression Fallback If Condition Group Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Fallback If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values AlertSource Beta Named Expression Fallback If Condition Group Condition Param Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Fallback If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[AlertSource Beta Named Expression Fallback If Condition Group Condition Param Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Fallback If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
AlertSourceBetaNamedExpressionFallbackIfConditionGroupConditionParamArrayValue, AlertSourceBetaNamedExpressionFallbackIfConditionGroupConditionParamArrayValueArgs
AlertSourceBetaNamedExpressionFallbackIfConditionGroupConditionParamValue, AlertSourceBetaNamedExpressionFallbackIfConditionGroupConditionParamValueArgs
AlertSourceBetaNamedExpressionFallbackIfConditionParam, AlertSourceBetaNamedExpressionFallbackIfConditionParamArgs
- Array
Values List<AlertSource Beta Named Expression Fallback If Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Alert
Source Beta Named Expression Fallback If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []AlertSource Beta Named Expression Fallback If Condition Param Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Alert
Source Beta Named Expression Fallback If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<AlertSource Beta Named Expression Fallback If Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Fallback If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values AlertSource Beta Named Expression Fallback If Condition Param Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Fallback If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[AlertSource Beta Named Expression Fallback If Condition Param Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Fallback If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
AlertSourceBetaNamedExpressionFallbackIfConditionParamArrayValue, AlertSourceBetaNamedExpressionFallbackIfConditionParamArrayValueArgs
AlertSourceBetaNamedExpressionFallbackIfConditionParamValue, AlertSourceBetaNamedExpressionFallbackIfConditionParamValueArgs
AlertSourceBetaNamedExpressionFallbackIfResult, AlertSourceBetaNamedExpressionFallbackIfResultArgs
- Array
Values List<AlertSource Beta Named Expression Fallback If Result Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Alert
Source Beta Named Expression Fallback If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []AlertSource Beta Named Expression Fallback If Result Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Alert
Source Beta Named Expression Fallback If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<AlertSource Beta Named Expression Fallback If Result Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Fallback If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values AlertSource Beta Named Expression Fallback If Result Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Fallback If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[AlertSource Beta Named Expression Fallback If Result Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Fallback If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
AlertSourceBetaNamedExpressionFallbackIfResultArrayValue, AlertSourceBetaNamedExpressionFallbackIfResultArrayValueArgs
AlertSourceBetaNamedExpressionFallbackIfResultValue, AlertSourceBetaNamedExpressionFallbackIfResultValueArgs
AlertSourceBetaNamedExpressionFallbackResult, AlertSourceBetaNamedExpressionFallbackResultArgs
- Array
Values List<AlertSource Beta Named Expression Fallback Result Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Alert
Source Beta Named Expression Fallback Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []AlertSource Beta Named Expression Fallback Result Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Alert
Source Beta Named Expression Fallback Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<AlertSource Beta Named Expression Fallback Result Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Fallback Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values AlertSource Beta Named Expression Fallback Result Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Fallback Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[AlertSource Beta Named Expression Fallback Result Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Fallback Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
AlertSourceBetaNamedExpressionFallbackResultArrayValue, AlertSourceBetaNamedExpressionFallbackResultArrayValueArgs
AlertSourceBetaNamedExpressionFallbackResultValue, AlertSourceBetaNamedExpressionFallbackResultValueArgs
AlertSourceBetaNamedExpressionOperation, AlertSourceBetaNamedExpressionOperationArgs
- Branches
Alert
Source Beta Named Expression Operation Branches - A lookup table, evaluated in order until one matches. Must be the only operation in its expression, with start*from = ".".
- Cast
Alert
Source Beta Named Expression Operation Cast - Converts the current value to another type.
- Concatenate
Alert
Source Beta Named Expression Operation Concatenate - Adds the values behind another reference to the current value, keeping each value once. There is no delimiter, despite the name.
- Count
Alert
Source Beta Named Expression Operation Count - Counts the values.
- Filter
Alert
Source Beta Named Expression Operation Filter - Keeps the values matching these conditions. Inside a filter the value under test is bound as
input. - First
Alert
Source Beta Named Expression Operation First - Takes the first value.
- Max
Alert
Source Beta Named Expression Operation Max - Takes the largest value.
- Min
Alert
Source Beta Named Expression Operation Min - Takes the smallest value.
-
Alert
Source Beta Named Expression Operation Navigate - Follows an attribute of the current value.
- Parse
Alert
Source Beta Named Expression Operation Parse - Evaluates a function against the current value.
- Random
Alert
Source Beta Named Expression Operation Random - Takes one value at random.
- Sum
Alert
Source Beta Named Expression Operation Sum - Adds the values together.
- Branches
Alert
Source Beta Named Expression Operation Branches - A lookup table, evaluated in order until one matches. Must be the only operation in its expression, with start*from = ".".
- Cast
Alert
Source Beta Named Expression Operation Cast - Converts the current value to another type.
- Concatenate
Alert
Source Beta Named Expression Operation Concatenate - Adds the values behind another reference to the current value, keeping each value once. There is no delimiter, despite the name.
- Count
Alert
Source Beta Named Expression Operation Count - Counts the values.
- Filter
Alert
Source Beta Named Expression Operation Filter - Keeps the values matching these conditions. Inside a filter the value under test is bound as
input. - First
Alert
Source Beta Named Expression Operation First - Takes the first value.
- Max
Alert
Source Beta Named Expression Operation Max - Takes the largest value.
- Min
Alert
Source Beta Named Expression Operation Min - Takes the smallest value.
-
Alert
Source Beta Named Expression Operation Navigate - Follows an attribute of the current value.
- Parse
Alert
Source Beta Named Expression Operation Parse - Evaluates a function against the current value.
- Random
Alert
Source Beta Named Expression Operation Random - Takes one value at random.
- Sum
Alert
Source Beta Named Expression Operation Sum - Adds the values together.
- branches object
- A lookup table, evaluated in order until one matches. Must be the only operation in its expression, with start*from = ".".
- cast object
- Converts the current value to another type.
- concatenate object
- Adds the values behind another reference to the current value, keeping each value once. There is no delimiter, despite the name.
- count object
- Counts the values.
- filter object
- Keeps the values matching these conditions. Inside a filter the value under test is bound as
input. - first object
- Takes the first value.
- max object
- Takes the largest value.
- min object
- Takes the smallest value.
- object
- Follows an attribute of the current value.
- parse object
- Evaluates a function against the current value.
- random object
- Takes one value at random.
- sum object
- Adds the values together.
- branches
Alert
Source Beta Named Expression Operation Branches - A lookup table, evaluated in order until one matches. Must be the only operation in its expression, with start*from = ".".
- cast
Alert
Source Beta Named Expression Operation Cast - Converts the current value to another type.
- concatenate
Alert
Source Beta Named Expression Operation Concatenate - Adds the values behind another reference to the current value, keeping each value once. There is no delimiter, despite the name.
- count
Alert
Source Beta Named Expression Operation Count - Counts the values.
- filter
Alert
Source Beta Named Expression Operation Filter - Keeps the values matching these conditions. Inside a filter the value under test is bound as
input. - first
Alert
Source Beta Named Expression Operation First - Takes the first value.
- max
Alert
Source Beta Named Expression Operation Max - Takes the largest value.
- min
Alert
Source Beta Named Expression Operation Min - Takes the smallest value.
-
Alert
Source Beta Named Expression Operation Navigate - Follows an attribute of the current value.
- parse
Alert
Source Beta Named Expression Operation Parse - Evaluates a function against the current value.
- random
Alert
Source Beta Named Expression Operation Random - Takes one value at random.
- sum
Alert
Source Beta Named Expression Operation Sum - Adds the values together.
- branches
Alert
Source Beta Named Expression Operation Branches - A lookup table, evaluated in order until one matches. Must be the only operation in its expression, with start*from = ".".
- cast
Alert
Source Beta Named Expression Operation Cast - Converts the current value to another type.
- concatenate
Alert
Source Beta Named Expression Operation Concatenate - Adds the values behind another reference to the current value, keeping each value once. There is no delimiter, despite the name.
- count
Alert
Source Beta Named Expression Operation Count - Counts the values.
- filter
Alert
Source Beta Named Expression Operation Filter - Keeps the values matching these conditions. Inside a filter the value under test is bound as
input. - first
Alert
Source Beta Named Expression Operation First - Takes the first value.
- max
Alert
Source Beta Named Expression Operation Max - Takes the largest value.
- min
Alert
Source Beta Named Expression Operation Min - Takes the smallest value.
-
Alert
Source Beta Named Expression Operation Navigate - Follows an attribute of the current value.
- parse
Alert
Source Beta Named Expression Operation Parse - Evaluates a function against the current value.
- random
Alert
Source Beta Named Expression Operation Random - Takes one value at random.
- sum
Alert
Source Beta Named Expression Operation Sum - Adds the values together.
- branches
Alert
Source Beta Named Expression Operation Branches - A lookup table, evaluated in order until one matches. Must be the only operation in its expression, with start*from = ".".
- cast
Alert
Source Beta Named Expression Operation Cast - Converts the current value to another type.
- concatenate
Alert
Source Beta Named Expression Operation Concatenate - Adds the values behind another reference to the current value, keeping each value once. There is no delimiter, despite the name.
- count
Alert
Source Beta Named Expression Operation Count - Counts the values.
- filter
Alert
Source Beta Named Expression Operation Filter - Keeps the values matching these conditions. Inside a filter the value under test is bound as
input. - first
Alert
Source Beta Named Expression Operation First - Takes the first value.
- max
Alert
Source Beta Named Expression Operation Max - Takes the largest value.
- min
Alert
Source Beta Named Expression Operation Min - Takes the smallest value.
-
Alert
Source Beta Named Expression Operation Navigate - Follows an attribute of the current value.
- parse
Alert
Source Beta Named Expression Operation Parse - Evaluates a function against the current value.
- random
Alert
Source Beta Named Expression Operation Random - Takes one value at random.
- sum
Alert
Source Beta Named Expression Operation Sum - Adds the values together.
- branches Property Map
- A lookup table, evaluated in order until one matches. Must be the only operation in its expression, with start*from = ".".
- cast Property Map
- Converts the current value to another type.
- concatenate Property Map
- Adds the values behind another reference to the current value, keeping each value once. There is no delimiter, despite the name.
- count Property Map
- Counts the values.
- filter Property Map
- Keeps the values matching these conditions. Inside a filter the value under test is bound as
input. - first Property Map
- Takes the first value.
- max Property Map
- Takes the largest value.
- min Property Map
- Takes the smallest value.
- Property Map
- Follows an attribute of the current value.
- parse Property Map
- Evaluates a function against the current value.
- random Property Map
- Takes one value at random.
- sum Property Map
- Adds the values together.
AlertSourceBetaNamedExpressionOperationBranches, AlertSourceBetaNamedExpressionOperationBranchesArgs
- Array bool
- Whether each branch returns several values rather than one.
- As string
- The type every branch result returns. Required when the block is present.
- Else
Ifs List<AlertSource Beta Named Expression Operation Branches Else If> - Tried in order, after if.
- If
Alert
Source Beta Named Expression Operation Branches If - The first branch to try.
- Array bool
- Whether each branch returns several values rather than one.
- As string
- The type every branch result returns. Required when the block is present.
- Else
Ifs []AlertSource Beta Named Expression Operation Branches Else If - Tried in order, after if.
- If
Alert
Source Beta Named Expression Operation Branches If - The first branch to try.
- array Boolean
- Whether each branch returns several values rather than one.
- as String
- The type every branch result returns. Required when the block is present.
- else
Ifs List<AlertSource Beta Named Expression Operation Branches Else If> - Tried in order, after if.
- if_
Alert
Source Beta Named Expression Operation Branches If - The first branch to try.
- array boolean
- Whether each branch returns several values rather than one.
- as string
- The type every branch result returns. Required when the block is present.
- else
Ifs AlertSource Beta Named Expression Operation Branches Else If[] - Tried in order, after if.
- if
Alert
Source Beta Named Expression Operation Branches If - The first branch to try.
- array bool
- Whether each branch returns several values rather than one.
- as_ str
- The type every branch result returns. Required when the block is present.
- else_
ifs Sequence[AlertSource Beta Named Expression Operation Branches Else If] - Tried in order, after if.
- if_
Alert
Source Beta Named Expression Operation Branches If - The first branch to try.
- array Boolean
- Whether each branch returns several values rather than one.
- as String
- The type every branch result returns. Required when the block is present.
- else
Ifs List<Property Map> - Tried in order, after if.
- if Property Map
- The first branch to try.
AlertSourceBetaNamedExpressionOperationBranchesElseIf, AlertSourceBetaNamedExpressionOperationBranchesElseIfArgs
- Condition
Groups List<AlertSource Beta Named Expression Operation Branches Else If Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- Conditions
List<Alert
Source Beta Named Expression Operation Branches Else If Condition> - All of these must hold. Sugar for a single condition group.
- Result
Alert
Source Beta Named Expression Operation Branches Else If Result - The value this branch produces. Required when the branch is present.
- Condition
Groups []AlertSource Beta Named Expression Operation Branches Else If Condition Group - Groups are OR'd; conditions within a group are AND'd.
- Conditions
[]Alert
Source Beta Named Expression Operation Branches Else If Condition - All of these must hold. Sugar for a single condition group.
- Result
Alert
Source Beta Named Expression Operation Branches Else If Result - The value this branch produces. Required when the branch is present.
- condition_
groups list(object) - Groups are OR'd; conditions within a group are AND'd.
- conditions list(object)
- All of these must hold. Sugar for a single condition group.
- result object
- The value this branch produces. Required when the branch is present.
- condition
Groups List<AlertSource Beta Named Expression Operation Branches Else If Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- conditions
List<Alert
Source Beta Named Expression Operation Branches Else If Condition> - All of these must hold. Sugar for a single condition group.
- result
Alert
Source Beta Named Expression Operation Branches Else If Result - The value this branch produces. Required when the branch is present.
- condition
Groups AlertSource Beta Named Expression Operation Branches Else If Condition Group[] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Alert
Source Beta Named Expression Operation Branches Else If Condition[] - All of these must hold. Sugar for a single condition group.
- result
Alert
Source Beta Named Expression Operation Branches Else If Result - The value this branch produces. Required when the branch is present.
- condition_
groups Sequence[AlertSource Beta Named Expression Operation Branches Else If Condition Group] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Sequence[Alert
Source Beta Named Expression Operation Branches Else If Condition] - All of these must hold. Sugar for a single condition group.
- result
Alert
Source Beta Named Expression Operation Branches Else If Result - The value this branch produces. Required when the branch is present.
- condition
Groups List<Property Map> - Groups are OR'd; conditions within a group are AND'd.
- conditions List<Property Map>
- All of these must hold. Sugar for a single condition group.
- result Property Map
- The value this branch produces. Required when the branch is present.
AlertSourceBetaNamedExpressionOperationBranchesElseIfCondition, AlertSourceBetaNamedExpressionOperationBranchesElseIfConditionArgs
- Operation string
- How the subject is tested. The available operations depend on the subject's type.
- Subject string
- The reference this condition tests.
- Params
List<Alert
Source Beta Named Expression Operation Branches Else If Condition Param> - Positional parameters for the operation.
- Operation string
- How the subject is tested. The available operations depend on the subject's type.
- Subject string
- The reference this condition tests.
- Params
[]Alert
Source Beta Named Expression Operation Branches Else If Condition Param - Positional parameters for the operation.
- operation string
- How the subject is tested. The available operations depend on the subject's type.
- subject string
- The reference this condition tests.
- params list(object)
- Positional parameters for the operation.
- operation String
- How the subject is tested. The available operations depend on the subject's type.
- subject String
- The reference this condition tests.
- params
List<Alert
Source Beta Named Expression Operation Branches Else If Condition Param> - Positional parameters for the operation.
- operation string
- How the subject is tested. The available operations depend on the subject's type.
- subject string
- The reference this condition tests.
- params
Alert
Source Beta Named Expression Operation Branches Else If Condition Param[] - Positional parameters for the operation.
- operation str
- How the subject is tested. The available operations depend on the subject's type.
- subject str
- The reference this condition tests.
- params
Sequence[Alert
Source Beta Named Expression Operation Branches Else If Condition Param] - Positional parameters for the operation.
- operation String
- How the subject is tested. The available operations depend on the subject's type.
- subject String
- The reference this condition tests.
- params List<Property Map>
- Positional parameters for the operation.
AlertSourceBetaNamedExpressionOperationBranchesElseIfConditionGroup, AlertSourceBetaNamedExpressionOperationBranchesElseIfConditionGroupArgs
- Conditions
List<Alert
Source Beta Named Expression Operation Branches Else If Condition Group Condition> - All of these must hold for the group to hold.
- Conditions
[]Alert
Source Beta Named Expression Operation Branches Else If Condition Group Condition - All of these must hold for the group to hold.
- conditions list(object)
- All of these must hold for the group to hold.
- conditions
List<Alert
Source Beta Named Expression Operation Branches Else If Condition Group Condition> - All of these must hold for the group to hold.
- conditions
Alert
Source Beta Named Expression Operation Branches Else If Condition Group Condition[] - All of these must hold for the group to hold.
- conditions
Sequence[Alert
Source Beta Named Expression Operation Branches Else If Condition Group Condition] - All of these must hold for the group to hold.
- conditions List<Property Map>
- All of these must hold for the group to hold.
AlertSourceBetaNamedExpressionOperationBranchesElseIfConditionGroupCondition, AlertSourceBetaNamedExpressionOperationBranchesElseIfConditionGroupConditionArgs
- Operation string
- How the subject is tested. The available operations depend on the subject's type.
- Subject string
- The reference this condition tests.
- Params
List<Alert
Source Beta Named Expression Operation Branches Else If Condition Group Condition Param> - Positional parameters for the operation.
- Operation string
- How the subject is tested. The available operations depend on the subject's type.
- Subject string
- The reference this condition tests.
- Params
[]Alert
Source Beta Named Expression Operation Branches Else If Condition Group Condition Param - Positional parameters for the operation.
- operation string
- How the subject is tested. The available operations depend on the subject's type.
- subject string
- The reference this condition tests.
- params list(object)
- Positional parameters for the operation.
- operation String
- How the subject is tested. The available operations depend on the subject's type.
- subject String
- The reference this condition tests.
- params
List<Alert
Source Beta Named Expression Operation Branches Else If Condition Group Condition Param> - Positional parameters for the operation.
- operation string
- How the subject is tested. The available operations depend on the subject's type.
- subject string
- The reference this condition tests.
- params
Alert
Source Beta Named Expression Operation Branches Else If Condition Group Condition Param[] - Positional parameters for the operation.
- operation str
- How the subject is tested. The available operations depend on the subject's type.
- subject str
- The reference this condition tests.
- params
Sequence[Alert
Source Beta Named Expression Operation Branches Else If Condition Group Condition Param] - Positional parameters for the operation.
- operation String
- How the subject is tested. The available operations depend on the subject's type.
- subject String
- The reference this condition tests.
- params List<Property Map>
- Positional parameters for the operation.
AlertSourceBetaNamedExpressionOperationBranchesElseIfConditionGroupConditionParam, AlertSourceBetaNamedExpressionOperationBranchesElseIfConditionGroupConditionParamArgs
- Array
Values List<AlertSource Beta Named Expression Operation Branches Else If Condition Group Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Alert
Source Beta Named Expression Operation Branches Else If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []AlertSource Beta Named Expression Operation Branches Else If Condition Group Condition Param Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Alert
Source Beta Named Expression Operation Branches Else If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<AlertSource Beta Named Expression Operation Branches Else If Condition Group Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Operation Branches Else If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values AlertSource Beta Named Expression Operation Branches Else If Condition Group Condition Param Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Operation Branches Else If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[AlertSource Beta Named Expression Operation Branches Else If Condition Group Condition Param Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Operation Branches Else If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
AlertSourceBetaNamedExpressionOperationBranchesElseIfConditionGroupConditionParamArrayValue, AlertSourceBetaNamedExpressionOperationBranchesElseIfConditionGroupConditionParamArrayValueArgs
AlertSourceBetaNamedExpressionOperationBranchesElseIfConditionGroupConditionParamValue, AlertSourceBetaNamedExpressionOperationBranchesElseIfConditionGroupConditionParamValueArgs
AlertSourceBetaNamedExpressionOperationBranchesElseIfConditionParam, AlertSourceBetaNamedExpressionOperationBranchesElseIfConditionParamArgs
- Array
Values List<AlertSource Beta Named Expression Operation Branches Else If Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Alert
Source Beta Named Expression Operation Branches Else If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []AlertSource Beta Named Expression Operation Branches Else If Condition Param Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Alert
Source Beta Named Expression Operation Branches Else If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<AlertSource Beta Named Expression Operation Branches Else If Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Operation Branches Else If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values AlertSource Beta Named Expression Operation Branches Else If Condition Param Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Operation Branches Else If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[AlertSource Beta Named Expression Operation Branches Else If Condition Param Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Operation Branches Else If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
AlertSourceBetaNamedExpressionOperationBranchesElseIfConditionParamArrayValue, AlertSourceBetaNamedExpressionOperationBranchesElseIfConditionParamArrayValueArgs
AlertSourceBetaNamedExpressionOperationBranchesElseIfConditionParamValue, AlertSourceBetaNamedExpressionOperationBranchesElseIfConditionParamValueArgs
AlertSourceBetaNamedExpressionOperationBranchesElseIfResult, AlertSourceBetaNamedExpressionOperationBranchesElseIfResultArgs
- Array
Values List<AlertSource Beta Named Expression Operation Branches Else If Result Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Alert
Source Beta Named Expression Operation Branches Else If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []AlertSource Beta Named Expression Operation Branches Else If Result Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Alert
Source Beta Named Expression Operation Branches Else If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<AlertSource Beta Named Expression Operation Branches Else If Result Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Operation Branches Else If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values AlertSource Beta Named Expression Operation Branches Else If Result Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Operation Branches Else If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[AlertSource Beta Named Expression Operation Branches Else If Result Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Operation Branches Else If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
AlertSourceBetaNamedExpressionOperationBranchesElseIfResultArrayValue, AlertSourceBetaNamedExpressionOperationBranchesElseIfResultArrayValueArgs
AlertSourceBetaNamedExpressionOperationBranchesElseIfResultValue, AlertSourceBetaNamedExpressionOperationBranchesElseIfResultValueArgs
AlertSourceBetaNamedExpressionOperationBranchesIf, AlertSourceBetaNamedExpressionOperationBranchesIfArgs
- Condition
Groups List<AlertSource Beta Named Expression Operation Branches If Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- Conditions
List<Alert
Source Beta Named Expression Operation Branches If Condition> - All of these must hold. Sugar for a single condition group.
- Result
Alert
Source Beta Named Expression Operation Branches If Result - The value this branch produces. Required when the branch is present.
- Condition
Groups []AlertSource Beta Named Expression Operation Branches If Condition Group - Groups are OR'd; conditions within a group are AND'd.
- Conditions
[]Alert
Source Beta Named Expression Operation Branches If Condition - All of these must hold. Sugar for a single condition group.
- Result
Alert
Source Beta Named Expression Operation Branches If Result - The value this branch produces. Required when the branch is present.
- condition_
groups list(object) - Groups are OR'd; conditions within a group are AND'd.
- conditions list(object)
- All of these must hold. Sugar for a single condition group.
- result object
- The value this branch produces. Required when the branch is present.
- condition
Groups List<AlertSource Beta Named Expression Operation Branches If Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- conditions
List<Alert
Source Beta Named Expression Operation Branches If Condition> - All of these must hold. Sugar for a single condition group.
- result
Alert
Source Beta Named Expression Operation Branches If Result - The value this branch produces. Required when the branch is present.
- condition
Groups AlertSource Beta Named Expression Operation Branches If Condition Group[] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Alert
Source Beta Named Expression Operation Branches If Condition[] - All of these must hold. Sugar for a single condition group.
- result
Alert
Source Beta Named Expression Operation Branches If Result - The value this branch produces. Required when the branch is present.
- condition_
groups Sequence[AlertSource Beta Named Expression Operation Branches If Condition Group] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Sequence[Alert
Source Beta Named Expression Operation Branches If Condition] - All of these must hold. Sugar for a single condition group.
- result
Alert
Source Beta Named Expression Operation Branches If Result - The value this branch produces. Required when the branch is present.
- condition
Groups List<Property Map> - Groups are OR'd; conditions within a group are AND'd.
- conditions List<Property Map>
- All of these must hold. Sugar for a single condition group.
- result Property Map
- The value this branch produces. Required when the branch is present.
AlertSourceBetaNamedExpressionOperationBranchesIfCondition, AlertSourceBetaNamedExpressionOperationBranchesIfConditionArgs
- Operation string
- How the subject is tested. The available operations depend on the subject's type.
- Subject string
- The reference this condition tests.
- Params
List<Alert
Source Beta Named Expression Operation Branches If Condition Param> - Positional parameters for the operation.
- Operation string
- How the subject is tested. The available operations depend on the subject's type.
- Subject string
- The reference this condition tests.
- Params
[]Alert
Source Beta Named Expression Operation Branches If Condition Param - Positional parameters for the operation.
- operation string
- How the subject is tested. The available operations depend on the subject's type.
- subject string
- The reference this condition tests.
- params list(object)
- Positional parameters for the operation.
- operation String
- How the subject is tested. The available operations depend on the subject's type.
- subject String
- The reference this condition tests.
- params
List<Alert
Source Beta Named Expression Operation Branches If Condition Param> - Positional parameters for the operation.
- operation string
- How the subject is tested. The available operations depend on the subject's type.
- subject string
- The reference this condition tests.
- params
Alert
Source Beta Named Expression Operation Branches If Condition Param[] - Positional parameters for the operation.
- operation str
- How the subject is tested. The available operations depend on the subject's type.
- subject str
- The reference this condition tests.
- params
Sequence[Alert
Source Beta Named Expression Operation Branches If Condition Param] - Positional parameters for the operation.
- operation String
- How the subject is tested. The available operations depend on the subject's type.
- subject String
- The reference this condition tests.
- params List<Property Map>
- Positional parameters for the operation.
AlertSourceBetaNamedExpressionOperationBranchesIfConditionGroup, AlertSourceBetaNamedExpressionOperationBranchesIfConditionGroupArgs
- Conditions
List<Alert
Source Beta Named Expression Operation Branches If Condition Group Condition> - All of these must hold for the group to hold.
- Conditions
[]Alert
Source Beta Named Expression Operation Branches If Condition Group Condition - All of these must hold for the group to hold.
- conditions list(object)
- All of these must hold for the group to hold.
- conditions
List<Alert
Source Beta Named Expression Operation Branches If Condition Group Condition> - All of these must hold for the group to hold.
- conditions
Alert
Source Beta Named Expression Operation Branches If Condition Group Condition[] - All of these must hold for the group to hold.
- conditions
Sequence[Alert
Source Beta Named Expression Operation Branches If Condition Group Condition] - All of these must hold for the group to hold.
- conditions List<Property Map>
- All of these must hold for the group to hold.
AlertSourceBetaNamedExpressionOperationBranchesIfConditionGroupCondition, AlertSourceBetaNamedExpressionOperationBranchesIfConditionGroupConditionArgs
- Operation string
- How the subject is tested. The available operations depend on the subject's type.
- Subject string
- The reference this condition tests.
- Params
List<Alert
Source Beta Named Expression Operation Branches If Condition Group Condition Param> - Positional parameters for the operation.
- Operation string
- How the subject is tested. The available operations depend on the subject's type.
- Subject string
- The reference this condition tests.
- Params
[]Alert
Source Beta Named Expression Operation Branches If Condition Group Condition Param - Positional parameters for the operation.
- operation string
- How the subject is tested. The available operations depend on the subject's type.
- subject string
- The reference this condition tests.
- params list(object)
- Positional parameters for the operation.
- operation String
- How the subject is tested. The available operations depend on the subject's type.
- subject String
- The reference this condition tests.
- params
List<Alert
Source Beta Named Expression Operation Branches If Condition Group Condition Param> - Positional parameters for the operation.
- operation string
- How the subject is tested. The available operations depend on the subject's type.
- subject string
- The reference this condition tests.
- params
Alert
Source Beta Named Expression Operation Branches If Condition Group Condition Param[] - Positional parameters for the operation.
- operation str
- How the subject is tested. The available operations depend on the subject's type.
- subject str
- The reference this condition tests.
- params
Sequence[Alert
Source Beta Named Expression Operation Branches If Condition Group Condition Param] - Positional parameters for the operation.
- operation String
- How the subject is tested. The available operations depend on the subject's type.
- subject String
- The reference this condition tests.
- params List<Property Map>
- Positional parameters for the operation.
AlertSourceBetaNamedExpressionOperationBranchesIfConditionGroupConditionParam, AlertSourceBetaNamedExpressionOperationBranchesIfConditionGroupConditionParamArgs
- Array
Values List<AlertSource Beta Named Expression Operation Branches If Condition Group Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Alert
Source Beta Named Expression Operation Branches If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []AlertSource Beta Named Expression Operation Branches If Condition Group Condition Param Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Alert
Source Beta Named Expression Operation Branches If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<AlertSource Beta Named Expression Operation Branches If Condition Group Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Operation Branches If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values AlertSource Beta Named Expression Operation Branches If Condition Group Condition Param Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Operation Branches If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[AlertSource Beta Named Expression Operation Branches If Condition Group Condition Param Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Operation Branches If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
AlertSourceBetaNamedExpressionOperationBranchesIfConditionGroupConditionParamArrayValue, AlertSourceBetaNamedExpressionOperationBranchesIfConditionGroupConditionParamArrayValueArgs
AlertSourceBetaNamedExpressionOperationBranchesIfConditionGroupConditionParamValue, AlertSourceBetaNamedExpressionOperationBranchesIfConditionGroupConditionParamValueArgs
AlertSourceBetaNamedExpressionOperationBranchesIfConditionParam, AlertSourceBetaNamedExpressionOperationBranchesIfConditionParamArgs
- Array
Values List<AlertSource Beta Named Expression Operation Branches If Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Alert
Source Beta Named Expression Operation Branches If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []AlertSource Beta Named Expression Operation Branches If Condition Param Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Alert
Source Beta Named Expression Operation Branches If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<AlertSource Beta Named Expression Operation Branches If Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Operation Branches If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values AlertSource Beta Named Expression Operation Branches If Condition Param Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Operation Branches If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[AlertSource Beta Named Expression Operation Branches If Condition Param Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Operation Branches If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
AlertSourceBetaNamedExpressionOperationBranchesIfConditionParamArrayValue, AlertSourceBetaNamedExpressionOperationBranchesIfConditionParamArrayValueArgs
AlertSourceBetaNamedExpressionOperationBranchesIfConditionParamValue, AlertSourceBetaNamedExpressionOperationBranchesIfConditionParamValueArgs
AlertSourceBetaNamedExpressionOperationBranchesIfResult, AlertSourceBetaNamedExpressionOperationBranchesIfResultArgs
- Array
Values List<AlertSource Beta Named Expression Operation Branches If Result Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Alert
Source Beta Named Expression Operation Branches If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []AlertSource Beta Named Expression Operation Branches If Result Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Alert
Source Beta Named Expression Operation Branches If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<AlertSource Beta Named Expression Operation Branches If Result Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Operation Branches If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values AlertSource Beta Named Expression Operation Branches If Result Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Operation Branches If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[AlertSource Beta Named Expression Operation Branches If Result Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Operation Branches If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
AlertSourceBetaNamedExpressionOperationBranchesIfResultArrayValue, AlertSourceBetaNamedExpressionOperationBranchesIfResultArrayValueArgs
AlertSourceBetaNamedExpressionOperationBranchesIfResultValue, AlertSourceBetaNamedExpressionOperationBranchesIfResultValueArgs
AlertSourceBetaNamedExpressionOperationCast, AlertSourceBetaNamedExpressionOperationCastArgs
- As string
- The type to convert to. Take it from the resource that defines the type rather than writing it out.
- As string
- The type to convert to. Take it from the resource that defines the type rather than writing it out.
- as string
- The type to convert to. Take it from the resource that defines the type rather than writing it out.
- as String
- The type to convert to. Take it from the resource that defines the type rather than writing it out.
- as string
- The type to convert to. Take it from the resource that defines the type rather than writing it out.
- as_ str
- The type to convert to. Take it from the resource that defines the type rather than writing it out.
- as String
- The type to convert to. Take it from the resource that defines the type rather than writing it out.
AlertSourceBetaNamedExpressionOperationConcatenate, AlertSourceBetaNamedExpressionOperationConcatenateArgs
- With string
- The reference whose values are added.
- With string
- The reference whose values are added.
- with string
- The reference whose values are added.
- with String
- The reference whose values are added.
- with string
- The reference whose values are added.
- with_ str
- The reference whose values are added.
- with String
- The reference whose values are added.
AlertSourceBetaNamedExpressionOperationFilter, AlertSourceBetaNamedExpressionOperationFilterArgs
- Condition
Groups List<AlertSource Beta Named Expression Operation Filter Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- Conditions
List<Alert
Source Beta Named Expression Operation Filter Condition> - All of these must hold. Sugar for a single condition group.
- Condition
Groups []AlertSource Beta Named Expression Operation Filter Condition Group - Groups are OR'd; conditions within a group are AND'd.
- Conditions
[]Alert
Source Beta Named Expression Operation Filter Condition - All of these must hold. Sugar for a single condition group.
- condition_
groups list(object) - Groups are OR'd; conditions within a group are AND'd.
- conditions list(object)
- All of these must hold. Sugar for a single condition group.
- condition
Groups List<AlertSource Beta Named Expression Operation Filter Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- conditions
List<Alert
Source Beta Named Expression Operation Filter Condition> - All of these must hold. Sugar for a single condition group.
- condition
Groups AlertSource Beta Named Expression Operation Filter Condition Group[] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Alert
Source Beta Named Expression Operation Filter Condition[] - All of these must hold. Sugar for a single condition group.
- condition_
groups Sequence[AlertSource Beta Named Expression Operation Filter Condition Group] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Sequence[Alert
Source Beta Named Expression Operation Filter Condition] - All of these must hold. Sugar for a single condition group.
- condition
Groups List<Property Map> - Groups are OR'd; conditions within a group are AND'd.
- conditions List<Property Map>
- All of these must hold. Sugar for a single condition group.
AlertSourceBetaNamedExpressionOperationFilterCondition, AlertSourceBetaNamedExpressionOperationFilterConditionArgs
- Operation string
- How the subject is tested. The available operations depend on the subject's type.
- Subject string
- The reference this condition tests.
- Params
List<Alert
Source Beta Named Expression Operation Filter Condition Param> - Positional parameters for the operation.
- Operation string
- How the subject is tested. The available operations depend on the subject's type.
- Subject string
- The reference this condition tests.
- Params
[]Alert
Source Beta Named Expression Operation Filter Condition Param - Positional parameters for the operation.
- operation string
- How the subject is tested. The available operations depend on the subject's type.
- subject string
- The reference this condition tests.
- params list(object)
- Positional parameters for the operation.
- operation String
- How the subject is tested. The available operations depend on the subject's type.
- subject String
- The reference this condition tests.
- params
List<Alert
Source Beta Named Expression Operation Filter Condition Param> - Positional parameters for the operation.
- operation string
- How the subject is tested. The available operations depend on the subject's type.
- subject string
- The reference this condition tests.
- params
Alert
Source Beta Named Expression Operation Filter Condition Param[] - Positional parameters for the operation.
- operation str
- How the subject is tested. The available operations depend on the subject's type.
- subject str
- The reference this condition tests.
- params
Sequence[Alert
Source Beta Named Expression Operation Filter Condition Param] - Positional parameters for the operation.
- operation String
- How the subject is tested. The available operations depend on the subject's type.
- subject String
- The reference this condition tests.
- params List<Property Map>
- Positional parameters for the operation.
AlertSourceBetaNamedExpressionOperationFilterConditionGroup, AlertSourceBetaNamedExpressionOperationFilterConditionGroupArgs
- Conditions
List<Alert
Source Beta Named Expression Operation Filter Condition Group Condition> - All of these must hold for the group to hold.
- Conditions
[]Alert
Source Beta Named Expression Operation Filter Condition Group Condition - All of these must hold for the group to hold.
- conditions list(object)
- All of these must hold for the group to hold.
- conditions
List<Alert
Source Beta Named Expression Operation Filter Condition Group Condition> - All of these must hold for the group to hold.
- conditions
Alert
Source Beta Named Expression Operation Filter Condition Group Condition[] - All of these must hold for the group to hold.
- conditions
Sequence[Alert
Source Beta Named Expression Operation Filter Condition Group Condition] - All of these must hold for the group to hold.
- conditions List<Property Map>
- All of these must hold for the group to hold.
AlertSourceBetaNamedExpressionOperationFilterConditionGroupCondition, AlertSourceBetaNamedExpressionOperationFilterConditionGroupConditionArgs
- Operation string
- How the subject is tested. The available operations depend on the subject's type.
- Subject string
- The reference this condition tests.
- Params
List<Alert
Source Beta Named Expression Operation Filter Condition Group Condition Param> - Positional parameters for the operation.
- Operation string
- How the subject is tested. The available operations depend on the subject's type.
- Subject string
- The reference this condition tests.
- Params
[]Alert
Source Beta Named Expression Operation Filter Condition Group Condition Param - Positional parameters for the operation.
- operation string
- How the subject is tested. The available operations depend on the subject's type.
- subject string
- The reference this condition tests.
- params list(object)
- Positional parameters for the operation.
- operation String
- How the subject is tested. The available operations depend on the subject's type.
- subject String
- The reference this condition tests.
- params
List<Alert
Source Beta Named Expression Operation Filter Condition Group Condition Param> - Positional parameters for the operation.
- operation string
- How the subject is tested. The available operations depend on the subject's type.
- subject string
- The reference this condition tests.
- params
Alert
Source Beta Named Expression Operation Filter Condition Group Condition Param[] - Positional parameters for the operation.
- operation str
- How the subject is tested. The available operations depend on the subject's type.
- subject str
- The reference this condition tests.
- params
Sequence[Alert
Source Beta Named Expression Operation Filter Condition Group Condition Param] - Positional parameters for the operation.
- operation String
- How the subject is tested. The available operations depend on the subject's type.
- subject String
- The reference this condition tests.
- params List<Property Map>
- Positional parameters for the operation.
AlertSourceBetaNamedExpressionOperationFilterConditionGroupConditionParam, AlertSourceBetaNamedExpressionOperationFilterConditionGroupConditionParamArgs
- Array
Values List<AlertSource Beta Named Expression Operation Filter Condition Group Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Alert
Source Beta Named Expression Operation Filter Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []AlertSource Beta Named Expression Operation Filter Condition Group Condition Param Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Alert
Source Beta Named Expression Operation Filter Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<AlertSource Beta Named Expression Operation Filter Condition Group Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Operation Filter Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values AlertSource Beta Named Expression Operation Filter Condition Group Condition Param Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Operation Filter Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[AlertSource Beta Named Expression Operation Filter Condition Group Condition Param Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Operation Filter Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
AlertSourceBetaNamedExpressionOperationFilterConditionGroupConditionParamArrayValue, AlertSourceBetaNamedExpressionOperationFilterConditionGroupConditionParamArrayValueArgs
AlertSourceBetaNamedExpressionOperationFilterConditionGroupConditionParamValue, AlertSourceBetaNamedExpressionOperationFilterConditionGroupConditionParamValueArgs
AlertSourceBetaNamedExpressionOperationFilterConditionParam, AlertSourceBetaNamedExpressionOperationFilterConditionParamArgs
- Array
Values List<AlertSource Beta Named Expression Operation Filter Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Alert
Source Beta Named Expression Operation Filter Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []AlertSource Beta Named Expression Operation Filter Condition Param Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Alert
Source Beta Named Expression Operation Filter Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<AlertSource Beta Named Expression Operation Filter Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Operation Filter Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values AlertSource Beta Named Expression Operation Filter Condition Param Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Operation Filter Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[AlertSource Beta Named Expression Operation Filter Condition Param Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Named Expression Operation Filter Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
AlertSourceBetaNamedExpressionOperationFilterConditionParamArrayValue, AlertSourceBetaNamedExpressionOperationFilterConditionParamArrayValueArgs
AlertSourceBetaNamedExpressionOperationFilterConditionParamValue, AlertSourceBetaNamedExpressionOperationFilterConditionParamValueArgs
AlertSourceBetaNamedExpressionOperationNavigate, AlertSourceBetaNamedExpressionOperationNavigateArgs
- To string
- The catalog attribute to follow.
- To string
- The catalog attribute to follow.
- to string
- The catalog attribute to follow.
- to String
- The catalog attribute to follow.
- to string
- The catalog attribute to follow.
- to str
- The catalog attribute to follow.
- to String
- The catalog attribute to follow.
AlertSourceBetaNamedExpressionOperationParse, AlertSourceBetaNamedExpressionOperationParseArgs
- As string
- The type this returns. Take it from the resource that defines the type rather than writing it out, e.g.
incident_catalog_type.service.attribute_type. - Function string
- JavaScript evaluated against the current value, bound to
$. 5 KiB limit. - Array bool
- Whether this returns several values rather than one.
- As string
- The type this returns. Take it from the resource that defines the type rather than writing it out, e.g.
incident_catalog_type.service.attribute_type. - Function string
- JavaScript evaluated against the current value, bound to
$. 5 KiB limit. - Array bool
- Whether this returns several values rather than one.
- as string
- The type this returns. Take it from the resource that defines the type rather than writing it out, e.g.
incident_catalog_type.service.attribute_type. - function string
- JavaScript evaluated against the current value, bound to
$. 5 KiB limit. - array bool
- Whether this returns several values rather than one.
- as String
- The type this returns. Take it from the resource that defines the type rather than writing it out, e.g.
incident_catalog_type.service.attribute_type. - function String
- JavaScript evaluated against the current value, bound to
$. 5 KiB limit. - array Boolean
- Whether this returns several values rather than one.
- as string
- The type this returns. Take it from the resource that defines the type rather than writing it out, e.g.
incident_catalog_type.service.attribute_type. - function string
- JavaScript evaluated against the current value, bound to
$. 5 KiB limit. - array boolean
- Whether this returns several values rather than one.
- as_ str
- The type this returns. Take it from the resource that defines the type rather than writing it out, e.g.
incident_catalog_type.service.attribute_type. - function str
- JavaScript evaluated against the current value, bound to
$. 5 KiB limit. - array bool
- Whether this returns several values rather than one.
- as String
- The type this returns. Take it from the resource that defines the type rather than writing it out, e.g.
incident_catalog_type.service.attribute_type. - function String
- JavaScript evaluated against the current value, bound to
$. 5 KiB limit. - array Boolean
- Whether this returns several values rather than one.
AlertSourceBetaPriority, AlertSourceBetaPriorityArgs
- Array
Values List<AlertSource Beta Priority Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Alert
Source Beta Priority Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []AlertSource Beta Priority Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Alert
Source Beta Priority Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<AlertSource Beta Priority Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Priority Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values AlertSource Beta Priority Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Priority Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[AlertSource Beta Priority Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Priority Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
AlertSourceBetaPriorityArrayValue, AlertSourceBetaPriorityArrayValueArgs
AlertSourceBetaPriorityValue, AlertSourceBetaPriorityValueArgs
AlertSourceBetaRateLimitSharding, AlertSourceBetaRateLimitShardingArgs
- Rate
Limit stringShard Key Path - JSON path to a value that splits this source's rate limit into per-value buckets.
- Rate
Limit stringShard Key Path - JSON path to a value that splits this source's rate limit into per-value buckets.
- rate_
limit_ stringshard_ key_ path - JSON path to a value that splits this source's rate limit into per-value buckets.
- rate
Limit StringShard Key Path - JSON path to a value that splits this source's rate limit into per-value buckets.
- rate
Limit stringShard Key Path - JSON path to a value that splits this source's rate limit into per-value buckets.
- rate_
limit_ strshard_ key_ path - JSON path to a value that splits this source's rate limit into per-value buckets.
- rate
Limit StringShard Key Path - JSON path to a value that splits this source's rate limit into per-value buckets.
AlertSourceBetaTitle, AlertSourceBetaTitleArgs
- Literal string
- Fixed content, which may interpolate the scope with
{{ variable }}. Filterstruncate: Nandomit_if_unsetare supported. For content needing formatting a template can't express, pass a document fromdata.incident_rich_textwithfeature_set = "plain_single_line". - Reference string
- A reference into the scope whose value becomes the content, such as
payload.summary. Prefer a literal interpolating{{ payload.summary }}, which can also carry surrounding text.
- Literal string
- Fixed content, which may interpolate the scope with
{{ variable }}. Filterstruncate: Nandomit_if_unsetare supported. For content needing formatting a template can't express, pass a document fromdata.incident_rich_textwithfeature_set = "plain_single_line". - Reference string
- A reference into the scope whose value becomes the content, such as
payload.summary. Prefer a literal interpolating{{ payload.summary }}, which can also carry surrounding text.
- literal string
- Fixed content, which may interpolate the scope with
{{ variable }}. Filterstruncate: Nandomit_if_unsetare supported. For content needing formatting a template can't express, pass a document fromdata.incident_rich_textwithfeature_set = "plain_single_line". - reference string
- A reference into the scope whose value becomes the content, such as
payload.summary. Prefer a literal interpolating{{ payload.summary }}, which can also carry surrounding text.
- literal String
- Fixed content, which may interpolate the scope with
{{ variable }}. Filterstruncate: Nandomit_if_unsetare supported. For content needing formatting a template can't express, pass a document fromdata.incident_rich_textwithfeature_set = "plain_single_line". - reference String
- A reference into the scope whose value becomes the content, such as
payload.summary. Prefer a literal interpolating{{ payload.summary }}, which can also carry surrounding text.
- literal string
- Fixed content, which may interpolate the scope with
{{ variable }}. Filterstruncate: Nandomit_if_unsetare supported. For content needing formatting a template can't express, pass a document fromdata.incident_rich_textwithfeature_set = "plain_single_line". - reference string
- A reference into the scope whose value becomes the content, such as
payload.summary. Prefer a literal interpolating{{ payload.summary }}, which can also carry surrounding text.
- literal str
- Fixed content, which may interpolate the scope with
{{ variable }}. Filterstruncate: Nandomit_if_unsetare supported. For content needing formatting a template can't express, pass a document fromdata.incident_rich_textwithfeature_set = "plain_single_line". - reference str
- A reference into the scope whose value becomes the content, such as
payload.summary. Prefer a literal interpolating{{ payload.summary }}, which can also carry surrounding text.
- literal String
- Fixed content, which may interpolate the scope with
{{ variable }}. Filterstruncate: Nandomit_if_unsetare supported. For content needing formatting a template can't express, pass a document fromdata.incident_rich_textwithfeature_set = "plain_single_line". - reference String
- A reference into the scope whose value becomes the content, such as
payload.summary. Prefer a literal interpolating{{ payload.summary }}, which can also carry surrounding text.
AlertSourceBetaVisibleToTeams, AlertSourceBetaVisibleToTeamsArgs
- Array
Values List<AlertSource Beta Visible To Teams Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Alert
Source Beta Visible To Teams Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []AlertSource Beta Visible To Teams Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Alert
Source Beta Visible To Teams Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<AlertSource Beta Visible To Teams Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Visible To Teams Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values AlertSource Beta Visible To Teams Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Visible To Teams Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[AlertSource Beta Visible To Teams Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Alert
Source Beta Visible To Teams Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
AlertSourceBetaVisibleToTeamsArrayValue, AlertSourceBetaVisibleToTeamsArrayValueArgs
AlertSourceBetaVisibleToTeamsValue, AlertSourceBetaVisibleToTeamsValueArgs
Package Details
- Repository
- incident incident-io/terraform-provider-incident
- License
- Notes
- This Pulumi package is based on the
incidentTerraform Provider.
published on Friday, Sep 11, 2026 by incident-io