1. Registry
  2. Packages
  3. Incident Provider
  4. API Docs
  5. getAlertSourceAttributeBeta
Viewing docs for incident 7.0.0
published on Friday, Sep 11, 2026 by incident-io
Viewing docs for incident 7.0.0
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.

    Using getAlertSourceAttributeBeta

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getAlertSourceAttributeBeta(args: GetAlertSourceAttributeBetaArgs, opts?: InvokeOptions): Promise<GetAlertSourceAttributeBetaResult>
    function getAlertSourceAttributeBetaOutput(args: GetAlertSourceAttributeBetaOutputArgs, opts?: InvokeOutputOptions): Output<GetAlertSourceAttributeBetaResult>
    def get_alert_source_attribute_beta(alert_attribute_id: Optional[str] = None,
                                        alert_source_id: Optional[str] = None,
                                        expression: Optional[GetAlertSourceAttributeBetaExpression] = None,
                                        named_expressions: Optional[Sequence[GetAlertSourceAttributeBetaNamedExpression]] = None,
                                        opts: Optional[InvokeOptions] = None) -> GetAlertSourceAttributeBetaResult
    def get_alert_source_attribute_beta_output(alert_attribute_id: pulumi.Input[Optional[str]] = None,
                                        alert_source_id: pulumi.Input[Optional[str]] = None,
                                        expression: pulumi.Input[Optional[GetAlertSourceAttributeBetaExpressionArgs]] = None,
                                        named_expressions: pulumi.Input[Optional[Sequence[pulumi.Input[GetAlertSourceAttributeBetaNamedExpressionArgs]]]] = None,
                                        opts: Optional[InvokeOutputOptions] = None) -> Output[GetAlertSourceAttributeBetaResult]
    func LookupAlertSourceAttributeBeta(ctx *Context, args *LookupAlertSourceAttributeBetaArgs, opts ...InvokeOption) (*LookupAlertSourceAttributeBetaResult, error)
    func LookupAlertSourceAttributeBetaOutput(ctx *Context, args *LookupAlertSourceAttributeBetaOutputArgs, opts ...InvokeOption) LookupAlertSourceAttributeBetaResultOutput

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

    public static class GetAlertSourceAttributeBeta 
    {
        public static Task<GetAlertSourceAttributeBetaResult> InvokeAsync(GetAlertSourceAttributeBetaArgs args, InvokeOptions? opts = null)
        public static Output<GetAlertSourceAttributeBetaResult> Invoke(GetAlertSourceAttributeBetaInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetAlertSourceAttributeBetaResult> Invoke(GetAlertSourceAttributeBetaInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetAlertSourceAttributeBetaResult> getAlertSourceAttributeBeta(GetAlertSourceAttributeBetaArgs args, InvokeOptions options)
    public static Output<GetAlertSourceAttributeBetaResult> getAlertSourceAttributeBeta(GetAlertSourceAttributeBetaArgs args, InvokeOptions options)
    public static Output<GetAlertSourceAttributeBetaResult> getAlertSourceAttributeBeta(GetAlertSourceAttributeBetaArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: incident:index/getAlertSourceAttributeBeta:getAlertSourceAttributeBeta
      arguments:
        # arguments dictionary
    data "incident_get_alert_source_attribute_beta" "name" {
        # arguments
    }

    The following arguments are supported:

    AlertAttributeId string
    The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
    AlertSourceId string
    The alert source this binding belongs to
    Expression GetAlertSourceAttributeBetaExpression
    The expression this field is bound to. Declaring it binds its result.
    NamedExpressions List<GetAlertSourceAttributeBetaNamedExpression>
    An expression this resource owns, addressed by name.
    AlertAttributeId string
    The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
    AlertSourceId string
    The alert source this binding belongs to
    Expression GetAlertSourceAttributeBetaExpression
    The expression this field is bound to. Declaring it binds its result.
    NamedExpressions []GetAlertSourceAttributeBetaNamedExpression
    An expression this resource owns, addressed by name.
    alert_attribute_id string
    The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
    alert_source_id string
    The alert source this binding belongs to
    expression object
    The expression this field is bound to. Declaring it binds its result.
    named_expressions list(object)
    An expression this resource owns, addressed by name.
    alertAttributeId String
    The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
    alertSourceId String
    The alert source this binding belongs to
    expression GetAlertSourceAttributeBetaExpression
    The expression this field is bound to. Declaring it binds its result.
    namedExpressions List<GetAlertSourceAttributeBetaNamedExpression>
    An expression this resource owns, addressed by name.
    alertAttributeId string
    The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
    alertSourceId string
    The alert source this binding belongs to
    expression GetAlertSourceAttributeBetaExpression
    The expression this field is bound to. Declaring it binds its result.
    namedExpressions GetAlertSourceAttributeBetaNamedExpression[]
    An expression this resource owns, addressed by name.
    alert_attribute_id str
    The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
    alert_source_id str
    The alert source this binding belongs to
    expression GetAlertSourceAttributeBetaExpression
    The expression this field is bound to. Declaring it binds its result.
    named_expressions Sequence[GetAlertSourceAttributeBetaNamedExpression]
    An expression this resource owns, addressed by name.
    alertAttributeId String
    The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
    alertSourceId String
    The alert source this binding belongs to
    expression Property Map
    The expression this field is bound to. Declaring it binds its result.
    namedExpressions List<Property Map>
    An expression this resource owns, addressed by name.

    getAlertSourceAttributeBeta Result

    The following output properties are available:

    AlertAttributeId string
    The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
    AlertSourceId string
    The alert source this binding belongs to
    ArrayValues List<GetAlertSourceAttributeBetaArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Id string
    The provider-assigned unique ID for this managed resource.
    MergeStrategy string
    How values are combined when an alert is updated. Possible values are: first_wins, last_wins, append, max, min.
    Value GetAlertSourceAttributeBetaValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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.
    Expression GetAlertSourceAttributeBetaExpression
    The expression this field is bound to. Declaring it binds its result.
    NamedExpressions List<GetAlertSourceAttributeBetaNamedExpression>
    An expression this resource owns, addressed by name.
    AlertAttributeId string
    The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
    AlertSourceId string
    The alert source this binding belongs to
    ArrayValues []GetAlertSourceAttributeBetaArrayValue
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Id string
    The provider-assigned unique ID for this managed resource.
    MergeStrategy string
    How values are combined when an alert is updated. Possible values are: first_wins, last_wins, append, max, min.
    Value GetAlertSourceAttributeBetaValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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.
    Expression GetAlertSourceAttributeBetaExpression
    The expression this field is bound to. Declaring it binds its result.
    NamedExpressions []GetAlertSourceAttributeBetaNamedExpression
    An expression this resource owns, addressed by name.
    alert_attribute_id string
    The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
    alert_source_id string
    The alert source this binding belongs to
    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.
    id string
    The provider-assigned unique ID for this managed resource.
    merge_strategy string
    How values are combined when an alert is updated. Possible values are: first_wins, last_wins, append, max, min.
    value object
    One value, spelled out. value_literal and value_reference are shorthand for this.
    value_literal string
    A fixed 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.
    expression object
    The expression this field is bound to. Declaring it binds its result.
    named_expressions list(object)
    An expression this resource owns, addressed by name.
    alertAttributeId String
    The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
    alertSourceId String
    The alert source this binding belongs to
    arrayValues List<GetAlertSourceAttributeBetaArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    id String
    The provider-assigned unique ID for this managed resource.
    mergeStrategy String
    How values are combined when an alert is updated. Possible values are: first_wins, last_wins, append, max, min.
    value GetAlertSourceAttributeBetaValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.
    expression GetAlertSourceAttributeBetaExpression
    The expression this field is bound to. Declaring it binds its result.
    namedExpressions List<GetAlertSourceAttributeBetaNamedExpression>
    An expression this resource owns, addressed by name.
    alertAttributeId string
    The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
    alertSourceId string
    The alert source this binding belongs to
    arrayValues GetAlertSourceAttributeBetaArrayValue[]
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    id string
    The provider-assigned unique ID for this managed resource.
    mergeStrategy string
    How values are combined when an alert is updated. Possible values are: first_wins, last_wins, append, max, min.
    value GetAlertSourceAttributeBetaValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.
    expression GetAlertSourceAttributeBetaExpression
    The expression this field is bound to. Declaring it binds its result.
    namedExpressions GetAlertSourceAttributeBetaNamedExpression[]
    An expression this resource owns, addressed by name.
    alert_attribute_id str
    The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
    alert_source_id str
    The alert source this binding belongs to
    array_values Sequence[GetAlertSourceAttributeBetaArrayValue]
    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.
    id str
    The provider-assigned unique ID for this managed resource.
    merge_strategy str
    How values are combined when an alert is updated. Possible values are: first_wins, last_wins, append, max, min.
    value GetAlertSourceAttributeBetaValue
    One value, spelled out. value_literal and value_reference are 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.
    expression GetAlertSourceAttributeBetaExpression
    The expression this field is bound to. Declaring it binds its result.
    named_expressions Sequence[GetAlertSourceAttributeBetaNamedExpression]
    An expression this resource owns, addressed by name.
    alertAttributeId String
    The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
    alertSourceId String
    The alert source this binding belongs to
    arrayValues List<Property Map>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    id String
    The provider-assigned unique ID for this managed resource.
    mergeStrategy String
    How values are combined when an alert is updated. Possible values are: first_wins, last_wins, append, max, min.
    value Property Map
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.
    expression Property Map
    The expression this field is bound to. Declaring it binds its result.
    namedExpressions List<Property Map>
    An expression this resource owns, addressed by name.

    Supporting Types

    GetAlertSourceAttributeBetaArrayValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaExpression

    StartFrom string
    Where the expression starts: "payload", "alert", "." for a branches-only expression, or a scope path.
    Fallback GetAlertSourceAttributeBetaExpressionFallback
    What this expression produces when nothing else matched.
    Operations List<GetAlertSourceAttributeBetaExpressionOperation>
    An ordered pipeline. Each operation feeds the next.
    StartFrom string
    Where the expression starts: "payload", "alert", "." for a branches-only expression, or a scope path.
    Fallback GetAlertSourceAttributeBetaExpressionFallback
    What this expression produces when nothing else matched.
    Operations []GetAlertSourceAttributeBetaExpressionOperation
    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.
    fallback object
    What this expression produces when nothing else matched.
    operations list(object)
    An ordered pipeline. Each operation feeds the next.
    startFrom String
    Where the expression starts: "payload", "alert", "." for a branches-only expression, or a scope path.
    fallback GetAlertSourceAttributeBetaExpressionFallback
    What this expression produces when nothing else matched.
    operations List<GetAlertSourceAttributeBetaExpressionOperation>
    An ordered pipeline. Each operation feeds the next.
    startFrom string
    Where the expression starts: "payload", "alert", "." for a branches-only expression, or a scope path.
    fallback GetAlertSourceAttributeBetaExpressionFallback
    What this expression produces when nothing else matched.
    operations GetAlertSourceAttributeBetaExpressionOperation[]
    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.
    fallback GetAlertSourceAttributeBetaExpressionFallback
    What this expression produces when nothing else matched.
    operations Sequence[GetAlertSourceAttributeBetaExpressionOperation]
    An ordered pipeline. Each operation feeds the next.
    startFrom String
    Where the expression starts: "payload", "alert", "." for a branches-only expression, or a scope path.
    fallback Property Map
    What this expression produces when nothing else matched.
    operations List<Property Map>
    An ordered pipeline. Each operation feeds the next.

    GetAlertSourceAttributeBetaExpressionFallback

    ExpressionRef string
    The name of a named_expression in this resource.
    Result GetAlertSourceAttributeBetaExpressionFallbackResult
    A flat, unconditional value.
    Else GetAlertSourceAttributeBetaExpressionFallbackElse
    The unconditional default for the shorthand above.
    ElseIfs List<GetAlertSourceAttributeBetaExpressionFallbackElseIf>
    Tried in order, after if.
    If GetAlertSourceAttributeBetaExpressionFallbackIf
    Shorthand for a branching fallback.
    ExpressionRef string
    The name of a named_expression in this resource.
    Result GetAlertSourceAttributeBetaExpressionFallbackResult
    A flat, unconditional value.
    Else GetAlertSourceAttributeBetaExpressionFallbackElse
    The unconditional default for the shorthand above.
    ElseIfs []GetAlertSourceAttributeBetaExpressionFallbackElseIf
    Tried in order, after if.
    If GetAlertSourceAttributeBetaExpressionFallbackIf
    Shorthand for a branching fallback.
    expression_ref string
    The name of a named_expression in this resource.
    result object
    A flat, unconditional value.
    else object
    The unconditional default for the shorthand above.
    else_ifs list(object)
    Tried in order, after if.
    if object
    Shorthand for a branching fallback.
    expressionRef String
    The name of a named_expression in this resource.
    result GetAlertSourceAttributeBetaExpressionFallbackResult
    A flat, unconditional value.
    elseIfs List<GetAlertSourceAttributeBetaExpressionFallbackElseIf>
    Tried in order, after if.
    else_ GetAlertSourceAttributeBetaExpressionFallbackElse
    The unconditional default for the shorthand above.
    if_ GetAlertSourceAttributeBetaExpressionFallbackIf
    Shorthand for a branching fallback.
    expressionRef string
    The name of a named_expression in this resource.
    result GetAlertSourceAttributeBetaExpressionFallbackResult
    A flat, unconditional value.
    else GetAlertSourceAttributeBetaExpressionFallbackElse
    The unconditional default for the shorthand above.
    elseIfs GetAlertSourceAttributeBetaExpressionFallbackElseIf[]
    Tried in order, after if.
    if GetAlertSourceAttributeBetaExpressionFallbackIf
    Shorthand for a branching fallback.
    expression_ref str
    The name of a named_expression in this resource.
    result GetAlertSourceAttributeBetaExpressionFallbackResult
    A flat, unconditional value.
    else_ GetAlertSourceAttributeBetaExpressionFallbackElse
    The unconditional default for the shorthand above.
    else_ifs Sequence[GetAlertSourceAttributeBetaExpressionFallbackElseIf]
    Tried in order, after if.
    if_ GetAlertSourceAttributeBetaExpressionFallbackIf
    Shorthand for a branching fallback.
    expressionRef String
    The name of a named_expression in this resource.
    result Property Map
    A flat, unconditional value.
    else Property Map
    The unconditional default for the shorthand above.
    elseIfs List<Property Map>
    Tried in order, after if.
    if Property Map
    Shorthand for a branching fallback.

    GetAlertSourceAttributeBetaExpressionFallbackElse

    result object
    The value to fall back to.
    result Property Map
    The value to fall back to.

    GetAlertSourceAttributeBetaExpressionFallbackElseIf

    ConditionGroups []GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionGroup
    Groups are OR'd; conditions within a group are AND'd.
    Conditions []GetAlertSourceAttributeBetaExpressionFallbackElseIfCondition
    All of these must hold. Sugar for a single condition group.
    Result GetAlertSourceAttributeBetaExpressionFallbackElseIfResult
    The value this branch produces.
    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.
    conditionGroups GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionGroup[]
    Groups are OR'd; conditions within a group are AND'd.
    conditions GetAlertSourceAttributeBetaExpressionFallbackElseIfCondition[]
    All of these must hold. Sugar for a single condition group.
    result GetAlertSourceAttributeBetaExpressionFallbackElseIfResult
    The value this branch produces.
    conditionGroups 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.

    GetAlertSourceAttributeBetaExpressionFallbackElseIfCondition

    Operation string
    How the subject is tested.
    Params List<GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionParam>
    Positional parameters for the operation.
    Subject string
    The reference this condition tests.
    Operation string
    How the subject is tested.
    Params []GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionParam
    Positional parameters for the operation.
    Subject string
    The reference this condition tests.
    operation string
    How the subject is tested.
    params list(object)
    Positional parameters for the operation.
    subject string
    The reference this condition tests.
    operation String
    How the subject is tested.
    params List<GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionParam>
    Positional parameters for the operation.
    subject String
    The reference this condition tests.
    operation string
    How the subject is tested.
    params GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionParam[]
    Positional parameters for the operation.
    subject string
    The reference this condition tests.
    operation str
    How the subject is tested.
    params Sequence[GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionParam]
    Positional parameters for the operation.
    subject str
    The reference this condition tests.
    operation String
    How the subject is tested.
    params List<Property Map>
    Positional parameters for the operation.
    subject String
    The reference this condition tests.

    GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionGroup

    conditions list(object)
    All of these must hold for the group to hold.
    conditions List<Property Map>
    All of these must hold for the group to hold.

    GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionGroupCondition

    Operation string
    How the subject is tested.
    Params List<GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionGroupConditionParam>
    Positional parameters for the operation.
    Subject string
    The reference this condition tests.
    Operation string
    How the subject is tested.
    Params []GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionGroupConditionParam
    Positional parameters for the operation.
    Subject string
    The reference this condition tests.
    operation string
    How the subject is tested.
    params list(object)
    Positional parameters for the operation.
    subject string
    The reference this condition tests.
    operation String
    How the subject is tested.
    params List<GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionGroupConditionParam>
    Positional parameters for the operation.
    subject String
    The reference this condition tests.
    operation string
    How the subject is tested.
    params GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionGroupConditionParam[]
    Positional parameters for the operation.
    subject string
    The reference this condition tests.
    operation str
    How the subject is tested.
    params Sequence[GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionGroupConditionParam]
    Positional parameters for the operation.
    subject str
    The reference this condition tests.
    operation String
    How the subject is tested.
    params List<Property Map>
    Positional parameters for the operation.
    subject String
    The reference this condition tests.

    GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionGroupConditionParam

    ArrayValues List<GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionGroupConditionParamArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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.
    ArrayValues []GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionGroupConditionParamArrayValue
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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_literal and value_reference are shorthand for this.
    value_literal string
    A fixed 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.
    arrayValues List<GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionGroupConditionParamArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.
    arrayValues GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionGroupConditionParamArrayValue[]
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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[GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionGroupConditionParamArrayValue]
    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 GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are 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.
    arrayValues List<Property Map>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value Property Map
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.

    GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionGroupConditionParamArrayValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionGroupConditionParamValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionParam

    ArrayValues List<GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionParamArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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.
    ArrayValues []GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionParamArrayValue
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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_literal and value_reference are shorthand for this.
    value_literal string
    A fixed 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.
    arrayValues List<GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionParamArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.
    arrayValues GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionParamArrayValue[]
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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[GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionParamArrayValue]
    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 GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionParamValue
    One value, spelled out. value_literal and value_reference are 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.
    arrayValues List<Property Map>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value Property Map
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.

    GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionParamArrayValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionParamValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaExpressionFallbackElseIfResult

    ArrayValues List<GetAlertSourceAttributeBetaExpressionFallbackElseIfResultArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaExpressionFallbackElseIfResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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.
    ArrayValues []GetAlertSourceAttributeBetaExpressionFallbackElseIfResultArrayValue
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaExpressionFallbackElseIfResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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_literal and value_reference are shorthand for this.
    value_literal string
    A fixed 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.
    arrayValues List<GetAlertSourceAttributeBetaExpressionFallbackElseIfResultArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaExpressionFallbackElseIfResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.
    arrayValues GetAlertSourceAttributeBetaExpressionFallbackElseIfResultArrayValue[]
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaExpressionFallbackElseIfResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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[GetAlertSourceAttributeBetaExpressionFallbackElseIfResultArrayValue]
    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 GetAlertSourceAttributeBetaExpressionFallbackElseIfResultValue
    One value, spelled out. value_literal and value_reference are 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.
    arrayValues List<Property Map>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value Property Map
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.

    GetAlertSourceAttributeBetaExpressionFallbackElseIfResultArrayValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaExpressionFallbackElseIfResultValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaExpressionFallbackElseResult

    ArrayValues List<GetAlertSourceAttributeBetaExpressionFallbackElseResultArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaExpressionFallbackElseResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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.
    ArrayValues []GetAlertSourceAttributeBetaExpressionFallbackElseResultArrayValue
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaExpressionFallbackElseResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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_literal and value_reference are shorthand for this.
    value_literal string
    A fixed 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.
    arrayValues List<GetAlertSourceAttributeBetaExpressionFallbackElseResultArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaExpressionFallbackElseResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.
    arrayValues GetAlertSourceAttributeBetaExpressionFallbackElseResultArrayValue[]
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaExpressionFallbackElseResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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[GetAlertSourceAttributeBetaExpressionFallbackElseResultArrayValue]
    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 GetAlertSourceAttributeBetaExpressionFallbackElseResultValue
    One value, spelled out. value_literal and value_reference are 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.
    arrayValues List<Property Map>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value Property Map
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.

    GetAlertSourceAttributeBetaExpressionFallbackElseResultArrayValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaExpressionFallbackElseResultValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaExpressionFallbackIf

    ConditionGroups List<GetAlertSourceAttributeBetaExpressionFallbackIfConditionGroup>
    Groups are OR'd; conditions within a group are AND'd.
    Conditions List<GetAlertSourceAttributeBetaExpressionFallbackIfCondition>
    All of these must hold. Sugar for a single condition group.
    Result GetAlertSourceAttributeBetaExpressionFallbackIfResult
    The value this branch produces.
    ConditionGroups []GetAlertSourceAttributeBetaExpressionFallbackIfConditionGroup
    Groups are OR'd; conditions within a group are AND'd.
    Conditions []GetAlertSourceAttributeBetaExpressionFallbackIfCondition
    All of these must hold. Sugar for a single condition group.
    Result GetAlertSourceAttributeBetaExpressionFallbackIfResult
    The value this branch produces.
    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.
    conditionGroups List<GetAlertSourceAttributeBetaExpressionFallbackIfConditionGroup>
    Groups are OR'd; conditions within a group are AND'd.
    conditions List<GetAlertSourceAttributeBetaExpressionFallbackIfCondition>
    All of these must hold. Sugar for a single condition group.
    result GetAlertSourceAttributeBetaExpressionFallbackIfResult
    The value this branch produces.
    conditionGroups GetAlertSourceAttributeBetaExpressionFallbackIfConditionGroup[]
    Groups are OR'd; conditions within a group are AND'd.
    conditions GetAlertSourceAttributeBetaExpressionFallbackIfCondition[]
    All of these must hold. Sugar for a single condition group.
    result GetAlertSourceAttributeBetaExpressionFallbackIfResult
    The value this branch produces.
    conditionGroups 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.

    GetAlertSourceAttributeBetaExpressionFallbackIfCondition

    Operation string
    How the subject is tested.
    Params List<GetAlertSourceAttributeBetaExpressionFallbackIfConditionParam>
    Positional parameters for the operation.
    Subject string
    The reference this condition tests.
    Operation string
    How the subject is tested.
    Params []GetAlertSourceAttributeBetaExpressionFallbackIfConditionParam
    Positional parameters for the operation.
    Subject string
    The reference this condition tests.
    operation string
    How the subject is tested.
    params list(object)
    Positional parameters for the operation.
    subject string
    The reference this condition tests.
    operation String
    How the subject is tested.
    params List<GetAlertSourceAttributeBetaExpressionFallbackIfConditionParam>
    Positional parameters for the operation.
    subject String
    The reference this condition tests.
    operation string
    How the subject is tested.
    params GetAlertSourceAttributeBetaExpressionFallbackIfConditionParam[]
    Positional parameters for the operation.
    subject string
    The reference this condition tests.
    operation str
    How the subject is tested.
    params Sequence[GetAlertSourceAttributeBetaExpressionFallbackIfConditionParam]
    Positional parameters for the operation.
    subject str
    The reference this condition tests.
    operation String
    How the subject is tested.
    params List<Property Map>
    Positional parameters for the operation.
    subject String
    The reference this condition tests.

    GetAlertSourceAttributeBetaExpressionFallbackIfConditionGroup

    conditions list(object)
    All of these must hold for the group to hold.
    conditions List<Property Map>
    All of these must hold for the group to hold.

    GetAlertSourceAttributeBetaExpressionFallbackIfConditionGroupCondition

    Operation string
    How the subject is tested.
    Params List<GetAlertSourceAttributeBetaExpressionFallbackIfConditionGroupConditionParam>
    Positional parameters for the operation.
    Subject string
    The reference this condition tests.
    Operation string
    How the subject is tested.
    Params []GetAlertSourceAttributeBetaExpressionFallbackIfConditionGroupConditionParam
    Positional parameters for the operation.
    Subject string
    The reference this condition tests.
    operation string
    How the subject is tested.
    params list(object)
    Positional parameters for the operation.
    subject string
    The reference this condition tests.
    operation String
    How the subject is tested.
    params List<GetAlertSourceAttributeBetaExpressionFallbackIfConditionGroupConditionParam>
    Positional parameters for the operation.
    subject String
    The reference this condition tests.
    operation string
    How the subject is tested.
    params GetAlertSourceAttributeBetaExpressionFallbackIfConditionGroupConditionParam[]
    Positional parameters for the operation.
    subject string
    The reference this condition tests.
    operation str
    How the subject is tested.
    params Sequence[GetAlertSourceAttributeBetaExpressionFallbackIfConditionGroupConditionParam]
    Positional parameters for the operation.
    subject str
    The reference this condition tests.
    operation String
    How the subject is tested.
    params List<Property Map>
    Positional parameters for the operation.
    subject String
    The reference this condition tests.

    GetAlertSourceAttributeBetaExpressionFallbackIfConditionGroupConditionParam

    ArrayValues List<GetAlertSourceAttributeBetaExpressionFallbackIfConditionGroupConditionParamArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaExpressionFallbackIfConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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.
    ArrayValues []GetAlertSourceAttributeBetaExpressionFallbackIfConditionGroupConditionParamArrayValue
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaExpressionFallbackIfConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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_literal and value_reference are shorthand for this.
    value_literal string
    A fixed 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.
    arrayValues List<GetAlertSourceAttributeBetaExpressionFallbackIfConditionGroupConditionParamArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaExpressionFallbackIfConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.
    arrayValues GetAlertSourceAttributeBetaExpressionFallbackIfConditionGroupConditionParamArrayValue[]
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaExpressionFallbackIfConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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[GetAlertSourceAttributeBetaExpressionFallbackIfConditionGroupConditionParamArrayValue]
    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 GetAlertSourceAttributeBetaExpressionFallbackIfConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are 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.
    arrayValues List<Property Map>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value Property Map
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.

    GetAlertSourceAttributeBetaExpressionFallbackIfConditionGroupConditionParamArrayValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaExpressionFallbackIfConditionGroupConditionParamValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaExpressionFallbackIfConditionParam

    ArrayValues List<GetAlertSourceAttributeBetaExpressionFallbackIfConditionParamArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaExpressionFallbackIfConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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.
    ArrayValues []GetAlertSourceAttributeBetaExpressionFallbackIfConditionParamArrayValue
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaExpressionFallbackIfConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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_literal and value_reference are shorthand for this.
    value_literal string
    A fixed 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.
    arrayValues List<GetAlertSourceAttributeBetaExpressionFallbackIfConditionParamArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaExpressionFallbackIfConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.
    arrayValues GetAlertSourceAttributeBetaExpressionFallbackIfConditionParamArrayValue[]
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaExpressionFallbackIfConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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[GetAlertSourceAttributeBetaExpressionFallbackIfConditionParamArrayValue]
    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 GetAlertSourceAttributeBetaExpressionFallbackIfConditionParamValue
    One value, spelled out. value_literal and value_reference are 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.
    arrayValues List<Property Map>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value Property Map
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.

    GetAlertSourceAttributeBetaExpressionFallbackIfConditionParamArrayValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaExpressionFallbackIfConditionParamValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaExpressionFallbackIfResult

    ArrayValues List<GetAlertSourceAttributeBetaExpressionFallbackIfResultArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaExpressionFallbackIfResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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.
    ArrayValues []GetAlertSourceAttributeBetaExpressionFallbackIfResultArrayValue
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaExpressionFallbackIfResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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_literal and value_reference are shorthand for this.
    value_literal string
    A fixed 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.
    arrayValues List<GetAlertSourceAttributeBetaExpressionFallbackIfResultArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaExpressionFallbackIfResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.
    arrayValues GetAlertSourceAttributeBetaExpressionFallbackIfResultArrayValue[]
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaExpressionFallbackIfResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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[GetAlertSourceAttributeBetaExpressionFallbackIfResultArrayValue]
    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 GetAlertSourceAttributeBetaExpressionFallbackIfResultValue
    One value, spelled out. value_literal and value_reference are 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.
    arrayValues List<Property Map>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value Property Map
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.

    GetAlertSourceAttributeBetaExpressionFallbackIfResultArrayValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaExpressionFallbackIfResultValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaExpressionFallbackResult

    ArrayValues List<GetAlertSourceAttributeBetaExpressionFallbackResultArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaExpressionFallbackResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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.
    ArrayValues []GetAlertSourceAttributeBetaExpressionFallbackResultArrayValue
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaExpressionFallbackResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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_literal and value_reference are shorthand for this.
    value_literal string
    A fixed 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.
    arrayValues List<GetAlertSourceAttributeBetaExpressionFallbackResultArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaExpressionFallbackResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.
    arrayValues GetAlertSourceAttributeBetaExpressionFallbackResultArrayValue[]
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaExpressionFallbackResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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[GetAlertSourceAttributeBetaExpressionFallbackResultArrayValue]
    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 GetAlertSourceAttributeBetaExpressionFallbackResultValue
    One value, spelled out. value_literal and value_reference are 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.
    arrayValues List<Property Map>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value Property Map
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.

    GetAlertSourceAttributeBetaExpressionFallbackResultArrayValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaExpressionFallbackResultValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaExpressionOperation

    Cast GetAlertSourceAttributeBetaExpressionOperationCast
    Converts the current value to another type.
    Concatenate GetAlertSourceAttributeBetaExpressionOperationConcatenate
    Adds the values behind another reference to the current value, keeping each value once.
    Count GetAlertSourceAttributeBetaExpressionOperationCount
    Counts the values.
    Filter GetAlertSourceAttributeBetaExpressionOperationFilter
    Keeps the values matching these conditions.
    First GetAlertSourceAttributeBetaExpressionOperationFirst
    Takes the first value.
    Max GetAlertSourceAttributeBetaExpressionOperationMax
    Takes the largest value.
    Min GetAlertSourceAttributeBetaExpressionOperationMin
    Takes the smallest value.
    Navigate GetAlertSourceAttributeBetaExpressionOperationNavigate
    Follows an attribute of the current value.
    Parse GetAlertSourceAttributeBetaExpressionOperationParse
    Evaluates a function against the current value.
    Random GetAlertSourceAttributeBetaExpressionOperationRandom
    Takes one value at random.
    Sum GetAlertSourceAttributeBetaExpressionOperationSum
    Adds the values together.
    Branches GetAlertSourceAttributeBetaExpressionOperationBranches
    A lookup table, evaluated in order until one matches.
    Cast GetAlertSourceAttributeBetaExpressionOperationCast
    Converts the current value to another type.
    Concatenate GetAlertSourceAttributeBetaExpressionOperationConcatenate
    Adds the values behind another reference to the current value, keeping each value once.
    Count GetAlertSourceAttributeBetaExpressionOperationCount
    Counts the values.
    Filter GetAlertSourceAttributeBetaExpressionOperationFilter
    Keeps the values matching these conditions.
    First GetAlertSourceAttributeBetaExpressionOperationFirst
    Takes the first value.
    Max GetAlertSourceAttributeBetaExpressionOperationMax
    Takes the largest value.
    Min GetAlertSourceAttributeBetaExpressionOperationMin
    Takes the smallest value.
    Navigate GetAlertSourceAttributeBetaExpressionOperationNavigate
    Follows an attribute of the current value.
    Parse GetAlertSourceAttributeBetaExpressionOperationParse
    Evaluates a function against the current value.
    Random GetAlertSourceAttributeBetaExpressionOperationRandom
    Takes one value at random.
    Sum GetAlertSourceAttributeBetaExpressionOperationSum
    Adds the values together.
    Branches GetAlertSourceAttributeBetaExpressionOperationBranches
    A lookup table, evaluated in order until one matches.
    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.
    count object
    Counts the values.
    filter object
    Keeps the values matching these conditions.
    first object
    Takes the first value.
    max object
    Takes the largest value.
    min object
    Takes the smallest value.
    navigate 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 object
    A lookup table, evaluated in order until one matches.
    cast GetAlertSourceAttributeBetaExpressionOperationCast
    Converts the current value to another type.
    concatenate GetAlertSourceAttributeBetaExpressionOperationConcatenate
    Adds the values behind another reference to the current value, keeping each value once.
    count GetAlertSourceAttributeBetaExpressionOperationCount
    Counts the values.
    filter GetAlertSourceAttributeBetaExpressionOperationFilter
    Keeps the values matching these conditions.
    first GetAlertSourceAttributeBetaExpressionOperationFirst
    Takes the first value.
    max GetAlertSourceAttributeBetaExpressionOperationMax
    Takes the largest value.
    min GetAlertSourceAttributeBetaExpressionOperationMin
    Takes the smallest value.
    navigate GetAlertSourceAttributeBetaExpressionOperationNavigate
    Follows an attribute of the current value.
    parse GetAlertSourceAttributeBetaExpressionOperationParse
    Evaluates a function against the current value.
    random GetAlertSourceAttributeBetaExpressionOperationRandom
    Takes one value at random.
    sum GetAlertSourceAttributeBetaExpressionOperationSum
    Adds the values together.
    branches GetAlertSourceAttributeBetaExpressionOperationBranches
    A lookup table, evaluated in order until one matches.
    cast GetAlertSourceAttributeBetaExpressionOperationCast
    Converts the current value to another type.
    concatenate GetAlertSourceAttributeBetaExpressionOperationConcatenate
    Adds the values behind another reference to the current value, keeping each value once.
    count GetAlertSourceAttributeBetaExpressionOperationCount
    Counts the values.
    filter GetAlertSourceAttributeBetaExpressionOperationFilter
    Keeps the values matching these conditions.
    first GetAlertSourceAttributeBetaExpressionOperationFirst
    Takes the first value.
    max GetAlertSourceAttributeBetaExpressionOperationMax
    Takes the largest value.
    min GetAlertSourceAttributeBetaExpressionOperationMin
    Takes the smallest value.
    navigate GetAlertSourceAttributeBetaExpressionOperationNavigate
    Follows an attribute of the current value.
    parse GetAlertSourceAttributeBetaExpressionOperationParse
    Evaluates a function against the current value.
    random GetAlertSourceAttributeBetaExpressionOperationRandom
    Takes one value at random.
    sum GetAlertSourceAttributeBetaExpressionOperationSum
    Adds the values together.
    branches GetAlertSourceAttributeBetaExpressionOperationBranches
    A lookup table, evaluated in order until one matches.
    cast GetAlertSourceAttributeBetaExpressionOperationCast
    Converts the current value to another type.
    concatenate GetAlertSourceAttributeBetaExpressionOperationConcatenate
    Adds the values behind another reference to the current value, keeping each value once.
    count GetAlertSourceAttributeBetaExpressionOperationCount
    Counts the values.
    filter GetAlertSourceAttributeBetaExpressionOperationFilter
    Keeps the values matching these conditions.
    first GetAlertSourceAttributeBetaExpressionOperationFirst
    Takes the first value.
    max GetAlertSourceAttributeBetaExpressionOperationMax
    Takes the largest value.
    min GetAlertSourceAttributeBetaExpressionOperationMin
    Takes the smallest value.
    navigate GetAlertSourceAttributeBetaExpressionOperationNavigate
    Follows an attribute of the current value.
    parse GetAlertSourceAttributeBetaExpressionOperationParse
    Evaluates a function against the current value.
    random GetAlertSourceAttributeBetaExpressionOperationRandom
    Takes one value at random.
    sum GetAlertSourceAttributeBetaExpressionOperationSum
    Adds the values together.
    branches GetAlertSourceAttributeBetaExpressionOperationBranches
    A lookup table, evaluated in order until one matches.
    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.
    count Property Map
    Counts the values.
    filter Property Map
    Keeps the values matching these conditions.
    first Property Map
    Takes the first value.
    max Property Map
    Takes the largest value.
    min Property Map
    Takes the smallest value.
    navigate 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.
    branches Property Map
    A lookup table, evaluated in order until one matches.

    GetAlertSourceAttributeBetaExpressionOperationBranches

    Array bool
    Whether each branch returns several values rather than one.
    As string
    The type every branch result returns.
    ElseIfs List<GetAlertSourceAttributeBetaExpressionOperationBranchesElseIf>
    Tried in order, after if.
    If GetAlertSourceAttributeBetaExpressionOperationBranchesIf
    The first branch to try.
    Array bool
    Whether each branch returns several values rather than one.
    As string
    The type every branch result returns.
    ElseIfs []GetAlertSourceAttributeBetaExpressionOperationBranchesElseIf
    Tried in order, after if.
    If GetAlertSourceAttributeBetaExpressionOperationBranchesIf
    The first branch to try.
    array bool
    Whether each branch returns several values rather than one.
    as string
    The type every branch result returns.
    else_ifs list(object)
    Tried in order, after if.
    if object
    The first branch to try.
    array Boolean
    Whether each branch returns several values rather than one.
    as String
    The type every branch result returns.
    elseIfs List<GetAlertSourceAttributeBetaExpressionOperationBranchesElseIf>
    Tried in order, after if.
    if_ GetAlertSourceAttributeBetaExpressionOperationBranchesIf
    The first branch to try.
    array boolean
    Whether each branch returns several values rather than one.
    as string
    The type every branch result returns.
    elseIfs GetAlertSourceAttributeBetaExpressionOperationBranchesElseIf[]
    Tried in order, after if.
    if GetAlertSourceAttributeBetaExpressionOperationBranchesIf
    The first branch to try.
    array bool
    Whether each branch returns several values rather than one.
    as_ str
    The type every branch result returns.
    else_ifs Sequence[GetAlertSourceAttributeBetaExpressionOperationBranchesElseIf]
    Tried in order, after if.
    if_ GetAlertSourceAttributeBetaExpressionOperationBranchesIf
    The first branch to try.
    array Boolean
    Whether each branch returns several values rather than one.
    as String
    The type every branch result returns.
    elseIfs List<Property Map>
    Tried in order, after if.
    if Property Map
    The first branch to try.

    GetAlertSourceAttributeBetaExpressionOperationBranchesElseIf

    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.
    conditionGroups 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.

    GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfCondition

    Operation string
    How the subject is tested.
    Params List<GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionParam>
    Positional parameters for the operation.
    Subject string
    The reference this condition tests.
    Operation string
    How the subject is tested.
    Params []GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionParam
    Positional parameters for the operation.
    Subject string
    The reference this condition tests.
    operation string
    How the subject is tested.
    params list(object)
    Positional parameters for the operation.
    subject string
    The reference this condition tests.
    operation String
    How the subject is tested.
    params List<GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionParam>
    Positional parameters for the operation.
    subject String
    The reference this condition tests.
    operation string
    How the subject is tested.
    params GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionParam[]
    Positional parameters for the operation.
    subject string
    The reference this condition tests.
    operation str
    How the subject is tested.
    params Sequence[GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionParam]
    Positional parameters for the operation.
    subject str
    The reference this condition tests.
    operation String
    How the subject is tested.
    params List<Property Map>
    Positional parameters for the operation.
    subject String
    The reference this condition tests.

    GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionGroup

    conditions list(object)
    All of these must hold for the group to hold.
    conditions List<Property Map>
    All of these must hold for the group to hold.

    GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionGroupCondition

    Operation string
    How the subject is tested.
    Params List<GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionGroupConditionParam>
    Positional parameters for the operation.
    Subject string
    The reference this condition tests.
    Operation string
    How the subject is tested.
    Params []GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionGroupConditionParam
    Positional parameters for the operation.
    Subject string
    The reference this condition tests.
    operation string
    How the subject is tested.
    params list(object)
    Positional parameters for the operation.
    subject string
    The reference this condition tests.
    operation String
    How the subject is tested.
    params List<GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionGroupConditionParam>
    Positional parameters for the operation.
    subject String
    The reference this condition tests.
    operation string
    How the subject is tested.
    params GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionGroupConditionParam[]
    Positional parameters for the operation.
    subject string
    The reference this condition tests.
    operation str
    How the subject is tested.
    params Sequence[GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionGroupConditionParam]
    Positional parameters for the operation.
    subject str
    The reference this condition tests.
    operation String
    How the subject is tested.
    params List<Property Map>
    Positional parameters for the operation.
    subject String
    The reference this condition tests.

    GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionGroupConditionParam

    ArrayValues List<GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionGroupConditionParamArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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.
    ArrayValues []GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionGroupConditionParamArrayValue
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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_literal and value_reference are shorthand for this.
    value_literal string
    A fixed 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.
    arrayValues List<GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionGroupConditionParamArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.
    arrayValues GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionGroupConditionParamArrayValue[]
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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[GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionGroupConditionParamArrayValue]
    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 GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are 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.
    arrayValues List<Property Map>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value Property Map
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.

    GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionGroupConditionParamArrayValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionGroupConditionParamValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionParam

    ArrayValues List<GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionParamArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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.
    ArrayValues []GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionParamArrayValue
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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_literal and value_reference are shorthand for this.
    value_literal string
    A fixed 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.
    arrayValues List<GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionParamArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.
    arrayValues GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionParamArrayValue[]
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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[GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionParamArrayValue]
    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 GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionParamValue
    One value, spelled out. value_literal and value_reference are 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.
    arrayValues List<Property Map>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value Property Map
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.

    GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionParamArrayValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionParamValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfResult

    ArrayValues List<GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfResultArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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.
    ArrayValues []GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfResultArrayValue
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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_literal and value_reference are shorthand for this.
    value_literal string
    A fixed 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.
    arrayValues List<GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfResultArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.
    arrayValues GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfResultArrayValue[]
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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[GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfResultArrayValue]
    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 GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfResultValue
    One value, spelled out. value_literal and value_reference are 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.
    arrayValues List<Property Map>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value Property Map
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.

    GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfResultArrayValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfResultValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaExpressionOperationBranchesIf

    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.
    conditionGroups 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.

    GetAlertSourceAttributeBetaExpressionOperationBranchesIfCondition

    Operation string
    How the subject is tested.
    Params List<GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionParam>
    Positional parameters for the operation.
    Subject string
    The reference this condition tests.
    Operation string
    How the subject is tested.
    Params []GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionParam
    Positional parameters for the operation.
    Subject string
    The reference this condition tests.
    operation string
    How the subject is tested.
    params list(object)
    Positional parameters for the operation.
    subject string
    The reference this condition tests.
    operation String
    How the subject is tested.
    params List<GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionParam>
    Positional parameters for the operation.
    subject String
    The reference this condition tests.
    operation string
    How the subject is tested.
    params GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionParam[]
    Positional parameters for the operation.
    subject string
    The reference this condition tests.
    operation str
    How the subject is tested.
    params Sequence[GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionParam]
    Positional parameters for the operation.
    subject str
    The reference this condition tests.
    operation String
    How the subject is tested.
    params List<Property Map>
    Positional parameters for the operation.
    subject String
    The reference this condition tests.

    GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionGroup

    conditions list(object)
    All of these must hold for the group to hold.
    conditions List<Property Map>
    All of these must hold for the group to hold.

    GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionGroupCondition

    Operation string
    How the subject is tested.
    Params List<GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionGroupConditionParam>
    Positional parameters for the operation.
    Subject string
    The reference this condition tests.
    Operation string
    How the subject is tested.
    Params []GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionGroupConditionParam
    Positional parameters for the operation.
    Subject string
    The reference this condition tests.
    operation string
    How the subject is tested.
    params list(object)
    Positional parameters for the operation.
    subject string
    The reference this condition tests.
    operation String
    How the subject is tested.
    params List<GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionGroupConditionParam>
    Positional parameters for the operation.
    subject String
    The reference this condition tests.
    operation string
    How the subject is tested.
    params GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionGroupConditionParam[]
    Positional parameters for the operation.
    subject string
    The reference this condition tests.
    operation str
    How the subject is tested.
    params Sequence[GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionGroupConditionParam]
    Positional parameters for the operation.
    subject str
    The reference this condition tests.
    operation String
    How the subject is tested.
    params List<Property Map>
    Positional parameters for the operation.
    subject String
    The reference this condition tests.

    GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionGroupConditionParam

    ArrayValues List<GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionGroupConditionParamArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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.
    ArrayValues []GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionGroupConditionParamArrayValue
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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_literal and value_reference are shorthand for this.
    value_literal string
    A fixed 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.
    arrayValues List<GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionGroupConditionParamArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.
    arrayValues GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionGroupConditionParamArrayValue[]
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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[GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionGroupConditionParamArrayValue]
    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 GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are 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.
    arrayValues List<Property Map>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value Property Map
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.

    GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionGroupConditionParamArrayValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionGroupConditionParamValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionParam

    ArrayValues List<GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionParamArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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.
    ArrayValues []GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionParamArrayValue
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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_literal and value_reference are shorthand for this.
    value_literal string
    A fixed 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.
    arrayValues List<GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionParamArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.
    arrayValues GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionParamArrayValue[]
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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[GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionParamArrayValue]
    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 GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionParamValue
    One value, spelled out. value_literal and value_reference are 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.
    arrayValues List<Property Map>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value Property Map
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.

    GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionParamArrayValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionParamValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaExpressionOperationBranchesIfResult

    ArrayValues List<GetAlertSourceAttributeBetaExpressionOperationBranchesIfResultArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaExpressionOperationBranchesIfResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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.
    ArrayValues []GetAlertSourceAttributeBetaExpressionOperationBranchesIfResultArrayValue
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaExpressionOperationBranchesIfResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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_literal and value_reference are shorthand for this.
    value_literal string
    A fixed 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.
    arrayValues List<GetAlertSourceAttributeBetaExpressionOperationBranchesIfResultArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaExpressionOperationBranchesIfResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.
    arrayValues GetAlertSourceAttributeBetaExpressionOperationBranchesIfResultArrayValue[]
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaExpressionOperationBranchesIfResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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[GetAlertSourceAttributeBetaExpressionOperationBranchesIfResultArrayValue]
    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 GetAlertSourceAttributeBetaExpressionOperationBranchesIfResultValue
    One value, spelled out. value_literal and value_reference are 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.
    arrayValues List<Property Map>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value Property Map
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.

    GetAlertSourceAttributeBetaExpressionOperationBranchesIfResultArrayValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaExpressionOperationBranchesIfResultValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaExpressionOperationCast

    As string
    The type to convert to.
    As string
    The type to convert to.
    as string
    The type to convert to.
    as String
    The type to convert to.
    as string
    The type to convert to.
    as_ str
    The type to convert to.
    as String
    The type to convert to.

    GetAlertSourceAttributeBetaExpressionOperationConcatenate

    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.

    GetAlertSourceAttributeBetaExpressionOperationFilter

    ConditionGroups List<GetAlertSourceAttributeBetaExpressionOperationFilterConditionGroup>
    Groups are OR'd; conditions within a group are AND'd.
    Conditions List<GetAlertSourceAttributeBetaExpressionOperationFilterCondition>
    All of these must hold. Sugar for a single condition group.
    ConditionGroups []GetAlertSourceAttributeBetaExpressionOperationFilterConditionGroup
    Groups are OR'd; conditions within a group are AND'd.
    Conditions []GetAlertSourceAttributeBetaExpressionOperationFilterCondition
    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.
    conditionGroups List<GetAlertSourceAttributeBetaExpressionOperationFilterConditionGroup>
    Groups are OR'd; conditions within a group are AND'd.
    conditions List<GetAlertSourceAttributeBetaExpressionOperationFilterCondition>
    All of these must hold. Sugar for a single condition group.
    conditionGroups GetAlertSourceAttributeBetaExpressionOperationFilterConditionGroup[]
    Groups are OR'd; conditions within a group are AND'd.
    conditions GetAlertSourceAttributeBetaExpressionOperationFilterCondition[]
    All of these must hold. Sugar for a single condition group.
    conditionGroups 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.

    GetAlertSourceAttributeBetaExpressionOperationFilterCondition

    Operation string
    How the subject is tested.
    Params List<GetAlertSourceAttributeBetaExpressionOperationFilterConditionParam>
    Positional parameters for the operation.
    Subject string
    The reference this condition tests.
    Operation string
    How the subject is tested.
    Params []GetAlertSourceAttributeBetaExpressionOperationFilterConditionParam
    Positional parameters for the operation.
    Subject string
    The reference this condition tests.
    operation string
    How the subject is tested.
    params list(object)
    Positional parameters for the operation.
    subject string
    The reference this condition tests.
    operation String
    How the subject is tested.
    params List<GetAlertSourceAttributeBetaExpressionOperationFilterConditionParam>
    Positional parameters for the operation.
    subject String
    The reference this condition tests.
    operation string
    How the subject is tested.
    params GetAlertSourceAttributeBetaExpressionOperationFilterConditionParam[]
    Positional parameters for the operation.
    subject string
    The reference this condition tests.
    operation str
    How the subject is tested.
    params Sequence[GetAlertSourceAttributeBetaExpressionOperationFilterConditionParam]
    Positional parameters for the operation.
    subject str
    The reference this condition tests.
    operation String
    How the subject is tested.
    params List<Property Map>
    Positional parameters for the operation.
    subject String
    The reference this condition tests.

    GetAlertSourceAttributeBetaExpressionOperationFilterConditionGroup

    conditions list(object)
    All of these must hold for the group to hold.
    conditions List<Property Map>
    All of these must hold for the group to hold.

    GetAlertSourceAttributeBetaExpressionOperationFilterConditionGroupCondition

    Operation string
    How the subject is tested.
    Params List<GetAlertSourceAttributeBetaExpressionOperationFilterConditionGroupConditionParam>
    Positional parameters for the operation.
    Subject string
    The reference this condition tests.
    Operation string
    How the subject is tested.
    Params []GetAlertSourceAttributeBetaExpressionOperationFilterConditionGroupConditionParam
    Positional parameters for the operation.
    Subject string
    The reference this condition tests.
    operation string
    How the subject is tested.
    params list(object)
    Positional parameters for the operation.
    subject string
    The reference this condition tests.
    operation String
    How the subject is tested.
    params List<GetAlertSourceAttributeBetaExpressionOperationFilterConditionGroupConditionParam>
    Positional parameters for the operation.
    subject String
    The reference this condition tests.
    operation string
    How the subject is tested.
    params GetAlertSourceAttributeBetaExpressionOperationFilterConditionGroupConditionParam[]
    Positional parameters for the operation.
    subject string
    The reference this condition tests.
    operation str
    How the subject is tested.
    params Sequence[GetAlertSourceAttributeBetaExpressionOperationFilterConditionGroupConditionParam]
    Positional parameters for the operation.
    subject str
    The reference this condition tests.
    operation String
    How the subject is tested.
    params List<Property Map>
    Positional parameters for the operation.
    subject String
    The reference this condition tests.

    GetAlertSourceAttributeBetaExpressionOperationFilterConditionGroupConditionParam

    ArrayValues List<GetAlertSourceAttributeBetaExpressionOperationFilterConditionGroupConditionParamArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaExpressionOperationFilterConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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.
    ArrayValues []GetAlertSourceAttributeBetaExpressionOperationFilterConditionGroupConditionParamArrayValue
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaExpressionOperationFilterConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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_literal and value_reference are shorthand for this.
    value_literal string
    A fixed 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.
    arrayValues List<GetAlertSourceAttributeBetaExpressionOperationFilterConditionGroupConditionParamArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaExpressionOperationFilterConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.
    arrayValues GetAlertSourceAttributeBetaExpressionOperationFilterConditionGroupConditionParamArrayValue[]
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaExpressionOperationFilterConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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[GetAlertSourceAttributeBetaExpressionOperationFilterConditionGroupConditionParamArrayValue]
    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 GetAlertSourceAttributeBetaExpressionOperationFilterConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are 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.
    arrayValues List<Property Map>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value Property Map
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.

    GetAlertSourceAttributeBetaExpressionOperationFilterConditionGroupConditionParamArrayValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaExpressionOperationFilterConditionGroupConditionParamValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaExpressionOperationFilterConditionParam

    ArrayValues List<GetAlertSourceAttributeBetaExpressionOperationFilterConditionParamArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaExpressionOperationFilterConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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.
    ArrayValues []GetAlertSourceAttributeBetaExpressionOperationFilterConditionParamArrayValue
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaExpressionOperationFilterConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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_literal and value_reference are shorthand for this.
    value_literal string
    A fixed 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.
    arrayValues List<GetAlertSourceAttributeBetaExpressionOperationFilterConditionParamArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaExpressionOperationFilterConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.
    arrayValues GetAlertSourceAttributeBetaExpressionOperationFilterConditionParamArrayValue[]
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaExpressionOperationFilterConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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[GetAlertSourceAttributeBetaExpressionOperationFilterConditionParamArrayValue]
    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 GetAlertSourceAttributeBetaExpressionOperationFilterConditionParamValue
    One value, spelled out. value_literal and value_reference are 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.
    arrayValues List<Property Map>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value Property Map
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.

    GetAlertSourceAttributeBetaExpressionOperationFilterConditionParamArrayValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaExpressionOperationFilterConditionParamValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaExpressionOperationNavigate

    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.

    GetAlertSourceAttributeBetaExpressionOperationParse

    Array bool
    Whether this returns several values rather than one.
    As string
    The type this returns.
    Function string
    JavaScript evaluated against the current value, bound to $.
    Array bool
    Whether this returns several values rather than one.
    As string
    The type this returns.
    Function string
    JavaScript evaluated against the current value, bound to $.
    array bool
    Whether this returns several values rather than one.
    as string
    The type this returns.
    function string
    JavaScript evaluated against the current value, bound to $.
    array Boolean
    Whether this returns several values rather than one.
    as String
    The type this returns.
    function String
    JavaScript evaluated against the current value, bound to $.
    array boolean
    Whether this returns several values rather than one.
    as string
    The type this returns.
    function string
    JavaScript evaluated against the current value, bound to $.
    array bool
    Whether this returns several values rather than one.
    as_ str
    The type this returns.
    function str
    JavaScript evaluated against the current value, bound to $.
    array Boolean
    Whether this returns several values rather than one.
    as String
    The type this returns.
    function String
    JavaScript evaluated against the current value, bound to $.

    GetAlertSourceAttributeBetaNamedExpression

    Label string
    What the dashboard shows for this expression.
    Name string
    A name for this expression, unique within this resource, referenced by expression_ref.
    StartFrom string
    Where the expression starts: "payload", "alert", "." for a branches-only expression, or a scope path.
    Fallback GetAlertSourceAttributeBetaNamedExpressionFallback
    What this expression produces when nothing else matched.
    Operations List<GetAlertSourceAttributeBetaNamedExpressionOperation>
    An ordered pipeline. Each operation feeds the next.
    Label string
    What the dashboard shows for this expression.
    Name string
    A name for this expression, unique within this resource, referenced by expression_ref.
    StartFrom string
    Where the expression starts: "payload", "alert", "." for a branches-only expression, or a scope path.
    Fallback GetAlertSourceAttributeBetaNamedExpressionFallback
    What this expression produces when nothing else matched.
    Operations []GetAlertSourceAttributeBetaNamedExpressionOperation
    An ordered pipeline. Each operation feeds the next.
    label string
    What the dashboard shows for this expression.
    name string
    A name for this expression, unique within this resource, referenced by expression_ref.
    start_from string
    Where the expression starts: "payload", "alert", "." for a branches-only expression, or a scope path.
    fallback object
    What this expression produces when nothing else matched.
    operations list(object)
    An ordered pipeline. Each operation feeds the next.
    label String
    What the dashboard shows for this expression.
    name String
    A name for this expression, unique within this resource, referenced by expression_ref.
    startFrom String
    Where the expression starts: "payload", "alert", "." for a branches-only expression, or a scope path.
    fallback GetAlertSourceAttributeBetaNamedExpressionFallback
    What this expression produces when nothing else matched.
    operations List<GetAlertSourceAttributeBetaNamedExpressionOperation>
    An ordered pipeline. Each operation feeds the next.
    label string
    What the dashboard shows for this expression.
    name string
    A name for this expression, unique within this resource, referenced by expression_ref.
    startFrom string
    Where the expression starts: "payload", "alert", "." for a branches-only expression, or a scope path.
    fallback GetAlertSourceAttributeBetaNamedExpressionFallback
    What this expression produces when nothing else matched.
    operations GetAlertSourceAttributeBetaNamedExpressionOperation[]
    An ordered pipeline. Each operation feeds the next.
    label str
    What the dashboard shows for this expression.
    name str
    A name for this expression, unique within this resource, referenced by expression_ref.
    start_from str
    Where the expression starts: "payload", "alert", "." for a branches-only expression, or a scope path.
    fallback GetAlertSourceAttributeBetaNamedExpressionFallback
    What this expression produces when nothing else matched.
    operations Sequence[GetAlertSourceAttributeBetaNamedExpressionOperation]
    An ordered pipeline. Each operation feeds the next.
    label String
    What the dashboard shows for this expression.
    name String
    A name for this expression, unique within this resource, referenced by expression_ref.
    startFrom String
    Where the expression starts: "payload", "alert", "." for a branches-only expression, or a scope path.
    fallback Property Map
    What this expression produces when nothing else matched.
    operations List<Property Map>
    An ordered pipeline. Each operation feeds the next.

    GetAlertSourceAttributeBetaNamedExpressionFallback

    ExpressionRef string
    The name of a named_expression in this resource.
    Result GetAlertSourceAttributeBetaNamedExpressionFallbackResult
    A flat, unconditional value.
    Else GetAlertSourceAttributeBetaNamedExpressionFallbackElse
    The unconditional default for the shorthand above.
    ElseIfs List<GetAlertSourceAttributeBetaNamedExpressionFallbackElseIf>
    Tried in order, after if.
    If GetAlertSourceAttributeBetaNamedExpressionFallbackIf
    Shorthand for a branching fallback.
    ExpressionRef string
    The name of a named_expression in this resource.
    Result GetAlertSourceAttributeBetaNamedExpressionFallbackResult
    A flat, unconditional value.
    Else GetAlertSourceAttributeBetaNamedExpressionFallbackElse
    The unconditional default for the shorthand above.
    ElseIfs []GetAlertSourceAttributeBetaNamedExpressionFallbackElseIf
    Tried in order, after if.
    If GetAlertSourceAttributeBetaNamedExpressionFallbackIf
    Shorthand for a branching fallback.
    expression_ref string
    The name of a named_expression in this resource.
    result object
    A flat, unconditional value.
    else object
    The unconditional default for the shorthand above.
    else_ifs list(object)
    Tried in order, after if.
    if object
    Shorthand for a branching fallback.
    expressionRef String
    The name of a named_expression in this resource.
    result GetAlertSourceAttributeBetaNamedExpressionFallbackResult
    A flat, unconditional value.
    elseIfs List<GetAlertSourceAttributeBetaNamedExpressionFallbackElseIf>
    Tried in order, after if.
    else_ GetAlertSourceAttributeBetaNamedExpressionFallbackElse
    The unconditional default for the shorthand above.
    if_ GetAlertSourceAttributeBetaNamedExpressionFallbackIf
    Shorthand for a branching fallback.
    expressionRef string
    The name of a named_expression in this resource.
    result GetAlertSourceAttributeBetaNamedExpressionFallbackResult
    A flat, unconditional value.
    else GetAlertSourceAttributeBetaNamedExpressionFallbackElse
    The unconditional default for the shorthand above.
    elseIfs GetAlertSourceAttributeBetaNamedExpressionFallbackElseIf[]
    Tried in order, after if.
    if GetAlertSourceAttributeBetaNamedExpressionFallbackIf
    Shorthand for a branching fallback.
    expression_ref str
    The name of a named_expression in this resource.
    result GetAlertSourceAttributeBetaNamedExpressionFallbackResult
    A flat, unconditional value.
    else_ GetAlertSourceAttributeBetaNamedExpressionFallbackElse
    The unconditional default for the shorthand above.
    else_ifs Sequence[GetAlertSourceAttributeBetaNamedExpressionFallbackElseIf]
    Tried in order, after if.
    if_ GetAlertSourceAttributeBetaNamedExpressionFallbackIf
    Shorthand for a branching fallback.
    expressionRef String
    The name of a named_expression in this resource.
    result Property Map
    A flat, unconditional value.
    else Property Map
    The unconditional default for the shorthand above.
    elseIfs List<Property Map>
    Tried in order, after if.
    if Property Map
    Shorthand for a branching fallback.

    GetAlertSourceAttributeBetaNamedExpressionFallbackElse

    result object
    The value to fall back to.
    result Property Map
    The value to fall back to.

    GetAlertSourceAttributeBetaNamedExpressionFallbackElseIf

    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.
    conditionGroups 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.

    GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfCondition

    Operation string
    How the subject is tested.
    Params List<GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionParam>
    Positional parameters for the operation.
    Subject string
    The reference this condition tests.
    Operation string
    How the subject is tested.
    Params []GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionParam
    Positional parameters for the operation.
    Subject string
    The reference this condition tests.
    operation string
    How the subject is tested.
    params list(object)
    Positional parameters for the operation.
    subject string
    The reference this condition tests.
    operation String
    How the subject is tested.
    params List<GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionParam>
    Positional parameters for the operation.
    subject String
    The reference this condition tests.
    operation string
    How the subject is tested.
    params GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionParam[]
    Positional parameters for the operation.
    subject string
    The reference this condition tests.
    operation str
    How the subject is tested.
    params Sequence[GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionParam]
    Positional parameters for the operation.
    subject str
    The reference this condition tests.
    operation String
    How the subject is tested.
    params List<Property Map>
    Positional parameters for the operation.
    subject String
    The reference this condition tests.

    GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionGroup

    conditions list(object)
    All of these must hold for the group to hold.
    conditions List<Property Map>
    All of these must hold for the group to hold.

    GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionGroupCondition

    Operation string
    How the subject is tested.
    Params List<GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionGroupConditionParam>
    Positional parameters for the operation.
    Subject string
    The reference this condition tests.
    Operation string
    How the subject is tested.
    Params []GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionGroupConditionParam
    Positional parameters for the operation.
    Subject string
    The reference this condition tests.
    operation string
    How the subject is tested.
    params list(object)
    Positional parameters for the operation.
    subject string
    The reference this condition tests.
    operation String
    How the subject is tested.
    params List<GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionGroupConditionParam>
    Positional parameters for the operation.
    subject String
    The reference this condition tests.
    operation string
    How the subject is tested.
    params GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionGroupConditionParam[]
    Positional parameters for the operation.
    subject string
    The reference this condition tests.
    operation str
    How the subject is tested.
    params Sequence[GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionGroupConditionParam]
    Positional parameters for the operation.
    subject str
    The reference this condition tests.
    operation String
    How the subject is tested.
    params List<Property Map>
    Positional parameters for the operation.
    subject String
    The reference this condition tests.

    GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionGroupConditionParam

    ArrayValues List<GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionGroupConditionParamArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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.
    ArrayValues []GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionGroupConditionParamArrayValue
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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_literal and value_reference are shorthand for this.
    value_literal string
    A fixed 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.
    arrayValues List<GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionGroupConditionParamArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.
    arrayValues GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionGroupConditionParamArrayValue[]
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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[GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionGroupConditionParamArrayValue]
    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 GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are 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.
    arrayValues List<Property Map>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value Property Map
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.

    GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionGroupConditionParamArrayValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionGroupConditionParamValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionParam

    ArrayValues List<GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionParamArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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.
    ArrayValues []GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionParamArrayValue
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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_literal and value_reference are shorthand for this.
    value_literal string
    A fixed 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.
    arrayValues List<GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionParamArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.
    arrayValues GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionParamArrayValue[]
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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[GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionParamArrayValue]
    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 GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionParamValue
    One value, spelled out. value_literal and value_reference are 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.
    arrayValues List<Property Map>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value Property Map
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.

    GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionParamArrayValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionParamValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfResult

    ArrayValues List<GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfResultArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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.
    ArrayValues []GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfResultArrayValue
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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_literal and value_reference are shorthand for this.
    value_literal string
    A fixed 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.
    arrayValues List<GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfResultArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.
    arrayValues GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfResultArrayValue[]
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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[GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfResultArrayValue]
    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 GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfResultValue
    One value, spelled out. value_literal and value_reference are 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.
    arrayValues List<Property Map>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value Property Map
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.

    GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfResultArrayValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfResultValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaNamedExpressionFallbackElseResult

    ArrayValues List<GetAlertSourceAttributeBetaNamedExpressionFallbackElseResultArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaNamedExpressionFallbackElseResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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.
    ArrayValues []GetAlertSourceAttributeBetaNamedExpressionFallbackElseResultArrayValue
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaNamedExpressionFallbackElseResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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_literal and value_reference are shorthand for this.
    value_literal string
    A fixed 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.
    arrayValues List<GetAlertSourceAttributeBetaNamedExpressionFallbackElseResultArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaNamedExpressionFallbackElseResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.
    arrayValues GetAlertSourceAttributeBetaNamedExpressionFallbackElseResultArrayValue[]
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaNamedExpressionFallbackElseResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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[GetAlertSourceAttributeBetaNamedExpressionFallbackElseResultArrayValue]
    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 GetAlertSourceAttributeBetaNamedExpressionFallbackElseResultValue
    One value, spelled out. value_literal and value_reference are 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.
    arrayValues List<Property Map>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value Property Map
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.

    GetAlertSourceAttributeBetaNamedExpressionFallbackElseResultArrayValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaNamedExpressionFallbackElseResultValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaNamedExpressionFallbackIf

    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.
    conditionGroups 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.

    GetAlertSourceAttributeBetaNamedExpressionFallbackIfCondition

    Operation string
    How the subject is tested.
    Params List<GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionParam>
    Positional parameters for the operation.
    Subject string
    The reference this condition tests.
    Operation string
    How the subject is tested.
    Params []GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionParam
    Positional parameters for the operation.
    Subject string
    The reference this condition tests.
    operation string
    How the subject is tested.
    params list(object)
    Positional parameters for the operation.
    subject string
    The reference this condition tests.
    operation String
    How the subject is tested.
    params List<GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionParam>
    Positional parameters for the operation.
    subject String
    The reference this condition tests.
    operation string
    How the subject is tested.
    params GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionParam[]
    Positional parameters for the operation.
    subject string
    The reference this condition tests.
    operation str
    How the subject is tested.
    params Sequence[GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionParam]
    Positional parameters for the operation.
    subject str
    The reference this condition tests.
    operation String
    How the subject is tested.
    params List<Property Map>
    Positional parameters for the operation.
    subject String
    The reference this condition tests.

    GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionGroup

    conditions list(object)
    All of these must hold for the group to hold.
    conditions List<Property Map>
    All of these must hold for the group to hold.

    GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionGroupCondition

    Operation string
    How the subject is tested.
    Params List<GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionGroupConditionParam>
    Positional parameters for the operation.
    Subject string
    The reference this condition tests.
    Operation string
    How the subject is tested.
    Params []GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionGroupConditionParam
    Positional parameters for the operation.
    Subject string
    The reference this condition tests.
    operation string
    How the subject is tested.
    params list(object)
    Positional parameters for the operation.
    subject string
    The reference this condition tests.
    operation String
    How the subject is tested.
    params List<GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionGroupConditionParam>
    Positional parameters for the operation.
    subject String
    The reference this condition tests.
    operation string
    How the subject is tested.
    params GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionGroupConditionParam[]
    Positional parameters for the operation.
    subject string
    The reference this condition tests.
    operation str
    How the subject is tested.
    params Sequence[GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionGroupConditionParam]
    Positional parameters for the operation.
    subject str
    The reference this condition tests.
    operation String
    How the subject is tested.
    params List<Property Map>
    Positional parameters for the operation.
    subject String
    The reference this condition tests.

    GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionGroupConditionParam

    ArrayValues List<GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionGroupConditionParamArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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.
    ArrayValues []GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionGroupConditionParamArrayValue
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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_literal and value_reference are shorthand for this.
    value_literal string
    A fixed 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.
    arrayValues List<GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionGroupConditionParamArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.
    arrayValues GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionGroupConditionParamArrayValue[]
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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[GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionGroupConditionParamArrayValue]
    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 GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are 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.
    arrayValues List<Property Map>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value Property Map
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.

    GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionGroupConditionParamArrayValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionGroupConditionParamValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionParam

    ArrayValues List<GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionParamArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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.
    ArrayValues []GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionParamArrayValue
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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_literal and value_reference are shorthand for this.
    value_literal string
    A fixed 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.
    arrayValues List<GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionParamArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.
    arrayValues GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionParamArrayValue[]
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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[GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionParamArrayValue]
    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 GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionParamValue
    One value, spelled out. value_literal and value_reference are 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.
    arrayValues List<Property Map>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value Property Map
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.

    GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionParamArrayValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionParamValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaNamedExpressionFallbackIfResult

    ArrayValues List<GetAlertSourceAttributeBetaNamedExpressionFallbackIfResultArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaNamedExpressionFallbackIfResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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.
    ArrayValues []GetAlertSourceAttributeBetaNamedExpressionFallbackIfResultArrayValue
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaNamedExpressionFallbackIfResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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_literal and value_reference are shorthand for this.
    value_literal string
    A fixed 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.
    arrayValues List<GetAlertSourceAttributeBetaNamedExpressionFallbackIfResultArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaNamedExpressionFallbackIfResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.
    arrayValues GetAlertSourceAttributeBetaNamedExpressionFallbackIfResultArrayValue[]
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaNamedExpressionFallbackIfResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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[GetAlertSourceAttributeBetaNamedExpressionFallbackIfResultArrayValue]
    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 GetAlertSourceAttributeBetaNamedExpressionFallbackIfResultValue
    One value, spelled out. value_literal and value_reference are 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.
    arrayValues List<Property Map>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value Property Map
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.

    GetAlertSourceAttributeBetaNamedExpressionFallbackIfResultArrayValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaNamedExpressionFallbackIfResultValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaNamedExpressionFallbackResult

    ArrayValues List<GetAlertSourceAttributeBetaNamedExpressionFallbackResultArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaNamedExpressionFallbackResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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.
    ArrayValues []GetAlertSourceAttributeBetaNamedExpressionFallbackResultArrayValue
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaNamedExpressionFallbackResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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_literal and value_reference are shorthand for this.
    value_literal string
    A fixed 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.
    arrayValues List<GetAlertSourceAttributeBetaNamedExpressionFallbackResultArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaNamedExpressionFallbackResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.
    arrayValues GetAlertSourceAttributeBetaNamedExpressionFallbackResultArrayValue[]
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaNamedExpressionFallbackResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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[GetAlertSourceAttributeBetaNamedExpressionFallbackResultArrayValue]
    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 GetAlertSourceAttributeBetaNamedExpressionFallbackResultValue
    One value, spelled out. value_literal and value_reference are 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.
    arrayValues List<Property Map>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value Property Map
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.

    GetAlertSourceAttributeBetaNamedExpressionFallbackResultArrayValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaNamedExpressionFallbackResultValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaNamedExpressionOperation

    Cast GetAlertSourceAttributeBetaNamedExpressionOperationCast
    Converts the current value to another type.
    Concatenate GetAlertSourceAttributeBetaNamedExpressionOperationConcatenate
    Adds the values behind another reference to the current value, keeping each value once.
    Count GetAlertSourceAttributeBetaNamedExpressionOperationCount
    Counts the values.
    Filter GetAlertSourceAttributeBetaNamedExpressionOperationFilter
    Keeps the values matching these conditions.
    First GetAlertSourceAttributeBetaNamedExpressionOperationFirst
    Takes the first value.
    Max GetAlertSourceAttributeBetaNamedExpressionOperationMax
    Takes the largest value.
    Min GetAlertSourceAttributeBetaNamedExpressionOperationMin
    Takes the smallest value.
    Navigate GetAlertSourceAttributeBetaNamedExpressionOperationNavigate
    Follows an attribute of the current value.
    Parse GetAlertSourceAttributeBetaNamedExpressionOperationParse
    Evaluates a function against the current value.
    Random GetAlertSourceAttributeBetaNamedExpressionOperationRandom
    Takes one value at random.
    Sum GetAlertSourceAttributeBetaNamedExpressionOperationSum
    Adds the values together.
    Branches GetAlertSourceAttributeBetaNamedExpressionOperationBranches
    A lookup table, evaluated in order until one matches.
    Cast GetAlertSourceAttributeBetaNamedExpressionOperationCast
    Converts the current value to another type.
    Concatenate GetAlertSourceAttributeBetaNamedExpressionOperationConcatenate
    Adds the values behind another reference to the current value, keeping each value once.
    Count GetAlertSourceAttributeBetaNamedExpressionOperationCount
    Counts the values.
    Filter GetAlertSourceAttributeBetaNamedExpressionOperationFilter
    Keeps the values matching these conditions.
    First GetAlertSourceAttributeBetaNamedExpressionOperationFirst
    Takes the first value.
    Max GetAlertSourceAttributeBetaNamedExpressionOperationMax
    Takes the largest value.
    Min GetAlertSourceAttributeBetaNamedExpressionOperationMin
    Takes the smallest value.
    Navigate GetAlertSourceAttributeBetaNamedExpressionOperationNavigate
    Follows an attribute of the current value.
    Parse GetAlertSourceAttributeBetaNamedExpressionOperationParse
    Evaluates a function against the current value.
    Random GetAlertSourceAttributeBetaNamedExpressionOperationRandom
    Takes one value at random.
    Sum GetAlertSourceAttributeBetaNamedExpressionOperationSum
    Adds the values together.
    Branches GetAlertSourceAttributeBetaNamedExpressionOperationBranches
    A lookup table, evaluated in order until one matches.
    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.
    count object
    Counts the values.
    filter object
    Keeps the values matching these conditions.
    first object
    Takes the first value.
    max object
    Takes the largest value.
    min object
    Takes the smallest value.
    navigate 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 object
    A lookup table, evaluated in order until one matches.
    cast GetAlertSourceAttributeBetaNamedExpressionOperationCast
    Converts the current value to another type.
    concatenate GetAlertSourceAttributeBetaNamedExpressionOperationConcatenate
    Adds the values behind another reference to the current value, keeping each value once.
    count GetAlertSourceAttributeBetaNamedExpressionOperationCount
    Counts the values.
    filter GetAlertSourceAttributeBetaNamedExpressionOperationFilter
    Keeps the values matching these conditions.
    first GetAlertSourceAttributeBetaNamedExpressionOperationFirst
    Takes the first value.
    max GetAlertSourceAttributeBetaNamedExpressionOperationMax
    Takes the largest value.
    min GetAlertSourceAttributeBetaNamedExpressionOperationMin
    Takes the smallest value.
    navigate GetAlertSourceAttributeBetaNamedExpressionOperationNavigate
    Follows an attribute of the current value.
    parse GetAlertSourceAttributeBetaNamedExpressionOperationParse
    Evaluates a function against the current value.
    random GetAlertSourceAttributeBetaNamedExpressionOperationRandom
    Takes one value at random.
    sum GetAlertSourceAttributeBetaNamedExpressionOperationSum
    Adds the values together.
    branches GetAlertSourceAttributeBetaNamedExpressionOperationBranches
    A lookup table, evaluated in order until one matches.
    cast GetAlertSourceAttributeBetaNamedExpressionOperationCast
    Converts the current value to another type.
    concatenate GetAlertSourceAttributeBetaNamedExpressionOperationConcatenate
    Adds the values behind another reference to the current value, keeping each value once.
    count GetAlertSourceAttributeBetaNamedExpressionOperationCount
    Counts the values.
    filter GetAlertSourceAttributeBetaNamedExpressionOperationFilter
    Keeps the values matching these conditions.
    first GetAlertSourceAttributeBetaNamedExpressionOperationFirst
    Takes the first value.
    max GetAlertSourceAttributeBetaNamedExpressionOperationMax
    Takes the largest value.
    min GetAlertSourceAttributeBetaNamedExpressionOperationMin
    Takes the smallest value.
    navigate GetAlertSourceAttributeBetaNamedExpressionOperationNavigate
    Follows an attribute of the current value.
    parse GetAlertSourceAttributeBetaNamedExpressionOperationParse
    Evaluates a function against the current value.
    random GetAlertSourceAttributeBetaNamedExpressionOperationRandom
    Takes one value at random.
    sum GetAlertSourceAttributeBetaNamedExpressionOperationSum
    Adds the values together.
    branches GetAlertSourceAttributeBetaNamedExpressionOperationBranches
    A lookup table, evaluated in order until one matches.
    cast GetAlertSourceAttributeBetaNamedExpressionOperationCast
    Converts the current value to another type.
    concatenate GetAlertSourceAttributeBetaNamedExpressionOperationConcatenate
    Adds the values behind another reference to the current value, keeping each value once.
    count GetAlertSourceAttributeBetaNamedExpressionOperationCount
    Counts the values.
    filter GetAlertSourceAttributeBetaNamedExpressionOperationFilter
    Keeps the values matching these conditions.
    first GetAlertSourceAttributeBetaNamedExpressionOperationFirst
    Takes the first value.
    max GetAlertSourceAttributeBetaNamedExpressionOperationMax
    Takes the largest value.
    min GetAlertSourceAttributeBetaNamedExpressionOperationMin
    Takes the smallest value.
    navigate GetAlertSourceAttributeBetaNamedExpressionOperationNavigate
    Follows an attribute of the current value.
    parse GetAlertSourceAttributeBetaNamedExpressionOperationParse
    Evaluates a function against the current value.
    random GetAlertSourceAttributeBetaNamedExpressionOperationRandom
    Takes one value at random.
    sum GetAlertSourceAttributeBetaNamedExpressionOperationSum
    Adds the values together.
    branches GetAlertSourceAttributeBetaNamedExpressionOperationBranches
    A lookup table, evaluated in order until one matches.
    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.
    count Property Map
    Counts the values.
    filter Property Map
    Keeps the values matching these conditions.
    first Property Map
    Takes the first value.
    max Property Map
    Takes the largest value.
    min Property Map
    Takes the smallest value.
    navigate 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.
    branches Property Map
    A lookup table, evaluated in order until one matches.

    GetAlertSourceAttributeBetaNamedExpressionOperationBranches

    Array bool
    Whether each branch returns several values rather than one.
    As string
    The type every branch result returns.
    ElseIfs List<GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIf>
    Tried in order, after if.
    If GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIf
    The first branch to try.
    Array bool
    Whether each branch returns several values rather than one.
    As string
    The type every branch result returns.
    ElseIfs []GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIf
    Tried in order, after if.
    If GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIf
    The first branch to try.
    array bool
    Whether each branch returns several values rather than one.
    as string
    The type every branch result returns.
    else_ifs list(object)
    Tried in order, after if.
    if object
    The first branch to try.
    array Boolean
    Whether each branch returns several values rather than one.
    as String
    The type every branch result returns.
    elseIfs List<GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIf>
    Tried in order, after if.
    if_ GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIf
    The first branch to try.
    array boolean
    Whether each branch returns several values rather than one.
    as string
    The type every branch result returns.
    elseIfs GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIf[]
    Tried in order, after if.
    if GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIf
    The first branch to try.
    array bool
    Whether each branch returns several values rather than one.
    as_ str
    The type every branch result returns.
    else_ifs Sequence[GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIf]
    Tried in order, after if.
    if_ GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIf
    The first branch to try.
    array Boolean
    Whether each branch returns several values rather than one.
    as String
    The type every branch result returns.
    elseIfs List<Property Map>
    Tried in order, after if.
    if Property Map
    The first branch to try.

    GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIf

    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.
    conditionGroups 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.

    GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfCondition

    Operation string
    How the subject is tested.
    Params List<GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionParam>
    Positional parameters for the operation.
    Subject string
    The reference this condition tests.
    Operation string
    How the subject is tested.
    Params []GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionParam
    Positional parameters for the operation.
    Subject string
    The reference this condition tests.
    operation string
    How the subject is tested.
    params list(object)
    Positional parameters for the operation.
    subject string
    The reference this condition tests.
    operation String
    How the subject is tested.
    params List<GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionParam>
    Positional parameters for the operation.
    subject String
    The reference this condition tests.
    operation string
    How the subject is tested.
    params GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionParam[]
    Positional parameters for the operation.
    subject string
    The reference this condition tests.
    operation str
    How the subject is tested.
    params Sequence[GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionParam]
    Positional parameters for the operation.
    subject str
    The reference this condition tests.
    operation String
    How the subject is tested.
    params List<Property Map>
    Positional parameters for the operation.
    subject String
    The reference this condition tests.

    GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionGroup

    conditions list(object)
    All of these must hold for the group to hold.
    conditions List<Property Map>
    All of these must hold for the group to hold.

    GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionGroupCondition

    Operation string
    How the subject is tested.
    Params List<GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionGroupConditionParam>
    Positional parameters for the operation.
    Subject string
    The reference this condition tests.
    Operation string
    How the subject is tested.
    Params []GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionGroupConditionParam
    Positional parameters for the operation.
    Subject string
    The reference this condition tests.
    operation string
    How the subject is tested.
    params list(object)
    Positional parameters for the operation.
    subject string
    The reference this condition tests.
    operation String
    How the subject is tested.
    params List<GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionGroupConditionParam>
    Positional parameters for the operation.
    subject String
    The reference this condition tests.
    operation string
    How the subject is tested.
    params GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionGroupConditionParam[]
    Positional parameters for the operation.
    subject string
    The reference this condition tests.
    operation str
    How the subject is tested.
    params Sequence[GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionGroupConditionParam]
    Positional parameters for the operation.
    subject str
    The reference this condition tests.
    operation String
    How the subject is tested.
    params List<Property Map>
    Positional parameters for the operation.
    subject String
    The reference this condition tests.

    GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionGroupConditionParam

    ArrayValues List<GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionGroupConditionParamArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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.
    ArrayValues []GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionGroupConditionParamArrayValue
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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_literal and value_reference are shorthand for this.
    value_literal string
    A fixed 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.
    arrayValues List<GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionGroupConditionParamArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.
    arrayValues GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionGroupConditionParamArrayValue[]
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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[GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionGroupConditionParamArrayValue]
    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 GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are 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.
    arrayValues List<Property Map>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value Property Map
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.

    GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionGroupConditionParamArrayValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionGroupConditionParamValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionParam

    ArrayValues List<GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionParamArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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.
    ArrayValues []GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionParamArrayValue
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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_literal and value_reference are shorthand for this.
    value_literal string
    A fixed 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.
    arrayValues List<GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionParamArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.
    arrayValues GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionParamArrayValue[]
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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[GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionParamArrayValue]
    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 GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionParamValue
    One value, spelled out. value_literal and value_reference are 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.
    arrayValues List<Property Map>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value Property Map
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.

    GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionParamArrayValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionParamValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfResult

    ArrayValues List<GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfResultArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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.
    ArrayValues []GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfResultArrayValue
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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_literal and value_reference are shorthand for this.
    value_literal string
    A fixed 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.
    arrayValues List<GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfResultArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.
    arrayValues GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfResultArrayValue[]
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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[GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfResultArrayValue]
    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 GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfResultValue
    One value, spelled out. value_literal and value_reference are 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.
    arrayValues List<Property Map>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value Property Map
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.

    GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfResultArrayValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfResultValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIf

    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.
    conditionGroups 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.

    GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfCondition

    Operation string
    How the subject is tested.
    Params List<GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionParam>
    Positional parameters for the operation.
    Subject string
    The reference this condition tests.
    Operation string
    How the subject is tested.
    Params []GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionParam
    Positional parameters for the operation.
    Subject string
    The reference this condition tests.
    operation string
    How the subject is tested.
    params list(object)
    Positional parameters for the operation.
    subject string
    The reference this condition tests.
    operation String
    How the subject is tested.
    params List<GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionParam>
    Positional parameters for the operation.
    subject String
    The reference this condition tests.
    operation string
    How the subject is tested.
    params GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionParam[]
    Positional parameters for the operation.
    subject string
    The reference this condition tests.
    operation str
    How the subject is tested.
    params Sequence[GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionParam]
    Positional parameters for the operation.
    subject str
    The reference this condition tests.
    operation String
    How the subject is tested.
    params List<Property Map>
    Positional parameters for the operation.
    subject String
    The reference this condition tests.

    GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionGroup

    conditions list(object)
    All of these must hold for the group to hold.
    conditions List<Property Map>
    All of these must hold for the group to hold.

    GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionGroupCondition

    Operation string
    How the subject is tested.
    Params List<GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionGroupConditionParam>
    Positional parameters for the operation.
    Subject string
    The reference this condition tests.
    Operation string
    How the subject is tested.
    Params []GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionGroupConditionParam
    Positional parameters for the operation.
    Subject string
    The reference this condition tests.
    operation string
    How the subject is tested.
    params list(object)
    Positional parameters for the operation.
    subject string
    The reference this condition tests.
    operation String
    How the subject is tested.
    params List<GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionGroupConditionParam>
    Positional parameters for the operation.
    subject String
    The reference this condition tests.
    operation string
    How the subject is tested.
    params GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionGroupConditionParam[]
    Positional parameters for the operation.
    subject string
    The reference this condition tests.
    operation str
    How the subject is tested.
    params Sequence[GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionGroupConditionParam]
    Positional parameters for the operation.
    subject str
    The reference this condition tests.
    operation String
    How the subject is tested.
    params List<Property Map>
    Positional parameters for the operation.
    subject String
    The reference this condition tests.

    GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionGroupConditionParam

    ArrayValues List<GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionGroupConditionParamArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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.
    ArrayValues []GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionGroupConditionParamArrayValue
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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_literal and value_reference are shorthand for this.
    value_literal string
    A fixed 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.
    arrayValues List<GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionGroupConditionParamArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.
    arrayValues GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionGroupConditionParamArrayValue[]
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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[GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionGroupConditionParamArrayValue]
    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 GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are 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.
    arrayValues List<Property Map>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value Property Map
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.

    GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionGroupConditionParamArrayValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionGroupConditionParamValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionParam

    ArrayValues List<GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionParamArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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.
    ArrayValues []GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionParamArrayValue
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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_literal and value_reference are shorthand for this.
    value_literal string
    A fixed 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.
    arrayValues List<GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionParamArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.
    arrayValues GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionParamArrayValue[]
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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[GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionParamArrayValue]
    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 GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionParamValue
    One value, spelled out. value_literal and value_reference are 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.
    arrayValues List<Property Map>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value Property Map
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.

    GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionParamArrayValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionParamValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfResult

    ArrayValues List<GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfResultArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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.
    ArrayValues []GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfResultArrayValue
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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_literal and value_reference are shorthand for this.
    value_literal string
    A fixed 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.
    arrayValues List<GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfResultArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.
    arrayValues GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfResultArrayValue[]
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfResultValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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[GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfResultArrayValue]
    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 GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfResultValue
    One value, spelled out. value_literal and value_reference are 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.
    arrayValues List<Property Map>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value Property Map
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.

    GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfResultArrayValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfResultValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaNamedExpressionOperationCast

    As string
    The type to convert to.
    As string
    The type to convert to.
    as string
    The type to convert to.
    as String
    The type to convert to.
    as string
    The type to convert to.
    as_ str
    The type to convert to.
    as String
    The type to convert to.

    GetAlertSourceAttributeBetaNamedExpressionOperationConcatenate

    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.

    GetAlertSourceAttributeBetaNamedExpressionOperationFilter

    ConditionGroups []GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionGroup
    Groups are OR'd; conditions within a group are AND'd.
    Conditions []GetAlertSourceAttributeBetaNamedExpressionOperationFilterCondition
    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.
    conditionGroups GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionGroup[]
    Groups are OR'd; conditions within a group are AND'd.
    conditions GetAlertSourceAttributeBetaNamedExpressionOperationFilterCondition[]
    All of these must hold. Sugar for a single condition group.
    conditionGroups 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.

    GetAlertSourceAttributeBetaNamedExpressionOperationFilterCondition

    Operation string
    How the subject is tested.
    Params List<GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionParam>
    Positional parameters for the operation.
    Subject string
    The reference this condition tests.
    Operation string
    How the subject is tested.
    Params []GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionParam
    Positional parameters for the operation.
    Subject string
    The reference this condition tests.
    operation string
    How the subject is tested.
    params list(object)
    Positional parameters for the operation.
    subject string
    The reference this condition tests.
    operation String
    How the subject is tested.
    params List<GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionParam>
    Positional parameters for the operation.
    subject String
    The reference this condition tests.
    operation string
    How the subject is tested.
    params GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionParam[]
    Positional parameters for the operation.
    subject string
    The reference this condition tests.
    operation str
    How the subject is tested.
    params Sequence[GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionParam]
    Positional parameters for the operation.
    subject str
    The reference this condition tests.
    operation String
    How the subject is tested.
    params List<Property Map>
    Positional parameters for the operation.
    subject String
    The reference this condition tests.

    GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionGroup

    conditions list(object)
    All of these must hold for the group to hold.
    conditions List<Property Map>
    All of these must hold for the group to hold.

    GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionGroupCondition

    Operation string
    How the subject is tested.
    Params List<GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionGroupConditionParam>
    Positional parameters for the operation.
    Subject string
    The reference this condition tests.
    Operation string
    How the subject is tested.
    Params []GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionGroupConditionParam
    Positional parameters for the operation.
    Subject string
    The reference this condition tests.
    operation string
    How the subject is tested.
    params list(object)
    Positional parameters for the operation.
    subject string
    The reference this condition tests.
    operation String
    How the subject is tested.
    params List<GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionGroupConditionParam>
    Positional parameters for the operation.
    subject String
    The reference this condition tests.
    operation string
    How the subject is tested.
    params GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionGroupConditionParam[]
    Positional parameters for the operation.
    subject string
    The reference this condition tests.
    operation str
    How the subject is tested.
    params Sequence[GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionGroupConditionParam]
    Positional parameters for the operation.
    subject str
    The reference this condition tests.
    operation String
    How the subject is tested.
    params List<Property Map>
    Positional parameters for the operation.
    subject String
    The reference this condition tests.

    GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionGroupConditionParam

    ArrayValues List<GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionGroupConditionParamArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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.
    ArrayValues []GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionGroupConditionParamArrayValue
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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_literal and value_reference are shorthand for this.
    value_literal string
    A fixed 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.
    arrayValues List<GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionGroupConditionParamArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.
    arrayValues GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionGroupConditionParamArrayValue[]
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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[GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionGroupConditionParamArrayValue]
    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 GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionGroupConditionParamValue
    One value, spelled out. value_literal and value_reference are 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.
    arrayValues List<Property Map>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value Property Map
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.

    GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionGroupConditionParamArrayValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionGroupConditionParamValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionParam

    ArrayValues List<GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionParamArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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.
    ArrayValues []GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionParamArrayValue
    Several values, spelled out. Needed when they mix fixed values and references.
    ExpressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    Value GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    ValueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    ValueReference 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_literal and value_reference are shorthand for this.
    value_literal string
    A fixed 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.
    arrayValues List<GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionParamArrayValue>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.
    arrayValues GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionParamArrayValue[]
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef string
    The name of a named_expression in this resource, whose result becomes the value.
    value GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionParamValue
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral string
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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[GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionParamArrayValue]
    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 GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionParamValue
    One value, spelled out. value_literal and value_reference are 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.
    arrayValues List<Property Map>
    Several values, spelled out. Needed when they mix fixed values and references.
    expressionRef String
    The name of a named_expression in this resource, whose result becomes the value.
    value Property Map
    One value, spelled out. value_literal and value_reference are shorthand for this.
    valueLiteral String
    A fixed value. A catalog entry ID is a literal, not a reference.
    valueReference 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.

    GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionParamArrayValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionParamValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    GetAlertSourceAttributeBetaNamedExpressionOperationNavigate

    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.

    GetAlertSourceAttributeBetaNamedExpressionOperationParse

    Array bool
    Whether this returns several values rather than one.
    As string
    The type this returns.
    Function string
    JavaScript evaluated against the current value, bound to $.
    Array bool
    Whether this returns several values rather than one.
    As string
    The type this returns.
    Function string
    JavaScript evaluated against the current value, bound to $.
    array bool
    Whether this returns several values rather than one.
    as string
    The type this returns.
    function string
    JavaScript evaluated against the current value, bound to $.
    array Boolean
    Whether this returns several values rather than one.
    as String
    The type this returns.
    function String
    JavaScript evaluated against the current value, bound to $.
    array boolean
    Whether this returns several values rather than one.
    as string
    The type this returns.
    function string
    JavaScript evaluated against the current value, bound to $.
    array bool
    Whether this returns several values rather than one.
    as_ str
    The type this returns.
    function str
    JavaScript evaluated against the current value, bound to $.
    array Boolean
    Whether this returns several values rather than one.
    as String
    The type this returns.
    function String
    JavaScript evaluated against the current value, bound to $.

    GetAlertSourceAttributeBetaValue

    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    Literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    Reference string
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.
    literal string
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference string
    A reference into the scope, such as payload.team.
    literal str
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference str
    A reference into the scope, such as payload.team.
    literal String
    A fixed value. A catalog entry ID is a literal, not a reference.
    reference String
    A reference into the scope, such as payload.team.

    Package Details

    Repository
    incident incident-io/terraform-provider-incident
    License
    Notes
    This Pulumi package is based on the incident Terraform Provider.
    Viewing docs for incident 7.0.0
    published on Friday, Sep 11, 2026 by incident-io

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial