published on Friday, Sep 11, 2026 by incident-io
published on Friday, Sep 11, 2026 by incident-io
incident.AlertSourceAttributeBeta was renamed to incident.AlertSourceAttribute 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.AlertSourceAttribute for the
documentation.
Create AlertSourceAttributeBeta Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new AlertSourceAttributeBeta(name: string, args: AlertSourceAttributeBetaArgs, opts?: CustomResourceOptions);@overload
def AlertSourceAttributeBeta(resource_name: str,
args: AlertSourceAttributeBetaArgs,
opts: Optional[ResourceOptions] = None)
@overload
def AlertSourceAttributeBeta(resource_name: str,
opts: Optional[ResourceOptions] = None,
alert_attribute_id: Optional[str] = None,
alert_source_id: Optional[str] = None,
array_values: Optional[Sequence[AlertSourceAttributeBetaArrayValueArgs]] = None,
expression: Optional[AlertSourceAttributeBetaExpressionArgs] = None,
expression_ref: Optional[str] = None,
merge_strategy: Optional[str] = None,
named_expressions: Optional[Sequence[AlertSourceAttributeBetaNamedExpressionArgs]] = None,
value: Optional[AlertSourceAttributeBetaValueArgs] = None,
value_literal: Optional[str] = None,
value_reference: Optional[str] = None,
values: Optional[Sequence[str]] = None)func NewAlertSourceAttributeBeta(ctx *Context, name string, args AlertSourceAttributeBetaArgs, opts ...ResourceOption) (*AlertSourceAttributeBeta, error)public AlertSourceAttributeBeta(string name, AlertSourceAttributeBetaArgs args, CustomResourceOptions? opts = null)
public AlertSourceAttributeBeta(String name, AlertSourceAttributeBetaArgs args)
public AlertSourceAttributeBeta(String name, AlertSourceAttributeBetaArgs args, CustomResourceOptions options)
type: incident:AlertSourceAttributeBeta
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "incident_alert_source_attribute_beta" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args AlertSourceAttributeBetaArgs
- 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 AlertSourceAttributeBetaArgs
- 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 AlertSourceAttributeBetaArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AlertSourceAttributeBetaArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AlertSourceAttributeBetaArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
AlertSourceAttributeBeta 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 AlertSourceAttributeBeta resource accepts the following input properties:
- Alert
Attribute stringId - The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
- Alert
Source stringId - The alert source this binding belongs to
- Array
Values List<AlertSource Attribute Beta Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Alert
Source Attribute Beta Expression - The expression this field is bound to. Declaring it binds its result.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Merge
Strategy string - How values are combined when an alert is updated. Possible values are:
first_wins,last_wins,append,max,min. - Named
Expressions List<AlertSource Attribute Beta Named Expression> - An expression this resource owns, addressed by name.
- Value
Alert
Source Attribute Beta 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.
- Alert
Attribute stringId - The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
- Alert
Source stringId - The alert source this binding belongs to
- Array
Values []AlertSource Attribute Beta Array Value Args - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Alert
Source Attribute Beta Expression Args - The expression this field is bound to. Declaring it binds its result.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Merge
Strategy string - How values are combined when an alert is updated. Possible values are:
first_wins,last_wins,append,max,min. - Named
Expressions []AlertSource Attribute Beta Named Expression Args - An expression this resource owns, addressed by name.
- Value
Alert
Source Attribute Beta Value Args - 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.
- alert_
attribute_ stringid - The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
- alert_
source_ stringid - The alert source this binding belongs to
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression object
- The expression this field is bound to. Declaring it binds its result.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- merge_
strategy string - How values are combined when an alert is updated. Possible values are:
first_wins,last_wins,append,max,min. - named_
expressions list(object) - An expression this resource owns, addressed by name.
- 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.
- alert
Attribute StringId - The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
- alert
Source StringId - The alert source this binding belongs to
- array
Values List<AlertSource Attribute Beta Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Alert
Source Attribute Beta Expression - The expression this field is bound to. Declaring it binds its result.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- merge
Strategy String - How values are combined when an alert is updated. Possible values are:
first_wins,last_wins,append,max,min. - named
Expressions List<AlertSource Attribute Beta Named Expression> - An expression this resource owns, addressed by name.
- value
Alert
Source Attribute Beta 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.
- alert
Attribute stringId - The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
- alert
Source stringId - The alert source this binding belongs to
- array
Values AlertSource Attribute Beta Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Alert
Source Attribute Beta Expression - The expression this field is bound to. Declaring it binds its result.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- merge
Strategy string - How values are combined when an alert is updated. Possible values are:
first_wins,last_wins,append,max,min. - named
Expressions AlertSource Attribute Beta Named Expression[] - An expression this resource owns, addressed by name.
- value
Alert
Source Attribute Beta 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.
- alert_
attribute_ strid - The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
- alert_
source_ strid - The alert source this binding belongs to
- array_
values Sequence[AlertSource Attribute Beta Array Value Args] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Alert
Source Attribute Beta Expression Args - The expression this field is bound to. Declaring it binds its result.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- merge_
strategy str - How values are combined when an alert is updated. Possible values are:
first_wins,last_wins,append,max,min. - named_
expressions Sequence[AlertSource Attribute Beta Named Expression Args] - An expression this resource owns, addressed by name.
- value
Alert
Source Attribute Beta Value Args - 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.
- alert
Attribute StringId - The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
- alert
Source StringId - The alert source this binding belongs to
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression Property Map
- The expression this field is bound to. Declaring it binds its result.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- merge
Strategy String - How values are combined when an alert is updated. Possible values are:
first_wins,last_wins,append,max,min. - named
Expressions List<Property Map> - An expression this resource owns, addressed by name.
- 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.
Outputs
All input properties are implicitly available as output properties. Additionally, the AlertSourceAttributeBeta resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing AlertSourceAttributeBeta Resource
Get an existing AlertSourceAttributeBeta 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?: AlertSourceAttributeBetaState, opts?: CustomResourceOptions): AlertSourceAttributeBeta@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
alert_attribute_id: Optional[str] = None,
alert_source_id: Optional[str] = None,
array_values: Optional[Sequence[AlertSourceAttributeBetaArrayValueArgs]] = None,
expression: Optional[AlertSourceAttributeBetaExpressionArgs] = None,
expression_ref: Optional[str] = None,
merge_strategy: Optional[str] = None,
named_expressions: Optional[Sequence[AlertSourceAttributeBetaNamedExpressionArgs]] = None,
value: Optional[AlertSourceAttributeBetaValueArgs] = None,
value_literal: Optional[str] = None,
value_reference: Optional[str] = None,
values: Optional[Sequence[str]] = None) -> AlertSourceAttributeBetafunc GetAlertSourceAttributeBeta(ctx *Context, name string, id IDInput, state *AlertSourceAttributeBetaState, opts ...ResourceOption) (*AlertSourceAttributeBeta, error)public static AlertSourceAttributeBeta Get(string name, Input<string> id, AlertSourceAttributeBetaState? state, CustomResourceOptions? opts = null)public static AlertSourceAttributeBeta get(String name, Output<String> id, AlertSourceAttributeBetaState state, CustomResourceOptions options)resources: _: type: incident:AlertSourceAttributeBeta get: id: ${id}import {
to = incident_alert_source_attribute_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
Attribute stringId - The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
- Alert
Source stringId - The alert source this binding belongs to
- Array
Values List<AlertSource Attribute Beta Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Alert
Source Attribute Beta Expression - The expression this field is bound to. Declaring it binds its result.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Merge
Strategy string - How values are combined when an alert is updated. Possible values are:
first_wins,last_wins,append,max,min. - Named
Expressions List<AlertSource Attribute Beta Named Expression> - An expression this resource owns, addressed by name.
- Value
Alert
Source Attribute Beta 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.
- Alert
Attribute stringId - The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
- Alert
Source stringId - The alert source this binding belongs to
- Array
Values []AlertSource Attribute Beta Array Value Args - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Alert
Source Attribute Beta Expression Args - The expression this field is bound to. Declaring it binds its result.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Merge
Strategy string - How values are combined when an alert is updated. Possible values are:
first_wins,last_wins,append,max,min. - Named
Expressions []AlertSource Attribute Beta Named Expression Args - An expression this resource owns, addressed by name.
- Value
Alert
Source Attribute Beta Value Args - 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.
- alert_
attribute_ stringid - The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
- alert_
source_ stringid - The alert source this binding belongs to
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression object
- The expression this field is bound to. Declaring it binds its result.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- merge_
strategy string - How values are combined when an alert is updated. Possible values are:
first_wins,last_wins,append,max,min. - named_
expressions list(object) - An expression this resource owns, addressed by name.
- 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.
- alert
Attribute StringId - The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
- alert
Source StringId - The alert source this binding belongs to
- array
Values List<AlertSource Attribute Beta Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Alert
Source Attribute Beta Expression - The expression this field is bound to. Declaring it binds its result.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- merge
Strategy String - How values are combined when an alert is updated. Possible values are:
first_wins,last_wins,append,max,min. - named
Expressions List<AlertSource Attribute Beta Named Expression> - An expression this resource owns, addressed by name.
- value
Alert
Source Attribute Beta 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.
- alert
Attribute stringId - The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
- alert
Source stringId - The alert source this binding belongs to
- array
Values AlertSource Attribute Beta Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Alert
Source Attribute Beta Expression - The expression this field is bound to. Declaring it binds its result.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- merge
Strategy string - How values are combined when an alert is updated. Possible values are:
first_wins,last_wins,append,max,min. - named
Expressions AlertSource Attribute Beta Named Expression[] - An expression this resource owns, addressed by name.
- value
Alert
Source Attribute Beta 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.
- alert_
attribute_ strid - The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
- alert_
source_ strid - The alert source this binding belongs to
- array_
values Sequence[AlertSource Attribute Beta Array Value Args] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Alert
Source Attribute Beta Expression Args - The expression this field is bound to. Declaring it binds its result.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- merge_
strategy str - How values are combined when an alert is updated. Possible values are:
first_wins,last_wins,append,max,min. - named_
expressions Sequence[AlertSource Attribute Beta Named Expression Args] - An expression this resource owns, addressed by name.
- value
Alert
Source Attribute Beta Value Args - 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.
- alert
Attribute StringId - The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
- alert
Source StringId - The alert source this binding belongs to
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression Property Map
- The expression this field is bound to. Declaring it binds its result.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- merge
Strategy String - How values are combined when an alert is updated. Possible values are:
first_wins,last_wins,append,max,min. - named
Expressions List<Property Map> - An expression this resource owns, addressed by name.
- 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.
Supporting Types
AlertSourceAttributeBetaArrayValue, AlertSourceAttributeBetaArrayValueArgs
AlertSourceAttributeBetaExpression, AlertSourceAttributeBetaExpressionArgs
- Fallback
Alert
Source Attribute Beta Expression Fallback - What this expression produces when nothing else matched.
- Operations
List<Alert
Source Attribute Beta 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.
- Fallback
Alert
Source Attribute Beta Expression Fallback - What this expression produces when nothing else matched.
- Operations
[]Alert
Source Attribute Beta 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.
- fallback object
- What this expression produces when nothing else matched.
- 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.
- fallback
Alert
Source Attribute Beta Expression Fallback - What this expression produces when nothing else matched.
- operations
List<Alert
Source Attribute Beta 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.
- fallback
Alert
Source Attribute Beta Expression Fallback - What this expression produces when nothing else matched.
- operations
Alert
Source Attribute Beta 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.
- fallback
Alert
Source Attribute Beta Expression Fallback - What this expression produces when nothing else matched.
- operations
Sequence[Alert
Source Attribute Beta 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.
- fallback Property Map
- What this expression produces when nothing else matched.
- 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.
AlertSourceAttributeBetaExpressionFallback, AlertSourceAttributeBetaExpressionFallbackArgs
- Else
Alert
Source Attribute Beta Expression Fallback Else - The unconditional default for the shorthand above.
- Else
Ifs List<AlertSource Attribute Beta Expression Fallback Else If> - Tried in order, after if.
- Expression
Ref string - The name of a named_expression in this resource.
- If
Alert
Source Attribute Beta Expression Fallback If - Shorthand for a branching fallback.
- Result
Alert
Source Attribute Beta Expression Fallback Result - A flat, unconditional value.
- Else
Alert
Source Attribute Beta Expression Fallback Else - The unconditional default for the shorthand above.
- Else
Ifs []AlertSource Attribute Beta Expression Fallback Else If - Tried in order, after if.
- Expression
Ref string - The name of a named_expression in this resource.
- If
Alert
Source Attribute Beta Expression Fallback If - Shorthand for a branching fallback.
- Result
Alert
Source Attribute Beta 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 Attribute Beta Expression Fallback Else If> - Tried in order, after if.
- else_
Alert
Source Attribute Beta 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 Attribute Beta Expression Fallback If - Shorthand for a branching fallback.
- result
Alert
Source Attribute Beta Expression Fallback Result - A flat, unconditional value.
- else
Alert
Source Attribute Beta Expression Fallback Else - The unconditional default for the shorthand above.
- else
Ifs AlertSource Attribute Beta Expression Fallback Else If[] - Tried in order, after if.
- expression
Ref string - The name of a named_expression in this resource.
- if
Alert
Source Attribute Beta Expression Fallback If - Shorthand for a branching fallback.
- result
Alert
Source Attribute Beta Expression Fallback Result - A flat, unconditional value.
- else_
Alert
Source Attribute Beta Expression Fallback Else - The unconditional default for the shorthand above.
- else_
ifs Sequence[AlertSource Attribute Beta Expression Fallback Else If] - Tried in order, after if.
- expression_
ref str - The name of a named_expression in this resource.
- if_
Alert
Source Attribute Beta Expression Fallback If - Shorthand for a branching fallback.
- result
Alert
Source Attribute Beta 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.
AlertSourceAttributeBetaExpressionFallbackElse, AlertSourceAttributeBetaExpressionFallbackElseArgs
- Result
Alert
Source Attribute Beta Expression Fallback Else Result - The value to fall back to. Required when the block is present.
- Result
Alert
Source Attribute Beta Expression Fallback Else Result - The value to fall back to. Required when the block is present.
- result
Alert
Source Attribute Beta Expression Fallback Else Result - The value to fall back to. Required when the block is present.
- result
Alert
Source Attribute Beta Expression Fallback Else Result - The value to fall back to. Required when the block is present.
- result
Alert
Source Attribute Beta 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.
AlertSourceAttributeBetaExpressionFallbackElseIf, AlertSourceAttributeBetaExpressionFallbackElseIfArgs
- Condition
Groups List<AlertSource Attribute Beta Expression Fallback Else If Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- Conditions
List<Alert
Source Attribute Beta Expression Fallback Else If Condition> - All of these must hold. Sugar for a single condition group.
- Result
Alert
Source Attribute Beta Expression Fallback Else If Result - The value this branch produces. Required when the branch is present.
- Condition
Groups []AlertSource Attribute Beta Expression Fallback Else If Condition Group - Groups are OR'd; conditions within a group are AND'd.
- Conditions
[]Alert
Source Attribute Beta Expression Fallback Else If Condition - All of these must hold. Sugar for a single condition group.
- Result
Alert
Source Attribute Beta 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 Attribute Beta Expression Fallback Else If Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- conditions
List<Alert
Source Attribute Beta Expression Fallback Else If Condition> - All of these must hold. Sugar for a single condition group.
- result
Alert
Source Attribute Beta Expression Fallback Else If Result - The value this branch produces. Required when the branch is present.
- condition
Groups AlertSource Attribute Beta Expression Fallback Else If Condition Group[] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Alert
Source Attribute Beta Expression Fallback Else If Condition[] - All of these must hold. Sugar for a single condition group.
- result
Alert
Source Attribute Beta Expression Fallback Else If Result - The value this branch produces. Required when the branch is present.
- condition_
groups Sequence[AlertSource Attribute Beta Expression Fallback Else If Condition Group] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Sequence[Alert
Source Attribute Beta Expression Fallback Else If Condition] - All of these must hold. Sugar for a single condition group.
- result
Alert
Source Attribute Beta 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.
AlertSourceAttributeBetaExpressionFallbackElseIfCondition, AlertSourceAttributeBetaExpressionFallbackElseIfConditionArgs
- 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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.
AlertSourceAttributeBetaExpressionFallbackElseIfConditionGroup, AlertSourceAttributeBetaExpressionFallbackElseIfConditionGroupArgs
- Conditions
List<Alert
Source Attribute Beta Expression Fallback Else If Condition Group Condition> - All of these must hold for the group to hold.
- Conditions
[]Alert
Source Attribute Beta 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 Attribute Beta Expression Fallback Else If Condition Group Condition> - All of these must hold for the group to hold.
- conditions
Alert
Source Attribute Beta Expression Fallback Else If Condition Group Condition[] - All of these must hold for the group to hold.
- conditions
Sequence[Alert
Source Attribute Beta 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.
AlertSourceAttributeBetaExpressionFallbackElseIfConditionGroupCondition, AlertSourceAttributeBetaExpressionFallbackElseIfConditionGroupConditionArgs
- 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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.
AlertSourceAttributeBetaExpressionFallbackElseIfConditionGroupConditionParam, AlertSourceAttributeBetaExpressionFallbackElseIfConditionGroupConditionParamArgs
- Array
Values List<AlertSource Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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.
AlertSourceAttributeBetaExpressionFallbackElseIfConditionGroupConditionParamArrayValue, AlertSourceAttributeBetaExpressionFallbackElseIfConditionGroupConditionParamArrayValueArgs
AlertSourceAttributeBetaExpressionFallbackElseIfConditionGroupConditionParamValue, AlertSourceAttributeBetaExpressionFallbackElseIfConditionGroupConditionParamValueArgs
AlertSourceAttributeBetaExpressionFallbackElseIfConditionParam, AlertSourceAttributeBetaExpressionFallbackElseIfConditionParamArgs
- Array
Values List<AlertSource Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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.
AlertSourceAttributeBetaExpressionFallbackElseIfConditionParamArrayValue, AlertSourceAttributeBetaExpressionFallbackElseIfConditionParamArrayValueArgs
AlertSourceAttributeBetaExpressionFallbackElseIfConditionParamValue, AlertSourceAttributeBetaExpressionFallbackElseIfConditionParamValueArgs
AlertSourceAttributeBetaExpressionFallbackElseIfResult, AlertSourceAttributeBetaExpressionFallbackElseIfResultArgs
- Array
Values List<AlertSource Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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.
AlertSourceAttributeBetaExpressionFallbackElseIfResultArrayValue, AlertSourceAttributeBetaExpressionFallbackElseIfResultArrayValueArgs
AlertSourceAttributeBetaExpressionFallbackElseIfResultValue, AlertSourceAttributeBetaExpressionFallbackElseIfResultValueArgs
AlertSourceAttributeBetaExpressionFallbackElseResult, AlertSourceAttributeBetaExpressionFallbackElseResultArgs
- Array
Values List<AlertSource Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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.
AlertSourceAttributeBetaExpressionFallbackElseResultArrayValue, AlertSourceAttributeBetaExpressionFallbackElseResultArrayValueArgs
AlertSourceAttributeBetaExpressionFallbackElseResultValue, AlertSourceAttributeBetaExpressionFallbackElseResultValueArgs
AlertSourceAttributeBetaExpressionFallbackIf, AlertSourceAttributeBetaExpressionFallbackIfArgs
- Condition
Groups List<AlertSource Attribute Beta Expression Fallback If Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- Conditions
List<Alert
Source Attribute Beta Expression Fallback If Condition> - All of these must hold. Sugar for a single condition group.
- Result
Alert
Source Attribute Beta Expression Fallback If Result - The value this branch produces. Required when the branch is present.
- Condition
Groups []AlertSource Attribute Beta Expression Fallback If Condition Group - Groups are OR'd; conditions within a group are AND'd.
- Conditions
[]Alert
Source Attribute Beta Expression Fallback If Condition - All of these must hold. Sugar for a single condition group.
- Result
Alert
Source Attribute Beta 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 Attribute Beta Expression Fallback If Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- conditions
List<Alert
Source Attribute Beta Expression Fallback If Condition> - All of these must hold. Sugar for a single condition group.
- result
Alert
Source Attribute Beta Expression Fallback If Result - The value this branch produces. Required when the branch is present.
- condition
Groups AlertSource Attribute Beta Expression Fallback If Condition Group[] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Alert
Source Attribute Beta Expression Fallback If Condition[] - All of these must hold. Sugar for a single condition group.
- result
Alert
Source Attribute Beta Expression Fallback If Result - The value this branch produces. Required when the branch is present.
- condition_
groups Sequence[AlertSource Attribute Beta Expression Fallback If Condition Group] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Sequence[Alert
Source Attribute Beta Expression Fallback If Condition] - All of these must hold. Sugar for a single condition group.
- result
Alert
Source Attribute Beta 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.
AlertSourceAttributeBetaExpressionFallbackIfCondition, AlertSourceAttributeBetaExpressionFallbackIfConditionArgs
- 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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.
AlertSourceAttributeBetaExpressionFallbackIfConditionGroup, AlertSourceAttributeBetaExpressionFallbackIfConditionGroupArgs
- Conditions
List<Alert
Source Attribute Beta Expression Fallback If Condition Group Condition> - All of these must hold for the group to hold.
- Conditions
[]Alert
Source Attribute Beta 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 Attribute Beta Expression Fallback If Condition Group Condition> - All of these must hold for the group to hold.
- conditions
Alert
Source Attribute Beta Expression Fallback If Condition Group Condition[] - All of these must hold for the group to hold.
- conditions
Sequence[Alert
Source Attribute Beta 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.
AlertSourceAttributeBetaExpressionFallbackIfConditionGroupCondition, AlertSourceAttributeBetaExpressionFallbackIfConditionGroupConditionArgs
- 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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.
AlertSourceAttributeBetaExpressionFallbackIfConditionGroupConditionParam, AlertSourceAttributeBetaExpressionFallbackIfConditionGroupConditionParamArgs
- Array
Values List<AlertSource Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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.
AlertSourceAttributeBetaExpressionFallbackIfConditionGroupConditionParamArrayValue, AlertSourceAttributeBetaExpressionFallbackIfConditionGroupConditionParamArrayValueArgs
AlertSourceAttributeBetaExpressionFallbackIfConditionGroupConditionParamValue, AlertSourceAttributeBetaExpressionFallbackIfConditionGroupConditionParamValueArgs
AlertSourceAttributeBetaExpressionFallbackIfConditionParam, AlertSourceAttributeBetaExpressionFallbackIfConditionParamArgs
- Array
Values List<AlertSource Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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.
AlertSourceAttributeBetaExpressionFallbackIfConditionParamArrayValue, AlertSourceAttributeBetaExpressionFallbackIfConditionParamArrayValueArgs
AlertSourceAttributeBetaExpressionFallbackIfConditionParamValue, AlertSourceAttributeBetaExpressionFallbackIfConditionParamValueArgs
AlertSourceAttributeBetaExpressionFallbackIfResult, AlertSourceAttributeBetaExpressionFallbackIfResultArgs
- Array
Values List<AlertSource Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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.
AlertSourceAttributeBetaExpressionFallbackIfResultArrayValue, AlertSourceAttributeBetaExpressionFallbackIfResultArrayValueArgs
AlertSourceAttributeBetaExpressionFallbackIfResultValue, AlertSourceAttributeBetaExpressionFallbackIfResultValueArgs
AlertSourceAttributeBetaExpressionFallbackResult, AlertSourceAttributeBetaExpressionFallbackResultArgs
- Array
Values List<AlertSource Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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.
AlertSourceAttributeBetaExpressionFallbackResultArrayValue, AlertSourceAttributeBetaExpressionFallbackResultArrayValueArgs
AlertSourceAttributeBetaExpressionFallbackResultValue, AlertSourceAttributeBetaExpressionFallbackResultValueArgs
AlertSourceAttributeBetaExpressionOperation, AlertSourceAttributeBetaExpressionOperationArgs
- Branches
Alert
Source Attribute Beta 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 Attribute Beta Expression Operation Cast - Converts the current value to another type.
- Concatenate
Alert
Source Attribute Beta 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 Attribute Beta Expression Operation Count - Counts the values.
- Filter
Alert
Source Attribute Beta Expression Operation Filter - Keeps the values matching these conditions. Inside a filter the value under test is bound as
input. - First
Alert
Source Attribute Beta Expression Operation First - Takes the first value.
- Max
Alert
Source Attribute Beta Expression Operation Max - Takes the largest value.
- Min
Alert
Source Attribute Beta Expression Operation Min - Takes the smallest value.
-
Alert
Source Attribute Beta Expression Operation Navigate - Follows an attribute of the current value.
- Parse
Alert
Source Attribute Beta Expression Operation Parse - Evaluates a function against the current value.
- Random
Alert
Source Attribute Beta Expression Operation Random - Takes one value at random.
- Sum
Alert
Source Attribute Beta Expression Operation Sum - Adds the values together.
- Branches
Alert
Source Attribute Beta 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 Attribute Beta Expression Operation Cast - Converts the current value to another type.
- Concatenate
Alert
Source Attribute Beta 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 Attribute Beta Expression Operation Count - Counts the values.
- Filter
Alert
Source Attribute Beta Expression Operation Filter - Keeps the values matching these conditions. Inside a filter the value under test is bound as
input. - First
Alert
Source Attribute Beta Expression Operation First - Takes the first value.
- Max
Alert
Source Attribute Beta Expression Operation Max - Takes the largest value.
- Min
Alert
Source Attribute Beta Expression Operation Min - Takes the smallest value.
-
Alert
Source Attribute Beta Expression Operation Navigate - Follows an attribute of the current value.
- Parse
Alert
Source Attribute Beta Expression Operation Parse - Evaluates a function against the current value.
- Random
Alert
Source Attribute Beta Expression Operation Random - Takes one value at random.
- Sum
Alert
Source Attribute Beta 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 Attribute Beta 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 Attribute Beta Expression Operation Cast - Converts the current value to another type.
- concatenate
Alert
Source Attribute Beta 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 Attribute Beta Expression Operation Count - Counts the values.
- filter
Alert
Source Attribute Beta Expression Operation Filter - Keeps the values matching these conditions. Inside a filter the value under test is bound as
input. - first
Alert
Source Attribute Beta Expression Operation First - Takes the first value.
- max
Alert
Source Attribute Beta Expression Operation Max - Takes the largest value.
- min
Alert
Source Attribute Beta Expression Operation Min - Takes the smallest value.
-
Alert
Source Attribute Beta Expression Operation Navigate - Follows an attribute of the current value.
- parse
Alert
Source Attribute Beta Expression Operation Parse - Evaluates a function against the current value.
- random
Alert
Source Attribute Beta Expression Operation Random - Takes one value at random.
- sum
Alert
Source Attribute Beta Expression Operation Sum - Adds the values together.
- branches
Alert
Source Attribute Beta 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 Attribute Beta Expression Operation Cast - Converts the current value to another type.
- concatenate
Alert
Source Attribute Beta 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 Attribute Beta Expression Operation Count - Counts the values.
- filter
Alert
Source Attribute Beta Expression Operation Filter - Keeps the values matching these conditions. Inside a filter the value under test is bound as
input. - first
Alert
Source Attribute Beta Expression Operation First - Takes the first value.
- max
Alert
Source Attribute Beta Expression Operation Max - Takes the largest value.
- min
Alert
Source Attribute Beta Expression Operation Min - Takes the smallest value.
-
Alert
Source Attribute Beta Expression Operation Navigate - Follows an attribute of the current value.
- parse
Alert
Source Attribute Beta Expression Operation Parse - Evaluates a function against the current value.
- random
Alert
Source Attribute Beta Expression Operation Random - Takes one value at random.
- sum
Alert
Source Attribute Beta Expression Operation Sum - Adds the values together.
- branches
Alert
Source Attribute Beta 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 Attribute Beta Expression Operation Cast - Converts the current value to another type.
- concatenate
Alert
Source Attribute Beta 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 Attribute Beta Expression Operation Count - Counts the values.
- filter
Alert
Source Attribute Beta Expression Operation Filter - Keeps the values matching these conditions. Inside a filter the value under test is bound as
input. - first
Alert
Source Attribute Beta Expression Operation First - Takes the first value.
- max
Alert
Source Attribute Beta Expression Operation Max - Takes the largest value.
- min
Alert
Source Attribute Beta Expression Operation Min - Takes the smallest value.
-
Alert
Source Attribute Beta Expression Operation Navigate - Follows an attribute of the current value.
- parse
Alert
Source Attribute Beta Expression Operation Parse - Evaluates a function against the current value.
- random
Alert
Source Attribute Beta Expression Operation Random - Takes one value at random.
- sum
Alert
Source Attribute Beta 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.
AlertSourceAttributeBetaExpressionOperationBranches, AlertSourceAttributeBetaExpressionOperationBranchesArgs
- 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 Attribute Beta Expression Operation Branches Else If> - Tried in order, after if.
- If
Alert
Source Attribute Beta 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 Attribute Beta Expression Operation Branches Else If - Tried in order, after if.
- If
Alert
Source Attribute Beta 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 Attribute Beta Expression Operation Branches Else If> - Tried in order, after if.
- if_
Alert
Source Attribute Beta 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 Attribute Beta Expression Operation Branches Else If[] - Tried in order, after if.
- if
Alert
Source Attribute Beta 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 Attribute Beta Expression Operation Branches Else If] - Tried in order, after if.
- if_
Alert
Source Attribute Beta 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.
AlertSourceAttributeBetaExpressionOperationBranchesElseIf, AlertSourceAttributeBetaExpressionOperationBranchesElseIfArgs
- Condition
Groups List<AlertSource Attribute Beta Expression Operation Branches Else If Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- Conditions
List<Alert
Source Attribute Beta Expression Operation Branches Else If Condition> - All of these must hold. Sugar for a single condition group.
- Result
Alert
Source Attribute Beta Expression Operation Branches Else If Result - The value this branch produces. Required when the branch is present.
- Condition
Groups []AlertSource Attribute Beta Expression Operation Branches Else If Condition Group - Groups are OR'd; conditions within a group are AND'd.
- Conditions
[]Alert
Source Attribute Beta Expression Operation Branches Else If Condition - All of these must hold. Sugar for a single condition group.
- Result
Alert
Source Attribute Beta 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 Attribute Beta Expression Operation Branches Else If Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- conditions
List<Alert
Source Attribute Beta Expression Operation Branches Else If Condition> - All of these must hold. Sugar for a single condition group.
- result
Alert
Source Attribute Beta Expression Operation Branches Else If Result - The value this branch produces. Required when the branch is present.
- condition
Groups AlertSource Attribute Beta Expression Operation Branches Else If Condition Group[] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Alert
Source Attribute Beta Expression Operation Branches Else If Condition[] - All of these must hold. Sugar for a single condition group.
- result
Alert
Source Attribute Beta Expression Operation Branches Else If Result - The value this branch produces. Required when the branch is present.
- condition_
groups Sequence[AlertSource Attribute Beta Expression Operation Branches Else If Condition Group] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Sequence[Alert
Source Attribute Beta Expression Operation Branches Else If Condition] - All of these must hold. Sugar for a single condition group.
- result
Alert
Source Attribute Beta 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.
AlertSourceAttributeBetaExpressionOperationBranchesElseIfCondition, AlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionArgs
- 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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.
AlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionGroup, AlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionGroupArgs
- Conditions
List<Alert
Source Attribute Beta Expression Operation Branches Else If Condition Group Condition> - All of these must hold for the group to hold.
- Conditions
[]Alert
Source Attribute Beta 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 Attribute Beta Expression Operation Branches Else If Condition Group Condition> - All of these must hold for the group to hold.
- conditions
Alert
Source Attribute Beta Expression Operation Branches Else If Condition Group Condition[] - All of these must hold for the group to hold.
- conditions
Sequence[Alert
Source Attribute Beta 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.
AlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionGroupCondition, AlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionGroupConditionArgs
- 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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.
AlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionGroupConditionParam, AlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionGroupConditionParamArgs
- Array
Values List<AlertSource Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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.
AlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionGroupConditionParamArrayValue, AlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionGroupConditionParamArrayValueArgs
AlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionGroupConditionParamValue, AlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionGroupConditionParamValueArgs
AlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionParam, AlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionParamArgs
- Array
Values List<AlertSource Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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.
AlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionParamArrayValue, AlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionParamArrayValueArgs
AlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionParamValue, AlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionParamValueArgs
AlertSourceAttributeBetaExpressionOperationBranchesElseIfResult, AlertSourceAttributeBetaExpressionOperationBranchesElseIfResultArgs
- Array
Values List<AlertSource Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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.
AlertSourceAttributeBetaExpressionOperationBranchesElseIfResultArrayValue, AlertSourceAttributeBetaExpressionOperationBranchesElseIfResultArrayValueArgs
AlertSourceAttributeBetaExpressionOperationBranchesElseIfResultValue, AlertSourceAttributeBetaExpressionOperationBranchesElseIfResultValueArgs
AlertSourceAttributeBetaExpressionOperationBranchesIf, AlertSourceAttributeBetaExpressionOperationBranchesIfArgs
- Condition
Groups List<AlertSource Attribute Beta Expression Operation Branches If Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- Conditions
List<Alert
Source Attribute Beta Expression Operation Branches If Condition> - All of these must hold. Sugar for a single condition group.
- Result
Alert
Source Attribute Beta Expression Operation Branches If Result - The value this branch produces. Required when the branch is present.
- Condition
Groups []AlertSource Attribute Beta Expression Operation Branches If Condition Group - Groups are OR'd; conditions within a group are AND'd.
- Conditions
[]Alert
Source Attribute Beta Expression Operation Branches If Condition - All of these must hold. Sugar for a single condition group.
- Result
Alert
Source Attribute Beta 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 Attribute Beta Expression Operation Branches If Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- conditions
List<Alert
Source Attribute Beta Expression Operation Branches If Condition> - All of these must hold. Sugar for a single condition group.
- result
Alert
Source Attribute Beta Expression Operation Branches If Result - The value this branch produces. Required when the branch is present.
- condition
Groups AlertSource Attribute Beta Expression Operation Branches If Condition Group[] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Alert
Source Attribute Beta Expression Operation Branches If Condition[] - All of these must hold. Sugar for a single condition group.
- result
Alert
Source Attribute Beta Expression Operation Branches If Result - The value this branch produces. Required when the branch is present.
- condition_
groups Sequence[AlertSource Attribute Beta Expression Operation Branches If Condition Group] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Sequence[Alert
Source Attribute Beta Expression Operation Branches If Condition] - All of these must hold. Sugar for a single condition group.
- result
Alert
Source Attribute Beta 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.
AlertSourceAttributeBetaExpressionOperationBranchesIfCondition, AlertSourceAttributeBetaExpressionOperationBranchesIfConditionArgs
- 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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.
AlertSourceAttributeBetaExpressionOperationBranchesIfConditionGroup, AlertSourceAttributeBetaExpressionOperationBranchesIfConditionGroupArgs
- Conditions
List<Alert
Source Attribute Beta Expression Operation Branches If Condition Group Condition> - All of these must hold for the group to hold.
- Conditions
[]Alert
Source Attribute Beta 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 Attribute Beta Expression Operation Branches If Condition Group Condition> - All of these must hold for the group to hold.
- conditions
Alert
Source Attribute Beta Expression Operation Branches If Condition Group Condition[] - All of these must hold for the group to hold.
- conditions
Sequence[Alert
Source Attribute Beta 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.
AlertSourceAttributeBetaExpressionOperationBranchesIfConditionGroupCondition, AlertSourceAttributeBetaExpressionOperationBranchesIfConditionGroupConditionArgs
- 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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.
AlertSourceAttributeBetaExpressionOperationBranchesIfConditionGroupConditionParam, AlertSourceAttributeBetaExpressionOperationBranchesIfConditionGroupConditionParamArgs
- Array
Values List<AlertSource Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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.
AlertSourceAttributeBetaExpressionOperationBranchesIfConditionGroupConditionParamArrayValue, AlertSourceAttributeBetaExpressionOperationBranchesIfConditionGroupConditionParamArrayValueArgs
AlertSourceAttributeBetaExpressionOperationBranchesIfConditionGroupConditionParamValue, AlertSourceAttributeBetaExpressionOperationBranchesIfConditionGroupConditionParamValueArgs
AlertSourceAttributeBetaExpressionOperationBranchesIfConditionParam, AlertSourceAttributeBetaExpressionOperationBranchesIfConditionParamArgs
- Array
Values List<AlertSource Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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.
AlertSourceAttributeBetaExpressionOperationBranchesIfConditionParamArrayValue, AlertSourceAttributeBetaExpressionOperationBranchesIfConditionParamArrayValueArgs
AlertSourceAttributeBetaExpressionOperationBranchesIfConditionParamValue, AlertSourceAttributeBetaExpressionOperationBranchesIfConditionParamValueArgs
AlertSourceAttributeBetaExpressionOperationBranchesIfResult, AlertSourceAttributeBetaExpressionOperationBranchesIfResultArgs
- Array
Values List<AlertSource Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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.
AlertSourceAttributeBetaExpressionOperationBranchesIfResultArrayValue, AlertSourceAttributeBetaExpressionOperationBranchesIfResultArrayValueArgs
AlertSourceAttributeBetaExpressionOperationBranchesIfResultValue, AlertSourceAttributeBetaExpressionOperationBranchesIfResultValueArgs
AlertSourceAttributeBetaExpressionOperationCast, AlertSourceAttributeBetaExpressionOperationCastArgs
- 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.
AlertSourceAttributeBetaExpressionOperationConcatenate, AlertSourceAttributeBetaExpressionOperationConcatenateArgs
- 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.
AlertSourceAttributeBetaExpressionOperationFilter, AlertSourceAttributeBetaExpressionOperationFilterArgs
- Condition
Groups List<AlertSource Attribute Beta Expression Operation Filter Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- Conditions
List<Alert
Source Attribute Beta Expression Operation Filter Condition> - All of these must hold. Sugar for a single condition group.
- Condition
Groups []AlertSource Attribute Beta Expression Operation Filter Condition Group - Groups are OR'd; conditions within a group are AND'd.
- Conditions
[]Alert
Source Attribute Beta 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 Attribute Beta Expression Operation Filter Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- conditions
List<Alert
Source Attribute Beta Expression Operation Filter Condition> - All of these must hold. Sugar for a single condition group.
- condition
Groups AlertSource Attribute Beta Expression Operation Filter Condition Group[] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Alert
Source Attribute Beta Expression Operation Filter Condition[] - All of these must hold. Sugar for a single condition group.
- condition_
groups Sequence[AlertSource Attribute Beta Expression Operation Filter Condition Group] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Sequence[Alert
Source Attribute Beta 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.
AlertSourceAttributeBetaExpressionOperationFilterCondition, AlertSourceAttributeBetaExpressionOperationFilterConditionArgs
- 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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.
AlertSourceAttributeBetaExpressionOperationFilterConditionGroup, AlertSourceAttributeBetaExpressionOperationFilterConditionGroupArgs
- Conditions
List<Alert
Source Attribute Beta Expression Operation Filter Condition Group Condition> - All of these must hold for the group to hold.
- Conditions
[]Alert
Source Attribute Beta 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 Attribute Beta Expression Operation Filter Condition Group Condition> - All of these must hold for the group to hold.
- conditions
Alert
Source Attribute Beta Expression Operation Filter Condition Group Condition[] - All of these must hold for the group to hold.
- conditions
Sequence[Alert
Source Attribute Beta 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.
AlertSourceAttributeBetaExpressionOperationFilterConditionGroupCondition, AlertSourceAttributeBetaExpressionOperationFilterConditionGroupConditionArgs
- 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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.
AlertSourceAttributeBetaExpressionOperationFilterConditionGroupConditionParam, AlertSourceAttributeBetaExpressionOperationFilterConditionGroupConditionParamArgs
- Array
Values List<AlertSource Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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.
AlertSourceAttributeBetaExpressionOperationFilterConditionGroupConditionParamArrayValue, AlertSourceAttributeBetaExpressionOperationFilterConditionGroupConditionParamArrayValueArgs
AlertSourceAttributeBetaExpressionOperationFilterConditionGroupConditionParamValue, AlertSourceAttributeBetaExpressionOperationFilterConditionGroupConditionParamValueArgs
AlertSourceAttributeBetaExpressionOperationFilterConditionParam, AlertSourceAttributeBetaExpressionOperationFilterConditionParamArgs
- Array
Values List<AlertSource Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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 Attribute Beta 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.
AlertSourceAttributeBetaExpressionOperationFilterConditionParamArrayValue, AlertSourceAttributeBetaExpressionOperationFilterConditionParamArrayValueArgs
AlertSourceAttributeBetaExpressionOperationFilterConditionParamValue, AlertSourceAttributeBetaExpressionOperationFilterConditionParamValueArgs
AlertSourceAttributeBetaExpressionOperationNavigate, AlertSourceAttributeBetaExpressionOperationNavigateArgs
- 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.
AlertSourceAttributeBetaExpressionOperationParse, AlertSourceAttributeBetaExpressionOperationParseArgs
- 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.
AlertSourceAttributeBetaNamedExpression, AlertSourceAttributeBetaNamedExpressionArgs
- Name string
- A name for this expression, unique within this resource, referenced by expression_ref.
- Fallback
Alert
Source Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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.
AlertSourceAttributeBetaNamedExpressionFallback, AlertSourceAttributeBetaNamedExpressionFallbackArgs
- Else
Alert
Source Attribute Beta Named Expression Fallback Else - The unconditional default for the shorthand above.
- Else
Ifs List<AlertSource Attribute 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 Attribute Beta Named Expression Fallback If - Shorthand for a branching fallback.
- Result
Alert
Source Attribute Beta Named Expression Fallback Result - A flat, unconditional value.
- Else
Alert
Source Attribute Beta Named Expression Fallback Else - The unconditional default for the shorthand above.
- Else
Ifs []AlertSource Attribute 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 Attribute Beta Named Expression Fallback If - Shorthand for a branching fallback.
- Result
Alert
Source Attribute 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 Attribute Beta Named Expression Fallback Else If> - Tried in order, after if.
- else_
Alert
Source Attribute 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 Attribute Beta Named Expression Fallback If - Shorthand for a branching fallback.
- result
Alert
Source Attribute Beta Named Expression Fallback Result - A flat, unconditional value.
- else
Alert
Source Attribute Beta Named Expression Fallback Else - The unconditional default for the shorthand above.
- else
Ifs AlertSource Attribute 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 Attribute Beta Named Expression Fallback If - Shorthand for a branching fallback.
- result
Alert
Source Attribute Beta Named Expression Fallback Result - A flat, unconditional value.
- else_
Alert
Source Attribute Beta Named Expression Fallback Else - The unconditional default for the shorthand above.
- else_
ifs Sequence[AlertSource Attribute 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 Attribute Beta Named Expression Fallback If - Shorthand for a branching fallback.
- result
Alert
Source Attribute 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.
AlertSourceAttributeBetaNamedExpressionFallbackElse, AlertSourceAttributeBetaNamedExpressionFallbackElseArgs
- Result
Alert
Source Attribute Beta Named Expression Fallback Else Result - The value to fall back to. Required when the block is present.
- Result
Alert
Source Attribute Beta Named Expression Fallback Else Result - The value to fall back to. Required when the block is present.
- result
Alert
Source Attribute Beta Named Expression Fallback Else Result - The value to fall back to. Required when the block is present.
- result
Alert
Source Attribute Beta Named Expression Fallback Else Result - The value to fall back to. Required when the block is present.
- result
Alert
Source Attribute 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.
AlertSourceAttributeBetaNamedExpressionFallbackElseIf, AlertSourceAttributeBetaNamedExpressionFallbackElseIfArgs
- Condition
Groups List<AlertSource Attribute Beta Named Expression Fallback Else If Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- Conditions
List<Alert
Source Attribute Beta Named Expression Fallback Else If Condition> - All of these must hold. Sugar for a single condition group.
- Result
Alert
Source Attribute Beta Named Expression Fallback Else If Result - The value this branch produces. Required when the branch is present.
- Condition
Groups []AlertSource Attribute Beta Named Expression Fallback Else If Condition Group - Groups are OR'd; conditions within a group are AND'd.
- Conditions
[]Alert
Source Attribute Beta Named Expression Fallback Else If Condition - All of these must hold. Sugar for a single condition group.
- Result
Alert
Source Attribute 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 Attribute Beta Named Expression Fallback Else If Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- conditions
List<Alert
Source Attribute Beta Named Expression Fallback Else If Condition> - All of these must hold. Sugar for a single condition group.
- result
Alert
Source Attribute Beta Named Expression Fallback Else If Result - The value this branch produces. Required when the branch is present.
- condition
Groups AlertSource Attribute Beta Named Expression Fallback Else If Condition Group[] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Alert
Source Attribute Beta Named Expression Fallback Else If Condition[] - All of these must hold. Sugar for a single condition group.
- result
Alert
Source Attribute Beta Named Expression Fallback Else If Result - The value this branch produces. Required when the branch is present.
- condition_
groups Sequence[AlertSource Attribute Beta Named Expression Fallback Else If Condition Group] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Sequence[Alert
Source Attribute Beta Named Expression Fallback Else If Condition] - All of these must hold. Sugar for a single condition group.
- result
Alert
Source Attribute 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.
AlertSourceAttributeBetaNamedExpressionFallbackElseIfCondition, AlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionArgs
- 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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.
AlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionGroup, AlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionGroupArgs
- Conditions
List<Alert
Source Attribute Beta Named Expression Fallback Else If Condition Group Condition> - All of these must hold for the group to hold.
- Conditions
[]Alert
Source Attribute 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 Attribute Beta Named Expression Fallback Else If Condition Group Condition> - All of these must hold for the group to hold.
- conditions
Alert
Source Attribute Beta Named Expression Fallback Else If Condition Group Condition[] - All of these must hold for the group to hold.
- conditions
Sequence[Alert
Source Attribute 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.
AlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionGroupCondition, AlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionGroupConditionArgs
- 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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.
AlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionGroupConditionParam, AlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionGroupConditionParamArgs
- Array
Values List<AlertSource Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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.
AlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionGroupConditionParamArrayValue, AlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionGroupConditionParamArrayValueArgs
AlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionGroupConditionParamValue, AlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionGroupConditionParamValueArgs
AlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionParam, AlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionParamArgs
- Array
Values List<AlertSource Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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.
AlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionParamArrayValue, AlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionParamArrayValueArgs
AlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionParamValue, AlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionParamValueArgs
AlertSourceAttributeBetaNamedExpressionFallbackElseIfResult, AlertSourceAttributeBetaNamedExpressionFallbackElseIfResultArgs
- Array
Values List<AlertSource Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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.
AlertSourceAttributeBetaNamedExpressionFallbackElseIfResultArrayValue, AlertSourceAttributeBetaNamedExpressionFallbackElseIfResultArrayValueArgs
AlertSourceAttributeBetaNamedExpressionFallbackElseIfResultValue, AlertSourceAttributeBetaNamedExpressionFallbackElseIfResultValueArgs
AlertSourceAttributeBetaNamedExpressionFallbackElseResult, AlertSourceAttributeBetaNamedExpressionFallbackElseResultArgs
- Array
Values List<AlertSource Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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.
AlertSourceAttributeBetaNamedExpressionFallbackElseResultArrayValue, AlertSourceAttributeBetaNamedExpressionFallbackElseResultArrayValueArgs
AlertSourceAttributeBetaNamedExpressionFallbackElseResultValue, AlertSourceAttributeBetaNamedExpressionFallbackElseResultValueArgs
AlertSourceAttributeBetaNamedExpressionFallbackIf, AlertSourceAttributeBetaNamedExpressionFallbackIfArgs
- Condition
Groups List<AlertSource Attribute Beta Named Expression Fallback If Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- Conditions
List<Alert
Source Attribute Beta Named Expression Fallback If Condition> - All of these must hold. Sugar for a single condition group.
- Result
Alert
Source Attribute Beta Named Expression Fallback If Result - The value this branch produces. Required when the branch is present.
- Condition
Groups []AlertSource Attribute Beta Named Expression Fallback If Condition Group - Groups are OR'd; conditions within a group are AND'd.
- Conditions
[]Alert
Source Attribute Beta Named Expression Fallback If Condition - All of these must hold. Sugar for a single condition group.
- Result
Alert
Source Attribute 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 Attribute Beta Named Expression Fallback If Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- conditions
List<Alert
Source Attribute Beta Named Expression Fallback If Condition> - All of these must hold. Sugar for a single condition group.
- result
Alert
Source Attribute Beta Named Expression Fallback If Result - The value this branch produces. Required when the branch is present.
- condition
Groups AlertSource Attribute Beta Named Expression Fallback If Condition Group[] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Alert
Source Attribute Beta Named Expression Fallback If Condition[] - All of these must hold. Sugar for a single condition group.
- result
Alert
Source Attribute Beta Named Expression Fallback If Result - The value this branch produces. Required when the branch is present.
- condition_
groups Sequence[AlertSource Attribute Beta Named Expression Fallback If Condition Group] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Sequence[Alert
Source Attribute Beta Named Expression Fallback If Condition] - All of these must hold. Sugar for a single condition group.
- result
Alert
Source Attribute 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.
AlertSourceAttributeBetaNamedExpressionFallbackIfCondition, AlertSourceAttributeBetaNamedExpressionFallbackIfConditionArgs
- 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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.
AlertSourceAttributeBetaNamedExpressionFallbackIfConditionGroup, AlertSourceAttributeBetaNamedExpressionFallbackIfConditionGroupArgs
- Conditions
List<Alert
Source Attribute Beta Named Expression Fallback If Condition Group Condition> - All of these must hold for the group to hold.
- Conditions
[]Alert
Source Attribute 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 Attribute Beta Named Expression Fallback If Condition Group Condition> - All of these must hold for the group to hold.
- conditions
Alert
Source Attribute Beta Named Expression Fallback If Condition Group Condition[] - All of these must hold for the group to hold.
- conditions
Sequence[Alert
Source Attribute 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.
AlertSourceAttributeBetaNamedExpressionFallbackIfConditionGroupCondition, AlertSourceAttributeBetaNamedExpressionFallbackIfConditionGroupConditionArgs
- 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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.
AlertSourceAttributeBetaNamedExpressionFallbackIfConditionGroupConditionParam, AlertSourceAttributeBetaNamedExpressionFallbackIfConditionGroupConditionParamArgs
- Array
Values List<AlertSource Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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.
AlertSourceAttributeBetaNamedExpressionFallbackIfConditionGroupConditionParamArrayValue, AlertSourceAttributeBetaNamedExpressionFallbackIfConditionGroupConditionParamArrayValueArgs
AlertSourceAttributeBetaNamedExpressionFallbackIfConditionGroupConditionParamValue, AlertSourceAttributeBetaNamedExpressionFallbackIfConditionGroupConditionParamValueArgs
AlertSourceAttributeBetaNamedExpressionFallbackIfConditionParam, AlertSourceAttributeBetaNamedExpressionFallbackIfConditionParamArgs
- Array
Values List<AlertSource Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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.
AlertSourceAttributeBetaNamedExpressionFallbackIfConditionParamArrayValue, AlertSourceAttributeBetaNamedExpressionFallbackIfConditionParamArrayValueArgs
AlertSourceAttributeBetaNamedExpressionFallbackIfConditionParamValue, AlertSourceAttributeBetaNamedExpressionFallbackIfConditionParamValueArgs
AlertSourceAttributeBetaNamedExpressionFallbackIfResult, AlertSourceAttributeBetaNamedExpressionFallbackIfResultArgs
- Array
Values List<AlertSource Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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.
AlertSourceAttributeBetaNamedExpressionFallbackIfResultArrayValue, AlertSourceAttributeBetaNamedExpressionFallbackIfResultArrayValueArgs
AlertSourceAttributeBetaNamedExpressionFallbackIfResultValue, AlertSourceAttributeBetaNamedExpressionFallbackIfResultValueArgs
AlertSourceAttributeBetaNamedExpressionFallbackResult, AlertSourceAttributeBetaNamedExpressionFallbackResultArgs
- Array
Values List<AlertSource Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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.
AlertSourceAttributeBetaNamedExpressionFallbackResultArrayValue, AlertSourceAttributeBetaNamedExpressionFallbackResultArrayValueArgs
AlertSourceAttributeBetaNamedExpressionFallbackResultValue, AlertSourceAttributeBetaNamedExpressionFallbackResultValueArgs
AlertSourceAttributeBetaNamedExpressionOperation, AlertSourceAttributeBetaNamedExpressionOperationArgs
- Branches
Alert
Source Attribute 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 Attribute Beta Named Expression Operation Cast - Converts the current value to another type.
- Concatenate
Alert
Source Attribute 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 Attribute Beta Named Expression Operation Count - Counts the values.
- Filter
Alert
Source Attribute 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 Attribute Beta Named Expression Operation First - Takes the first value.
- Max
Alert
Source Attribute Beta Named Expression Operation Max - Takes the largest value.
- Min
Alert
Source Attribute Beta Named Expression Operation Min - Takes the smallest value.
-
Alert
Source Attribute Beta Named Expression Operation Navigate - Follows an attribute of the current value.
- Parse
Alert
Source Attribute Beta Named Expression Operation Parse - Evaluates a function against the current value.
- Random
Alert
Source Attribute Beta Named Expression Operation Random - Takes one value at random.
- Sum
Alert
Source Attribute Beta Named Expression Operation Sum - Adds the values together.
- Branches
Alert
Source Attribute 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 Attribute Beta Named Expression Operation Cast - Converts the current value to another type.
- Concatenate
Alert
Source Attribute 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 Attribute Beta Named Expression Operation Count - Counts the values.
- Filter
Alert
Source Attribute 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 Attribute Beta Named Expression Operation First - Takes the first value.
- Max
Alert
Source Attribute Beta Named Expression Operation Max - Takes the largest value.
- Min
Alert
Source Attribute Beta Named Expression Operation Min - Takes the smallest value.
-
Alert
Source Attribute Beta Named Expression Operation Navigate - Follows an attribute of the current value.
- Parse
Alert
Source Attribute Beta Named Expression Operation Parse - Evaluates a function against the current value.
- Random
Alert
Source Attribute Beta Named Expression Operation Random - Takes one value at random.
- Sum
Alert
Source Attribute 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 Attribute 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 Attribute Beta Named Expression Operation Cast - Converts the current value to another type.
- concatenate
Alert
Source Attribute 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 Attribute Beta Named Expression Operation Count - Counts the values.
- filter
Alert
Source Attribute 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 Attribute Beta Named Expression Operation First - Takes the first value.
- max
Alert
Source Attribute Beta Named Expression Operation Max - Takes the largest value.
- min
Alert
Source Attribute Beta Named Expression Operation Min - Takes the smallest value.
-
Alert
Source Attribute Beta Named Expression Operation Navigate - Follows an attribute of the current value.
- parse
Alert
Source Attribute Beta Named Expression Operation Parse - Evaluates a function against the current value.
- random
Alert
Source Attribute Beta Named Expression Operation Random - Takes one value at random.
- sum
Alert
Source Attribute Beta Named Expression Operation Sum - Adds the values together.
- branches
Alert
Source Attribute 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 Attribute Beta Named Expression Operation Cast - Converts the current value to another type.
- concatenate
Alert
Source Attribute 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 Attribute Beta Named Expression Operation Count - Counts the values.
- filter
Alert
Source Attribute 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 Attribute Beta Named Expression Operation First - Takes the first value.
- max
Alert
Source Attribute Beta Named Expression Operation Max - Takes the largest value.
- min
Alert
Source Attribute Beta Named Expression Operation Min - Takes the smallest value.
-
Alert
Source Attribute Beta Named Expression Operation Navigate - Follows an attribute of the current value.
- parse
Alert
Source Attribute Beta Named Expression Operation Parse - Evaluates a function against the current value.
- random
Alert
Source Attribute Beta Named Expression Operation Random - Takes one value at random.
- sum
Alert
Source Attribute Beta Named Expression Operation Sum - Adds the values together.
- branches
Alert
Source Attribute 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 Attribute Beta Named Expression Operation Cast - Converts the current value to another type.
- concatenate
Alert
Source Attribute 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 Attribute Beta Named Expression Operation Count - Counts the values.
- filter
Alert
Source Attribute 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 Attribute Beta Named Expression Operation First - Takes the first value.
- max
Alert
Source Attribute Beta Named Expression Operation Max - Takes the largest value.
- min
Alert
Source Attribute Beta Named Expression Operation Min - Takes the smallest value.
-
Alert
Source Attribute Beta Named Expression Operation Navigate - Follows an attribute of the current value.
- parse
Alert
Source Attribute Beta Named Expression Operation Parse - Evaluates a function against the current value.
- random
Alert
Source Attribute Beta Named Expression Operation Random - Takes one value at random.
- sum
Alert
Source Attribute 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.
AlertSourceAttributeBetaNamedExpressionOperationBranches, AlertSourceAttributeBetaNamedExpressionOperationBranchesArgs
- 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 Attribute Beta Named Expression Operation Branches Else If> - Tried in order, after if.
- If
Alert
Source Attribute 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 Attribute Beta Named Expression Operation Branches Else If - Tried in order, after if.
- If
Alert
Source Attribute 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 Attribute Beta Named Expression Operation Branches Else If> - Tried in order, after if.
- if_
Alert
Source Attribute 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 Attribute Beta Named Expression Operation Branches Else If[] - Tried in order, after if.
- if
Alert
Source Attribute 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 Attribute Beta Named Expression Operation Branches Else If] - Tried in order, after if.
- if_
Alert
Source Attribute 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.
AlertSourceAttributeBetaNamedExpressionOperationBranchesElseIf, AlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfArgs
- Condition
Groups List<AlertSource Attribute Beta Named Expression Operation Branches Else If Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- Conditions
List<Alert
Source Attribute Beta Named Expression Operation Branches Else If Condition> - All of these must hold. Sugar for a single condition group.
- Result
Alert
Source Attribute Beta Named Expression Operation Branches Else If Result - The value this branch produces. Required when the branch is present.
- Condition
Groups []AlertSource Attribute Beta Named Expression Operation Branches Else If Condition Group - Groups are OR'd; conditions within a group are AND'd.
- Conditions
[]Alert
Source Attribute Beta Named Expression Operation Branches Else If Condition - All of these must hold. Sugar for a single condition group.
- Result
Alert
Source Attribute 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 Attribute Beta Named Expression Operation Branches Else If Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- conditions
List<Alert
Source Attribute Beta Named Expression Operation Branches Else If Condition> - All of these must hold. Sugar for a single condition group.
- result
Alert
Source Attribute Beta Named Expression Operation Branches Else If Result - The value this branch produces. Required when the branch is present.
- condition
Groups AlertSource Attribute Beta Named Expression Operation Branches Else If Condition Group[] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Alert
Source Attribute Beta Named Expression Operation Branches Else If Condition[] - All of these must hold. Sugar for a single condition group.
- result
Alert
Source Attribute Beta Named Expression Operation Branches Else If Result - The value this branch produces. Required when the branch is present.
- condition_
groups Sequence[AlertSource Attribute Beta Named Expression Operation Branches Else If Condition Group] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Sequence[Alert
Source Attribute Beta Named Expression Operation Branches Else If Condition] - All of these must hold. Sugar for a single condition group.
- result
Alert
Source Attribute 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.
AlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfCondition, AlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionArgs
- 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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.
AlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionGroup, AlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionGroupArgs
- Conditions
List<Alert
Source Attribute Beta Named Expression Operation Branches Else If Condition Group Condition> - All of these must hold for the group to hold.
- Conditions
[]Alert
Source Attribute 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 Attribute Beta Named Expression Operation Branches Else If Condition Group Condition> - All of these must hold for the group to hold.
- conditions
Alert
Source Attribute Beta Named Expression Operation Branches Else If Condition Group Condition[] - All of these must hold for the group to hold.
- conditions
Sequence[Alert
Source Attribute 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.
AlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionGroupCondition, AlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionGroupConditionArgs
- 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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.
AlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionGroupConditionParam, AlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionGroupConditionParamArgs
- Array
Values List<AlertSource Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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.
AlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionGroupConditionParamArrayValue, AlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionGroupConditionParamArrayValueArgs
AlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionGroupConditionParamValue, AlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionGroupConditionParamValueArgs
AlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionParam, AlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionParamArgs
- Array
Values List<AlertSource Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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.
AlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionParamArrayValue, AlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionParamArrayValueArgs
AlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionParamValue, AlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionParamValueArgs
AlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfResult, AlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfResultArgs
- Array
Values List<AlertSource Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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.
AlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfResultArrayValue, AlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfResultArrayValueArgs
AlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfResultValue, AlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfResultValueArgs
AlertSourceAttributeBetaNamedExpressionOperationBranchesIf, AlertSourceAttributeBetaNamedExpressionOperationBranchesIfArgs
- Condition
Groups List<AlertSource Attribute Beta Named Expression Operation Branches If Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- Conditions
List<Alert
Source Attribute Beta Named Expression Operation Branches If Condition> - All of these must hold. Sugar for a single condition group.
- Result
Alert
Source Attribute Beta Named Expression Operation Branches If Result - The value this branch produces. Required when the branch is present.
- Condition
Groups []AlertSource Attribute Beta Named Expression Operation Branches If Condition Group - Groups are OR'd; conditions within a group are AND'd.
- Conditions
[]Alert
Source Attribute Beta Named Expression Operation Branches If Condition - All of these must hold. Sugar for a single condition group.
- Result
Alert
Source Attribute 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 Attribute Beta Named Expression Operation Branches If Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- conditions
List<Alert
Source Attribute Beta Named Expression Operation Branches If Condition> - All of these must hold. Sugar for a single condition group.
- result
Alert
Source Attribute Beta Named Expression Operation Branches If Result - The value this branch produces. Required when the branch is present.
- condition
Groups AlertSource Attribute Beta Named Expression Operation Branches If Condition Group[] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Alert
Source Attribute Beta Named Expression Operation Branches If Condition[] - All of these must hold. Sugar for a single condition group.
- result
Alert
Source Attribute Beta Named Expression Operation Branches If Result - The value this branch produces. Required when the branch is present.
- condition_
groups Sequence[AlertSource Attribute Beta Named Expression Operation Branches If Condition Group] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Sequence[Alert
Source Attribute Beta Named Expression Operation Branches If Condition] - All of these must hold. Sugar for a single condition group.
- result
Alert
Source Attribute 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.
AlertSourceAttributeBetaNamedExpressionOperationBranchesIfCondition, AlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionArgs
- 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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.
AlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionGroup, AlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionGroupArgs
- Conditions
List<Alert
Source Attribute Beta Named Expression Operation Branches If Condition Group Condition> - All of these must hold for the group to hold.
- Conditions
[]Alert
Source Attribute 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 Attribute Beta Named Expression Operation Branches If Condition Group Condition> - All of these must hold for the group to hold.
- conditions
Alert
Source Attribute Beta Named Expression Operation Branches If Condition Group Condition[] - All of these must hold for the group to hold.
- conditions
Sequence[Alert
Source Attribute 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.
AlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionGroupCondition, AlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionGroupConditionArgs
- 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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.
AlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionGroupConditionParam, AlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionGroupConditionParamArgs
- Array
Values List<AlertSource Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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.
AlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionGroupConditionParamArrayValue, AlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionGroupConditionParamArrayValueArgs
AlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionGroupConditionParamValue, AlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionGroupConditionParamValueArgs
AlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionParam, AlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionParamArgs
- Array
Values List<AlertSource Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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.
AlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionParamArrayValue, AlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionParamArrayValueArgs
AlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionParamValue, AlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionParamValueArgs
AlertSourceAttributeBetaNamedExpressionOperationBranchesIfResult, AlertSourceAttributeBetaNamedExpressionOperationBranchesIfResultArgs
- Array
Values List<AlertSource Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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.
AlertSourceAttributeBetaNamedExpressionOperationBranchesIfResultArrayValue, AlertSourceAttributeBetaNamedExpressionOperationBranchesIfResultArrayValueArgs
AlertSourceAttributeBetaNamedExpressionOperationBranchesIfResultValue, AlertSourceAttributeBetaNamedExpressionOperationBranchesIfResultValueArgs
AlertSourceAttributeBetaNamedExpressionOperationCast, AlertSourceAttributeBetaNamedExpressionOperationCastArgs
- 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.
AlertSourceAttributeBetaNamedExpressionOperationConcatenate, AlertSourceAttributeBetaNamedExpressionOperationConcatenateArgs
- 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.
AlertSourceAttributeBetaNamedExpressionOperationFilter, AlertSourceAttributeBetaNamedExpressionOperationFilterArgs
- Condition
Groups List<AlertSource Attribute Beta Named Expression Operation Filter Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- Conditions
List<Alert
Source Attribute Beta Named Expression Operation Filter Condition> - All of these must hold. Sugar for a single condition group.
- Condition
Groups []AlertSource Attribute Beta Named Expression Operation Filter Condition Group - Groups are OR'd; conditions within a group are AND'd.
- Conditions
[]Alert
Source Attribute 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 Attribute Beta Named Expression Operation Filter Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- conditions
List<Alert
Source Attribute Beta Named Expression Operation Filter Condition> - All of these must hold. Sugar for a single condition group.
- condition
Groups AlertSource Attribute Beta Named Expression Operation Filter Condition Group[] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Alert
Source Attribute Beta Named Expression Operation Filter Condition[] - All of these must hold. Sugar for a single condition group.
- condition_
groups Sequence[AlertSource Attribute Beta Named Expression Operation Filter Condition Group] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Sequence[Alert
Source Attribute 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.
AlertSourceAttributeBetaNamedExpressionOperationFilterCondition, AlertSourceAttributeBetaNamedExpressionOperationFilterConditionArgs
- 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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.
AlertSourceAttributeBetaNamedExpressionOperationFilterConditionGroup, AlertSourceAttributeBetaNamedExpressionOperationFilterConditionGroupArgs
- Conditions
List<Alert
Source Attribute Beta Named Expression Operation Filter Condition Group Condition> - All of these must hold for the group to hold.
- Conditions
[]Alert
Source Attribute 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 Attribute Beta Named Expression Operation Filter Condition Group Condition> - All of these must hold for the group to hold.
- conditions
Alert
Source Attribute Beta Named Expression Operation Filter Condition Group Condition[] - All of these must hold for the group to hold.
- conditions
Sequence[Alert
Source Attribute 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.
AlertSourceAttributeBetaNamedExpressionOperationFilterConditionGroupCondition, AlertSourceAttributeBetaNamedExpressionOperationFilterConditionGroupConditionArgs
- 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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.
AlertSourceAttributeBetaNamedExpressionOperationFilterConditionGroupConditionParam, AlertSourceAttributeBetaNamedExpressionOperationFilterConditionGroupConditionParamArgs
- Array
Values List<AlertSource Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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.
AlertSourceAttributeBetaNamedExpressionOperationFilterConditionGroupConditionParamArrayValue, AlertSourceAttributeBetaNamedExpressionOperationFilterConditionGroupConditionParamArrayValueArgs
AlertSourceAttributeBetaNamedExpressionOperationFilterConditionGroupConditionParamValue, AlertSourceAttributeBetaNamedExpressionOperationFilterConditionGroupConditionParamValueArgs
AlertSourceAttributeBetaNamedExpressionOperationFilterConditionParam, AlertSourceAttributeBetaNamedExpressionOperationFilterConditionParamArgs
- Array
Values List<AlertSource Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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 Attribute 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.
AlertSourceAttributeBetaNamedExpressionOperationFilterConditionParamArrayValue, AlertSourceAttributeBetaNamedExpressionOperationFilterConditionParamArrayValueArgs
AlertSourceAttributeBetaNamedExpressionOperationFilterConditionParamValue, AlertSourceAttributeBetaNamedExpressionOperationFilterConditionParamValueArgs
AlertSourceAttributeBetaNamedExpressionOperationNavigate, AlertSourceAttributeBetaNamedExpressionOperationNavigateArgs
- 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.
AlertSourceAttributeBetaNamedExpressionOperationParse, AlertSourceAttributeBetaNamedExpressionOperationParseArgs
- 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.
AlertSourceAttributeBetaValue, AlertSourceAttributeBetaValueArgs
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