published on Friday, Sep 11, 2026 by incident-io
published on Friday, Sep 11, 2026 by incident-io
incident.AlertSourceAttributeBeta was renamed to incident.AlertSourceAttribute in v7.0.
This name still works and still manages the same thing, so upgrading to v7 needs no change to a configuration that uses it. It is deprecated: every plan naming it warns, and it will be removed in v8.0.
To move onto the new name:
import * as pulumi from "@pulumi/pulumi";
import pulumi
package main
import (
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
return await Deployment.RunAsync(() =>
{
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
}
}
{}
Example coming soon!
Both names are the same resource, backed by the same schema and the same API, so the move
carries your state across and the plan after it is empty. See incident.AlertSourceAttribute for the
documentation.
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 dictionarydata "incident_get_alert_source_attribute_beta" "name" {
# arguments
}The following arguments are supported:
- Alert
Attribute stringId - The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
- Alert
Source stringId - The alert source this binding belongs to
- Expression
Get
Alert Source Attribute Beta Expression - The expression this field is bound to. Declaring it binds its result.
- Named
Expressions List<GetAlert Source Attribute Beta Named Expression> - An expression this resource owns, addressed by name.
- Alert
Attribute stringId - The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
- Alert
Source stringId - The alert source this binding belongs to
- Expression
Get
Alert Source Attribute Beta Expression - The expression this field is bound to. Declaring it binds its result.
- Named
Expressions []GetAlert Source Attribute Beta Named Expression - An expression this resource owns, addressed by name.
- alert_
attribute_ stringid - The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
- alert_
source_ stringid - The alert source this binding belongs to
- 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.
- alert
Attribute StringId - The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
- alert
Source StringId - The alert source this binding belongs to
- expression
Get
Alert Source Attribute Beta Expression - The expression this field is bound to. Declaring it binds its result.
- named
Expressions List<GetAlert Source Attribute Beta Named Expression> - An expression this resource owns, addressed by name.
- alert
Attribute stringId - The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
- alert
Source stringId - The alert source this binding belongs to
- expression
Get
Alert Source Attribute Beta Expression - The expression this field is bound to. Declaring it binds its result.
- named
Expressions GetAlert Source Attribute Beta Named Expression[] - An expression this resource owns, addressed by name.
- alert_
attribute_ strid - The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
- alert_
source_ strid - The alert source this binding belongs to
- expression
Get
Alert Source Attribute Beta Expression - The expression this field is bound to. Declaring it binds its result.
- named_
expressions Sequence[GetAlert Source Attribute Beta Named Expression] - An expression this resource owns, addressed by name.
- alert
Attribute StringId - The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
- alert
Source StringId - The alert source this binding belongs to
- expression Property Map
- The expression this field is bound to. Declaring it binds its result.
- named
Expressions List<Property Map> - An expression this resource owns, addressed by name.
getAlertSourceAttributeBeta Result
The following output properties are available:
- Alert
Attribute stringId - The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
- Alert
Source stringId - The alert source this binding belongs to
- Array
Values List<GetAlert Source Attribute Beta Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- 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
Get
Alert Source Attribute Beta Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Expression
Get
Alert Source Attribute Beta Expression - The expression this field is bound to. Declaring it binds its result.
- Named
Expressions List<GetAlert Source Attribute Beta Named Expression> - An expression this resource owns, addressed by name.
- Alert
Attribute stringId - The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
- Alert
Source stringId - The alert source this binding belongs to
- Array
Values []GetAlert Source Attribute Beta Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- 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
Get
Alert Source Attribute Beta Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- Expression
Get
Alert Source Attribute Beta Expression - The expression this field is bound to. Declaring it binds its result.
- Named
Expressions []GetAlert Source Attribute Beta Named Expression - An expression this resource owns, addressed by name.
- alert_
attribute_ stringid - The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
- alert_
source_ stringid - The alert source this binding belongs to
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
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_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed 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.
- alert
Attribute StringId - The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
- alert
Source StringId - The alert source this binding belongs to
- array
Values List<GetAlert Source Attribute Beta Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- 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
Get
Alert Source Attribute Beta Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- expression
Get
Alert Source Attribute Beta Expression - The expression this field is bound to. Declaring it binds its result.
- named
Expressions List<GetAlert Source Attribute Beta Named Expression> - An expression this resource owns, addressed by name.
- alert
Attribute stringId - The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
- alert
Source stringId - The alert source this binding belongs to
- array
Values GetAlert Source Attribute Beta Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- 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
Get
Alert Source Attribute Beta Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- expression
Get
Alert Source Attribute Beta Expression - The expression this field is bound to. Declaring it binds its result.
- named
Expressions GetAlert Source Attribute Beta Named Expression[] - An expression this resource owns, addressed by name.
- alert_
attribute_ strid - The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
- alert_
source_ strid - The alert source this binding belongs to
- array_
values Sequence[GetAlert Source Attribute Beta Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- 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
Get
Alert Source Attribute Beta Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- expression
Get
Alert Source Attribute Beta Expression - The expression this field is bound to. Declaring it binds its result.
- named_
expressions Sequence[GetAlert Source Attribute Beta Named Expression] - An expression this resource owns, addressed by name.
- alert
Attribute StringId - The alert attribute being bound. This also identifies the binding: an attribute can be bound at most once per source.
- alert
Source StringId - The alert source this binding belongs to
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
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 Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- expression Property Map
- The expression this field is bound to. Declaring it binds its result.
- named
Expressions List<Property Map> - An expression this resource owns, addressed by name.
Supporting Types
GetAlertSourceAttributeBetaArrayValue
GetAlertSourceAttributeBetaExpression
- Start
From string - Where the expression starts: "payload", "alert", "." for a branches-only expression, or a scope path.
- Fallback
Get
Alert Source Attribute Beta Expression Fallback - What this expression produces when nothing else matched.
- Operations
List<Get
Alert Source Attribute Beta Expression Operation> - An ordered pipeline. Each operation feeds the next.
- Start
From string - Where the expression starts: "payload", "alert", "." for a branches-only expression, or a scope path.
- Fallback
Get
Alert Source Attribute Beta Expression Fallback - What this expression produces when nothing else matched.
- Operations
[]Get
Alert Source Attribute Beta Expression Operation - An ordered pipeline. Each operation feeds the next.
- start_
from string - Where the expression starts: "payload", "alert", "." for a branches-only expression, or a scope path.
- fallback object
- What this expression produces when nothing else matched.
- operations list(object)
- An ordered pipeline. Each operation feeds the next.
- start
From String - Where the expression starts: "payload", "alert", "." for a branches-only expression, or a scope path.
- fallback
Get
Alert Source Attribute Beta Expression Fallback - What this expression produces when nothing else matched.
- operations
List<Get
Alert Source Attribute Beta Expression Operation> - An ordered pipeline. Each operation feeds the next.
- start
From string - Where the expression starts: "payload", "alert", "." for a branches-only expression, or a scope path.
- fallback
Get
Alert Source Attribute Beta Expression Fallback - What this expression produces when nothing else matched.
- operations
Get
Alert Source Attribute Beta Expression Operation[] - An ordered pipeline. Each operation feeds the next.
- start_
from str - Where the expression starts: "payload", "alert", "." for a branches-only expression, or a scope path.
- fallback
Get
Alert Source Attribute Beta Expression Fallback - What this expression produces when nothing else matched.
- operations
Sequence[Get
Alert Source Attribute Beta Expression Operation] - An ordered pipeline. Each operation feeds the next.
- start
From String - Where the expression starts: "payload", "alert", "." for a branches-only expression, or a scope path.
- fallback Property Map
- What this expression produces when nothing else matched.
- operations List<Property Map>
- An ordered pipeline. Each operation feeds the next.
GetAlertSourceAttributeBetaExpressionFallback
- Expression
Ref string - The name of a named_expression in this resource.
- Result
Get
Alert Source Attribute Beta Expression Fallback Result - A flat, unconditional value.
- Else
Get
Alert Source Attribute Beta Expression Fallback Else - The unconditional default for the shorthand above.
- Else
Ifs List<GetAlert Source Attribute Beta Expression Fallback Else If> - Tried in order, after if.
- If
Get
Alert Source Attribute Beta Expression Fallback If - Shorthand for a branching fallback.
- Expression
Ref string - The name of a named_expression in this resource.
- Result
Get
Alert Source Attribute Beta Expression Fallback Result - A flat, unconditional value.
- Else
Get
Alert Source Attribute Beta Expression Fallback Else - The unconditional default for the shorthand above.
- Else
Ifs []GetAlert Source Attribute Beta Expression Fallback Else If - Tried in order, after if.
- If
Get
Alert Source Attribute Beta Expression Fallback If - 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.
- expression
Ref String - The name of a named_expression in this resource.
- result
Get
Alert Source Attribute Beta Expression Fallback Result - A flat, unconditional value.
- else
Ifs List<GetAlert Source Attribute Beta Expression Fallback Else If> - Tried in order, after if.
- else_
Get
Alert Source Attribute Beta Expression Fallback Else - The unconditional default for the shorthand above.
- if_
Get
Alert Source Attribute Beta Expression Fallback If - Shorthand for a branching fallback.
- expression
Ref string - The name of a named_expression in this resource.
- result
Get
Alert Source Attribute Beta Expression Fallback Result - A flat, unconditional value.
- else
Get
Alert Source Attribute Beta Expression Fallback Else - The unconditional default for the shorthand above.
- else
Ifs GetAlert Source Attribute Beta Expression Fallback Else If[] - Tried in order, after if.
- if
Get
Alert Source Attribute Beta Expression Fallback If - Shorthand for a branching fallback.
- expression_
ref str - The name of a named_expression in this resource.
- result
Get
Alert Source Attribute Beta Expression Fallback Result - A flat, unconditional value.
- else_
Get
Alert Source Attribute Beta Expression Fallback Else - The unconditional default for the shorthand above.
- else_
ifs Sequence[GetAlert Source Attribute Beta Expression Fallback Else If] - Tried in order, after if.
- if_
Get
Alert Source Attribute Beta Expression Fallback If - Shorthand for a branching fallback.
- expression
Ref 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.
- else
Ifs List<Property Map> - Tried in order, after if.
- if Property Map
- Shorthand for a branching fallback.
GetAlertSourceAttributeBetaExpressionFallbackElse
- Result
Get
Alert Source Attribute Beta Expression Fallback Else Result - The value to fall back to.
- Result
Get
Alert Source Attribute Beta Expression Fallback Else Result - The value to fall back to.
- result
Get
Alert Source Attribute Beta Expression Fallback Else Result - The value to fall back to.
- result
Get
Alert Source Attribute Beta Expression Fallback Else Result - The value to fall back to.
- result
Get
Alert Source Attribute Beta Expression Fallback Else Result - The value to fall back to.
- result Property Map
- The value to fall back to.
GetAlertSourceAttributeBetaExpressionFallbackElseIf
- Condition
Groups List<GetAlert Source Attribute Beta Expression Fallback Else If Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- Conditions
List<Get
Alert Source Attribute Beta Expression Fallback Else If Condition> - All of these must hold. Sugar for a single condition group.
- Result
Get
Alert Source Attribute Beta Expression Fallback Else If Result - The value this branch produces.
- Condition
Groups []GetAlert Source Attribute Beta Expression Fallback Else If Condition Group - Groups are OR'd; conditions within a group are AND'd.
- Conditions
[]Get
Alert Source Attribute Beta Expression Fallback Else If Condition - All of these must hold. Sugar for a single condition group.
- Result
Get
Alert Source Attribute Beta Expression Fallback Else If Result - 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.
- condition
Groups List<GetAlert Source Attribute Beta Expression Fallback Else If Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- conditions
List<Get
Alert Source Attribute Beta Expression Fallback Else If Condition> - All of these must hold. Sugar for a single condition group.
- result
Get
Alert Source Attribute Beta Expression Fallback Else If Result - The value this branch produces.
- condition
Groups GetAlert Source Attribute Beta Expression Fallback Else If Condition Group[] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Get
Alert Source Attribute Beta Expression Fallback Else If Condition[] - All of these must hold. Sugar for a single condition group.
- result
Get
Alert Source Attribute Beta Expression Fallback Else If Result - The value this branch produces.
- condition_
groups Sequence[GetAlert Source Attribute Beta Expression Fallback Else If Condition Group] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Sequence[Get
Alert Source Attribute Beta Expression Fallback Else If Condition] - All of these must hold. Sugar for a single condition group.
- result
Get
Alert Source Attribute Beta Expression Fallback Else If Result - The value this branch produces.
- condition
Groups List<Property Map> - Groups are OR'd; conditions within a group are AND'd.
- conditions List<Property Map>
- All of these must hold. Sugar for a single condition group.
- result Property Map
- The value this branch produces.
GetAlertSourceAttributeBetaExpressionFallbackElseIfCondition
- Operation string
- How the subject is tested.
- Params
List<Get
Alert Source Attribute Beta Expression Fallback Else If Condition Param> - Positional parameters for the operation.
- Subject string
- The reference this condition tests.
- Operation string
- How the subject is tested.
- Params
[]Get
Alert Source Attribute Beta Expression Fallback Else If Condition Param - 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<Get
Alert Source Attribute Beta Expression Fallback Else If Condition Param> - Positional parameters for the operation.
- subject String
- The reference this condition tests.
- operation string
- How the subject is tested.
- params
Get
Alert Source Attribute Beta Expression Fallback Else If Condition Param[] - Positional parameters for the operation.
- subject string
- The reference this condition tests.
- operation str
- How the subject is tested.
- params
Sequence[Get
Alert Source Attribute Beta Expression Fallback Else If Condition Param] - 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<Get
Alert Source Attribute Beta Expression Fallback Else If Condition Group Condition> - All of these must hold for the group to hold.
- Conditions
[]Get
Alert Source Attribute Beta Expression Fallback Else If Condition Group Condition - All of these must hold for the group to hold.
- conditions list(object)
- All of these must hold for the group to hold.
- conditions
List<Get
Alert Source Attribute Beta Expression Fallback Else If Condition Group Condition> - All of these must hold for the group to hold.
- conditions
Get
Alert Source Attribute Beta Expression Fallback Else If Condition Group Condition[] - All of these must hold for the group to hold.
- conditions
Sequence[Get
Alert Source Attribute Beta Expression Fallback Else If Condition Group Condition] - All of these must hold for the group to hold.
- conditions List<Property Map>
- All of these must hold for the group to hold.
GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionGroupCondition
- Operation string
- How the subject is tested.
- Params
List<Get
Alert Source Attribute Beta Expression Fallback Else If Condition Group Condition Param> - Positional parameters for the operation.
- Subject string
- The reference this condition tests.
- Operation string
- How the subject is tested.
- Params
[]Get
Alert Source Attribute Beta Expression Fallback Else If Condition Group Condition Param - 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<Get
Alert Source Attribute Beta Expression Fallback Else If Condition Group Condition Param> - Positional parameters for the operation.
- subject String
- The reference this condition tests.
- operation string
- How the subject is tested.
- params
Get
Alert Source Attribute Beta Expression Fallback Else If Condition Group Condition Param[] - Positional parameters for the operation.
- subject string
- The reference this condition tests.
- operation str
- How the subject is tested.
- params
Sequence[Get
Alert Source Attribute Beta Expression Fallback Else If Condition Group Condition Param] - 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
- Array
Values List<GetAlert Source Attribute Beta Expression Fallback Else If Condition Group Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Expression Fallback Else If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []GetAlert Source Attribute Beta Expression Fallback Else If Condition Group Condition Param Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Expression Fallback Else If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<GetAlert Source Attribute Beta Expression Fallback Else If Condition Group Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Fallback Else If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values GetAlert Source Attribute Beta Expression Fallback Else If Condition Group Condition Param Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Fallback Else If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[GetAlert Source Attribute Beta Expression Fallback Else If Condition Group Condition Param Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Fallback Else If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionGroupConditionParamArrayValue
GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionGroupConditionParamValue
GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionParam
- Array
Values List<GetAlert Source Attribute Beta Expression Fallback Else If Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Expression Fallback Else If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []GetAlert Source Attribute Beta Expression Fallback Else If Condition Param Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Expression Fallback Else If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<GetAlert Source Attribute Beta Expression Fallback Else If Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Fallback Else If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values GetAlert Source Attribute Beta Expression Fallback Else If Condition Param Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Fallback Else If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[GetAlert Source Attribute Beta Expression Fallback Else If Condition Param Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Fallback Else If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionParamArrayValue
GetAlertSourceAttributeBetaExpressionFallbackElseIfConditionParamValue
GetAlertSourceAttributeBetaExpressionFallbackElseIfResult
- Array
Values List<GetAlert Source Attribute Beta Expression Fallback Else If Result Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Expression Fallback Else If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []GetAlert Source Attribute Beta Expression Fallback Else If Result Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Expression Fallback Else If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<GetAlert Source Attribute Beta Expression Fallback Else If Result Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Fallback Else If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values GetAlert Source Attribute Beta Expression Fallback Else If Result Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Fallback Else If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[GetAlert Source Attribute Beta Expression Fallback Else If Result Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Fallback Else If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
GetAlertSourceAttributeBetaExpressionFallbackElseIfResultArrayValue
GetAlertSourceAttributeBetaExpressionFallbackElseIfResultValue
GetAlertSourceAttributeBetaExpressionFallbackElseResult
- Array
Values List<GetAlert Source Attribute Beta Expression Fallback Else Result Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Expression Fallback Else Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []GetAlert Source Attribute Beta Expression Fallback Else Result Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Expression Fallback Else Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<GetAlert Source Attribute Beta Expression Fallback Else Result Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Fallback Else Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values GetAlert Source Attribute Beta Expression Fallback Else Result Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Fallback Else Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[GetAlert Source Attribute Beta Expression Fallback Else Result Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Fallback Else Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
GetAlertSourceAttributeBetaExpressionFallbackElseResultArrayValue
GetAlertSourceAttributeBetaExpressionFallbackElseResultValue
GetAlertSourceAttributeBetaExpressionFallbackIf
- Condition
Groups List<GetAlert Source Attribute Beta Expression Fallback If Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- Conditions
List<Get
Alert Source Attribute Beta Expression Fallback If Condition> - All of these must hold. Sugar for a single condition group.
- Result
Get
Alert Source Attribute Beta Expression Fallback If Result - The value this branch produces.
- Condition
Groups []GetAlert Source Attribute Beta Expression Fallback If Condition Group - Groups are OR'd; conditions within a group are AND'd.
- Conditions
[]Get
Alert Source Attribute Beta Expression Fallback If Condition - All of these must hold. Sugar for a single condition group.
- Result
Get
Alert Source Attribute Beta Expression Fallback If Result - 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.
- condition
Groups List<GetAlert Source Attribute Beta Expression Fallback If Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- conditions
List<Get
Alert Source Attribute Beta Expression Fallback If Condition> - All of these must hold. Sugar for a single condition group.
- result
Get
Alert Source Attribute Beta Expression Fallback If Result - The value this branch produces.
- condition
Groups GetAlert Source Attribute Beta Expression Fallback If Condition Group[] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Get
Alert Source Attribute Beta Expression Fallback If Condition[] - All of these must hold. Sugar for a single condition group.
- result
Get
Alert Source Attribute Beta Expression Fallback If Result - The value this branch produces.
- condition_
groups Sequence[GetAlert Source Attribute Beta Expression Fallback If Condition Group] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Sequence[Get
Alert Source Attribute Beta Expression Fallback If Condition] - All of these must hold. Sugar for a single condition group.
- result
Get
Alert Source Attribute Beta Expression Fallback If Result - The value this branch produces.
- condition
Groups List<Property Map> - Groups are OR'd; conditions within a group are AND'd.
- conditions List<Property Map>
- All of these must hold. Sugar for a single condition group.
- result Property Map
- The value this branch produces.
GetAlertSourceAttributeBetaExpressionFallbackIfCondition
- Operation string
- How the subject is tested.
- Params
List<Get
Alert Source Attribute Beta Expression Fallback If Condition Param> - Positional parameters for the operation.
- Subject string
- The reference this condition tests.
- Operation string
- How the subject is tested.
- Params
[]Get
Alert Source Attribute Beta Expression Fallback If Condition Param - 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<Get
Alert Source Attribute Beta Expression Fallback If Condition Param> - Positional parameters for the operation.
- subject String
- The reference this condition tests.
- operation string
- How the subject is tested.
- params
Get
Alert Source Attribute Beta Expression Fallback If Condition Param[] - Positional parameters for the operation.
- subject string
- The reference this condition tests.
- operation str
- How the subject is tested.
- params
Sequence[Get
Alert Source Attribute Beta Expression Fallback If Condition Param] - 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<Get
Alert Source Attribute Beta Expression Fallback If Condition Group Condition> - All of these must hold for the group to hold.
- Conditions
[]Get
Alert Source Attribute Beta Expression Fallback If Condition Group Condition - All of these must hold for the group to hold.
- conditions list(object)
- All of these must hold for the group to hold.
- conditions
List<Get
Alert Source Attribute Beta Expression Fallback If Condition Group Condition> - All of these must hold for the group to hold.
- conditions
Get
Alert Source Attribute Beta Expression Fallback If Condition Group Condition[] - All of these must hold for the group to hold.
- conditions
Sequence[Get
Alert Source Attribute Beta Expression Fallback If Condition Group Condition] - All of these must hold for the group to hold.
- conditions List<Property Map>
- All of these must hold for the group to hold.
GetAlertSourceAttributeBetaExpressionFallbackIfConditionGroupCondition
- Operation string
- How the subject is tested.
- Params
List<Get
Alert Source Attribute Beta Expression Fallback If Condition Group Condition Param> - Positional parameters for the operation.
- Subject string
- The reference this condition tests.
- Operation string
- How the subject is tested.
- Params
[]Get
Alert Source Attribute Beta Expression Fallback If Condition Group Condition Param - 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<Get
Alert Source Attribute Beta Expression Fallback If Condition Group Condition Param> - Positional parameters for the operation.
- subject String
- The reference this condition tests.
- operation string
- How the subject is tested.
- params
Get
Alert Source Attribute Beta Expression Fallback If Condition Group Condition Param[] - Positional parameters for the operation.
- subject string
- The reference this condition tests.
- operation str
- How the subject is tested.
- params
Sequence[Get
Alert Source Attribute Beta Expression Fallback If Condition Group Condition Param] - 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
- Array
Values List<GetAlert Source Attribute Beta Expression Fallback If Condition Group Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Expression Fallback If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []GetAlert Source Attribute Beta Expression Fallback If Condition Group Condition Param Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Expression Fallback If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<GetAlert Source Attribute Beta Expression Fallback If Condition Group Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Fallback If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values GetAlert Source Attribute Beta Expression Fallback If Condition Group Condition Param Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Fallback If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[GetAlert Source Attribute Beta Expression Fallback If Condition Group Condition Param Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Fallback If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
GetAlertSourceAttributeBetaExpressionFallbackIfConditionGroupConditionParamArrayValue
GetAlertSourceAttributeBetaExpressionFallbackIfConditionGroupConditionParamValue
GetAlertSourceAttributeBetaExpressionFallbackIfConditionParam
- Array
Values List<GetAlert Source Attribute Beta Expression Fallback If Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Expression Fallback If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []GetAlert Source Attribute Beta Expression Fallback If Condition Param Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Expression Fallback If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<GetAlert Source Attribute Beta Expression Fallback If Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Fallback If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values GetAlert Source Attribute Beta Expression Fallback If Condition Param Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Fallback If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[GetAlert Source Attribute Beta Expression Fallback If Condition Param Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Fallback If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
GetAlertSourceAttributeBetaExpressionFallbackIfConditionParamArrayValue
GetAlertSourceAttributeBetaExpressionFallbackIfConditionParamValue
GetAlertSourceAttributeBetaExpressionFallbackIfResult
- Array
Values List<GetAlert Source Attribute Beta Expression Fallback If Result Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Expression Fallback If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []GetAlert Source Attribute Beta Expression Fallback If Result Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Expression Fallback If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<GetAlert Source Attribute Beta Expression Fallback If Result Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Fallback If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values GetAlert Source Attribute Beta Expression Fallback If Result Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Fallback If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[GetAlert Source Attribute Beta Expression Fallback If Result Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Fallback If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
GetAlertSourceAttributeBetaExpressionFallbackIfResultArrayValue
GetAlertSourceAttributeBetaExpressionFallbackIfResultValue
GetAlertSourceAttributeBetaExpressionFallbackResult
- Array
Values List<GetAlert Source Attribute Beta Expression Fallback Result Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Expression Fallback Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []GetAlert Source Attribute Beta Expression Fallback Result Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Expression Fallback Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<GetAlert Source Attribute Beta Expression Fallback Result Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Fallback Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values GetAlert Source Attribute Beta Expression Fallback Result Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Fallback Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[GetAlert Source Attribute Beta Expression Fallback Result Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Fallback Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
GetAlertSourceAttributeBetaExpressionFallbackResultArrayValue
GetAlertSourceAttributeBetaExpressionFallbackResultValue
GetAlertSourceAttributeBetaExpressionOperation
- Cast
Get
Alert Source Attribute Beta Expression Operation Cast - Converts the current value to another type.
- Concatenate
Get
Alert Source Attribute Beta Expression Operation Concatenate - Adds the values behind another reference to the current value, keeping each value once.
- Count
Get
Alert Source Attribute Beta Expression Operation Count - Counts the values.
- Filter
Get
Alert Source Attribute Beta Expression Operation Filter - Keeps the values matching these conditions.
- First
Get
Alert Source Attribute Beta Expression Operation First - Takes the first value.
- Max
Get
Alert Source Attribute Beta Expression Operation Max - Takes the largest value.
- Min
Get
Alert Source Attribute Beta Expression Operation Min - Takes the smallest value.
-
Get
Alert Source Attribute Beta Expression Operation Navigate - Follows an attribute of the current value.
- Parse
Get
Alert Source Attribute Beta Expression Operation Parse - Evaluates a function against the current value.
- Random
Get
Alert Source Attribute Beta Expression Operation Random - Takes one value at random.
- Sum
Get
Alert Source Attribute Beta Expression Operation Sum - Adds the values together.
- Branches
Get
Alert Source Attribute Beta Expression Operation Branches - A lookup table, evaluated in order until one matches.
- Cast
Get
Alert Source Attribute Beta Expression Operation Cast - Converts the current value to another type.
- Concatenate
Get
Alert Source Attribute Beta Expression Operation Concatenate - Adds the values behind another reference to the current value, keeping each value once.
- Count
Get
Alert Source Attribute Beta Expression Operation Count - Counts the values.
- Filter
Get
Alert Source Attribute Beta Expression Operation Filter - Keeps the values matching these conditions.
- First
Get
Alert Source Attribute Beta Expression Operation First - Takes the first value.
- Max
Get
Alert Source Attribute Beta Expression Operation Max - Takes the largest value.
- Min
Get
Alert Source Attribute Beta Expression Operation Min - Takes the smallest value.
-
Get
Alert Source Attribute Beta Expression Operation Navigate - Follows an attribute of the current value.
- Parse
Get
Alert Source Attribute Beta Expression Operation Parse - Evaluates a function against the current value.
- Random
Get
Alert Source Attribute Beta Expression Operation Random - Takes one value at random.
- Sum
Get
Alert Source Attribute Beta Expression Operation Sum - Adds the values together.
- Branches
Get
Alert Source Attribute Beta Expression Operation Branches - 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.
- 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
Get
Alert Source Attribute Beta Expression Operation Cast - Converts the current value to another type.
- concatenate
Get
Alert Source Attribute Beta Expression Operation Concatenate - Adds the values behind another reference to the current value, keeping each value once.
- count
Get
Alert Source Attribute Beta Expression Operation Count - Counts the values.
- filter
Get
Alert Source Attribute Beta Expression Operation Filter - Keeps the values matching these conditions.
- first
Get
Alert Source Attribute Beta Expression Operation First - Takes the first value.
- max
Get
Alert Source Attribute Beta Expression Operation Max - Takes the largest value.
- min
Get
Alert Source Attribute Beta Expression Operation Min - Takes the smallest value.
-
Get
Alert Source Attribute Beta Expression Operation Navigate - Follows an attribute of the current value.
- parse
Get
Alert Source Attribute Beta Expression Operation Parse - Evaluates a function against the current value.
- random
Get
Alert Source Attribute Beta Expression Operation Random - Takes one value at random.
- sum
Get
Alert Source Attribute Beta Expression Operation Sum - Adds the values together.
- branches
Get
Alert Source Attribute Beta Expression Operation Branches - A lookup table, evaluated in order until one matches.
- cast
Get
Alert Source Attribute Beta Expression Operation Cast - Converts the current value to another type.
- concatenate
Get
Alert Source Attribute Beta Expression Operation Concatenate - Adds the values behind another reference to the current value, keeping each value once.
- count
Get
Alert Source Attribute Beta Expression Operation Count - Counts the values.
- filter
Get
Alert Source Attribute Beta Expression Operation Filter - Keeps the values matching these conditions.
- first
Get
Alert Source Attribute Beta Expression Operation First - Takes the first value.
- max
Get
Alert Source Attribute Beta Expression Operation Max - Takes the largest value.
- min
Get
Alert Source Attribute Beta Expression Operation Min - Takes the smallest value.
-
Get
Alert Source Attribute Beta Expression Operation Navigate - Follows an attribute of the current value.
- parse
Get
Alert Source Attribute Beta Expression Operation Parse - Evaluates a function against the current value.
- random
Get
Alert Source Attribute Beta Expression Operation Random - Takes one value at random.
- sum
Get
Alert Source Attribute Beta Expression Operation Sum - Adds the values together.
- branches
Get
Alert Source Attribute Beta Expression Operation Branches - A lookup table, evaluated in order until one matches.
- cast
Get
Alert Source Attribute Beta Expression Operation Cast - Converts the current value to another type.
- concatenate
Get
Alert Source Attribute Beta Expression Operation Concatenate - Adds the values behind another reference to the current value, keeping each value once.
- count
Get
Alert Source Attribute Beta Expression Operation Count - Counts the values.
- filter
Get
Alert Source Attribute Beta Expression Operation Filter - Keeps the values matching these conditions.
- first
Get
Alert Source Attribute Beta Expression Operation First - Takes the first value.
- max
Get
Alert Source Attribute Beta Expression Operation Max - Takes the largest value.
- min
Get
Alert Source Attribute Beta Expression Operation Min - Takes the smallest value.
-
Get
Alert Source Attribute Beta Expression Operation Navigate - Follows an attribute of the current value.
- parse
Get
Alert Source Attribute Beta Expression Operation Parse - Evaluates a function against the current value.
- random
Get
Alert Source Attribute Beta Expression Operation Random - Takes one value at random.
- sum
Get
Alert Source Attribute Beta Expression Operation Sum - Adds the values together.
- branches
Get
Alert Source Attribute Beta Expression Operation Branches - 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.
- 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.
- Else
Ifs List<GetAlert Source Attribute Beta Expression Operation Branches Else If> - Tried in order, after if.
- If
Get
Alert Source Attribute Beta Expression Operation Branches If - The first branch to try.
- Array bool
- Whether each branch returns several values rather than one.
- As string
- The type every branch result returns.
- Else
Ifs []GetAlert Source Attribute Beta Expression Operation Branches Else If - Tried in order, after if.
- If
Get
Alert Source Attribute Beta Expression Operation Branches If - The first branch to try.
- array Boolean
- Whether each branch returns several values rather than one.
- as String
- The type every branch result returns.
- else
Ifs List<GetAlert Source Attribute Beta Expression Operation Branches Else If> - Tried in order, after if.
- if_
Get
Alert Source Attribute Beta Expression Operation Branches If - The first branch to try.
- array boolean
- Whether each branch returns several values rather than one.
- as string
- The type every branch result returns.
- else
Ifs GetAlert Source Attribute Beta Expression Operation Branches Else If[] - Tried in order, after if.
- if
Get
Alert Source Attribute Beta Expression Operation Branches If - The first branch to try.
- array bool
- Whether each branch returns several values rather than one.
- as_ str
- The type every branch result returns.
- else_
ifs Sequence[GetAlert Source Attribute Beta Expression Operation Branches Else If] - Tried in order, after if.
- if_
Get
Alert Source Attribute Beta Expression Operation Branches If - The first branch to try.
- array Boolean
- Whether each branch returns several values rather than one.
- as String
- The type every branch result returns.
- else
Ifs List<Property Map> - Tried in order, after if.
- if Property Map
- The first branch to try.
GetAlertSourceAttributeBetaExpressionOperationBranchesElseIf
- Condition
Groups List<GetAlert Source Attribute Beta Expression Operation Branches Else If Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- Conditions
List<Get
Alert Source Attribute Beta Expression Operation Branches Else If Condition> - All of these must hold. Sugar for a single condition group.
- Result
Get
Alert Source Attribute Beta Expression Operation Branches Else If Result - The value this branch produces.
- Condition
Groups []GetAlert Source Attribute Beta Expression Operation Branches Else If Condition Group - Groups are OR'd; conditions within a group are AND'd.
- Conditions
[]Get
Alert Source Attribute Beta Expression Operation Branches Else If Condition - All of these must hold. Sugar for a single condition group.
- Result
Get
Alert Source Attribute Beta Expression Operation Branches Else If Result - 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.
- condition
Groups List<GetAlert Source Attribute Beta Expression Operation Branches Else If Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- conditions
List<Get
Alert Source Attribute Beta Expression Operation Branches Else If Condition> - All of these must hold. Sugar for a single condition group.
- result
Get
Alert Source Attribute Beta Expression Operation Branches Else If Result - The value this branch produces.
- condition
Groups GetAlert Source Attribute Beta Expression Operation Branches Else If Condition Group[] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Get
Alert Source Attribute Beta Expression Operation Branches Else If Condition[] - All of these must hold. Sugar for a single condition group.
- result
Get
Alert Source Attribute Beta Expression Operation Branches Else If Result - The value this branch produces.
- condition_
groups Sequence[GetAlert Source Attribute Beta Expression Operation Branches Else If Condition Group] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Sequence[Get
Alert Source Attribute Beta Expression Operation Branches Else If Condition] - All of these must hold. Sugar for a single condition group.
- result
Get
Alert Source Attribute Beta Expression Operation Branches Else If Result - The value this branch produces.
- condition
Groups List<Property Map> - Groups are OR'd; conditions within a group are AND'd.
- conditions List<Property Map>
- All of these must hold. Sugar for a single condition group.
- result Property Map
- The value this branch produces.
GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfCondition
- Operation string
- How the subject is tested.
- Params
List<Get
Alert Source Attribute Beta Expression Operation Branches Else If Condition Param> - Positional parameters for the operation.
- Subject string
- The reference this condition tests.
- Operation string
- How the subject is tested.
- Params
[]Get
Alert Source Attribute Beta Expression Operation Branches Else If Condition Param - 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<Get
Alert Source Attribute Beta Expression Operation Branches Else If Condition Param> - Positional parameters for the operation.
- subject String
- The reference this condition tests.
- operation string
- How the subject is tested.
- params
Get
Alert Source Attribute Beta Expression Operation Branches Else If Condition Param[] - Positional parameters for the operation.
- subject string
- The reference this condition tests.
- operation str
- How the subject is tested.
- params
Sequence[Get
Alert Source Attribute Beta Expression Operation Branches Else If Condition Param] - 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<Get
Alert Source Attribute Beta Expression Operation Branches Else If Condition Group Condition> - All of these must hold for the group to hold.
- Conditions
[]Get
Alert Source Attribute Beta Expression Operation Branches Else If Condition Group Condition - All of these must hold for the group to hold.
- conditions list(object)
- All of these must hold for the group to hold.
- conditions
List<Get
Alert Source Attribute Beta Expression Operation Branches Else If Condition Group Condition> - All of these must hold for the group to hold.
- conditions
Get
Alert Source Attribute Beta Expression Operation Branches Else If Condition Group Condition[] - All of these must hold for the group to hold.
- conditions
Sequence[Get
Alert Source Attribute Beta Expression Operation Branches Else If Condition Group Condition] - All of these must hold for the group to hold.
- conditions List<Property Map>
- All of these must hold for the group to hold.
GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionGroupCondition
- Operation string
- How the subject is tested.
- Params
List<Get
Alert Source Attribute Beta Expression Operation Branches Else If Condition Group Condition Param> - Positional parameters for the operation.
- Subject string
- The reference this condition tests.
- Operation string
- How the subject is tested.
- Params
[]Get
Alert Source Attribute Beta Expression Operation Branches Else If Condition Group Condition Param - 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<Get
Alert Source Attribute Beta Expression Operation Branches Else If Condition Group Condition Param> - Positional parameters for the operation.
- subject String
- The reference this condition tests.
- operation string
- How the subject is tested.
- params
Get
Alert Source Attribute Beta Expression Operation Branches Else If Condition Group Condition Param[] - Positional parameters for the operation.
- subject string
- The reference this condition tests.
- operation str
- How the subject is tested.
- params
Sequence[Get
Alert Source Attribute Beta Expression Operation Branches Else If Condition Group Condition Param] - 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
- Array
Values List<GetAlert Source Attribute Beta Expression Operation Branches Else If Condition Group Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Expression Operation Branches Else If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []GetAlert Source Attribute Beta Expression Operation Branches Else If Condition Group Condition Param Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Expression Operation Branches Else If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<GetAlert Source Attribute Beta Expression Operation Branches Else If Condition Group Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Operation Branches Else If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values GetAlert Source Attribute Beta Expression Operation Branches Else If Condition Group Condition Param Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Operation Branches Else If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[GetAlert Source Attribute Beta Expression Operation Branches Else If Condition Group Condition Param Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Operation Branches Else If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionGroupConditionParamArrayValue
GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionGroupConditionParamValue
GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionParam
- Array
Values List<GetAlert Source Attribute Beta Expression Operation Branches Else If Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Expression Operation Branches Else If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []GetAlert Source Attribute Beta Expression Operation Branches Else If Condition Param Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Expression Operation Branches Else If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<GetAlert Source Attribute Beta Expression Operation Branches Else If Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Operation Branches Else If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values GetAlert Source Attribute Beta Expression Operation Branches Else If Condition Param Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Operation Branches Else If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[GetAlert Source Attribute Beta Expression Operation Branches Else If Condition Param Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Operation Branches Else If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionParamArrayValue
GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfConditionParamValue
GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfResult
- Array
Values List<GetAlert Source Attribute Beta Expression Operation Branches Else If Result Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Expression Operation Branches Else If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []GetAlert Source Attribute Beta Expression Operation Branches Else If Result Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Expression Operation Branches Else If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<GetAlert Source Attribute Beta Expression Operation Branches Else If Result Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Operation Branches Else If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values GetAlert Source Attribute Beta Expression Operation Branches Else If Result Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Operation Branches Else If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[GetAlert Source Attribute Beta Expression Operation Branches Else If Result Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Operation Branches Else If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfResultArrayValue
GetAlertSourceAttributeBetaExpressionOperationBranchesElseIfResultValue
GetAlertSourceAttributeBetaExpressionOperationBranchesIf
- Condition
Groups List<GetAlert Source Attribute Beta Expression Operation Branches If Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- Conditions
List<Get
Alert Source Attribute Beta Expression Operation Branches If Condition> - All of these must hold. Sugar for a single condition group.
- Result
Get
Alert Source Attribute Beta Expression Operation Branches If Result - The value this branch produces.
- Condition
Groups []GetAlert Source Attribute Beta Expression Operation Branches If Condition Group - Groups are OR'd; conditions within a group are AND'd.
- Conditions
[]Get
Alert Source Attribute Beta Expression Operation Branches If Condition - All of these must hold. Sugar for a single condition group.
- Result
Get
Alert Source Attribute Beta Expression Operation Branches If Result - 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.
- condition
Groups List<GetAlert Source Attribute Beta Expression Operation Branches If Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- conditions
List<Get
Alert Source Attribute Beta Expression Operation Branches If Condition> - All of these must hold. Sugar for a single condition group.
- result
Get
Alert Source Attribute Beta Expression Operation Branches If Result - The value this branch produces.
- condition
Groups GetAlert Source Attribute Beta Expression Operation Branches If Condition Group[] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Get
Alert Source Attribute Beta Expression Operation Branches If Condition[] - All of these must hold. Sugar for a single condition group.
- result
Get
Alert Source Attribute Beta Expression Operation Branches If Result - The value this branch produces.
- condition_
groups Sequence[GetAlert Source Attribute Beta Expression Operation Branches If Condition Group] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Sequence[Get
Alert Source Attribute Beta Expression Operation Branches If Condition] - All of these must hold. Sugar for a single condition group.
- result
Get
Alert Source Attribute Beta Expression Operation Branches If Result - The value this branch produces.
- condition
Groups List<Property Map> - Groups are OR'd; conditions within a group are AND'd.
- conditions List<Property Map>
- All of these must hold. Sugar for a single condition group.
- result Property Map
- The value this branch produces.
GetAlertSourceAttributeBetaExpressionOperationBranchesIfCondition
- Operation string
- How the subject is tested.
- Params
List<Get
Alert Source Attribute Beta Expression Operation Branches If Condition Param> - Positional parameters for the operation.
- Subject string
- The reference this condition tests.
- Operation string
- How the subject is tested.
- Params
[]Get
Alert Source Attribute Beta Expression Operation Branches If Condition Param - 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<Get
Alert Source Attribute Beta Expression Operation Branches If Condition Param> - Positional parameters for the operation.
- subject String
- The reference this condition tests.
- operation string
- How the subject is tested.
- params
Get
Alert Source Attribute Beta Expression Operation Branches If Condition Param[] - Positional parameters for the operation.
- subject string
- The reference this condition tests.
- operation str
- How the subject is tested.
- params
Sequence[Get
Alert Source Attribute Beta Expression Operation Branches If Condition Param] - 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<Get
Alert Source Attribute Beta Expression Operation Branches If Condition Group Condition> - All of these must hold for the group to hold.
- Conditions
[]Get
Alert Source Attribute Beta Expression Operation Branches If Condition Group Condition - All of these must hold for the group to hold.
- conditions list(object)
- All of these must hold for the group to hold.
- conditions
List<Get
Alert Source Attribute Beta Expression Operation Branches If Condition Group Condition> - All of these must hold for the group to hold.
- conditions
Get
Alert Source Attribute Beta Expression Operation Branches If Condition Group Condition[] - All of these must hold for the group to hold.
- conditions
Sequence[Get
Alert Source Attribute Beta Expression Operation Branches If Condition Group Condition] - All of these must hold for the group to hold.
- conditions List<Property Map>
- All of these must hold for the group to hold.
GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionGroupCondition
- Operation string
- How the subject is tested.
- Params
List<Get
Alert Source Attribute Beta Expression Operation Branches If Condition Group Condition Param> - Positional parameters for the operation.
- Subject string
- The reference this condition tests.
- Operation string
- How the subject is tested.
- Params
[]Get
Alert Source Attribute Beta Expression Operation Branches If Condition Group Condition Param - 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<Get
Alert Source Attribute Beta Expression Operation Branches If Condition Group Condition Param> - Positional parameters for the operation.
- subject String
- The reference this condition tests.
- operation string
- How the subject is tested.
- params
Get
Alert Source Attribute Beta Expression Operation Branches If Condition Group Condition Param[] - Positional parameters for the operation.
- subject string
- The reference this condition tests.
- operation str
- How the subject is tested.
- params
Sequence[Get
Alert Source Attribute Beta Expression Operation Branches If Condition Group Condition Param] - 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
- Array
Values List<GetAlert Source Attribute Beta Expression Operation Branches If Condition Group Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Expression Operation Branches If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []GetAlert Source Attribute Beta Expression Operation Branches If Condition Group Condition Param Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Expression Operation Branches If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<GetAlert Source Attribute Beta Expression Operation Branches If Condition Group Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Operation Branches If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values GetAlert Source Attribute Beta Expression Operation Branches If Condition Group Condition Param Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Operation Branches If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[GetAlert Source Attribute Beta Expression Operation Branches If Condition Group Condition Param Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Operation Branches If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionGroupConditionParamArrayValue
GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionGroupConditionParamValue
GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionParam
- Array
Values List<GetAlert Source Attribute Beta Expression Operation Branches If Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Expression Operation Branches If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []GetAlert Source Attribute Beta Expression Operation Branches If Condition Param Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Expression Operation Branches If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<GetAlert Source Attribute Beta Expression Operation Branches If Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Operation Branches If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values GetAlert Source Attribute Beta Expression Operation Branches If Condition Param Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Operation Branches If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[GetAlert Source Attribute Beta Expression Operation Branches If Condition Param Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Operation Branches If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionParamArrayValue
GetAlertSourceAttributeBetaExpressionOperationBranchesIfConditionParamValue
GetAlertSourceAttributeBetaExpressionOperationBranchesIfResult
- Array
Values List<GetAlert Source Attribute Beta Expression Operation Branches If Result Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Expression Operation Branches If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []GetAlert Source Attribute Beta Expression Operation Branches If Result Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Expression Operation Branches If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<GetAlert Source Attribute Beta Expression Operation Branches If Result Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Operation Branches If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values GetAlert Source Attribute Beta Expression Operation Branches If Result Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Operation Branches If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[GetAlert Source Attribute Beta Expression Operation Branches If Result Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Operation Branches If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
GetAlertSourceAttributeBetaExpressionOperationBranchesIfResultArrayValue
GetAlertSourceAttributeBetaExpressionOperationBranchesIfResultValue
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
- Condition
Groups List<GetAlert Source Attribute Beta Expression Operation Filter Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- Conditions
List<Get
Alert Source Attribute Beta Expression Operation Filter Condition> - All of these must hold. Sugar for a single condition group.
- Condition
Groups []GetAlert Source Attribute Beta Expression Operation Filter Condition Group - Groups are OR'd; conditions within a group are AND'd.
- Conditions
[]Get
Alert Source Attribute Beta Expression Operation Filter Condition - All of these must hold. Sugar for a single condition group.
- condition_
groups list(object) - Groups are OR'd; conditions within a group are AND'd.
- conditions list(object)
- All of these must hold. Sugar for a single condition group.
- condition
Groups List<GetAlert Source Attribute Beta Expression Operation Filter Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- conditions
List<Get
Alert Source Attribute Beta Expression Operation Filter Condition> - All of these must hold. Sugar for a single condition group.
- condition
Groups GetAlert Source Attribute Beta Expression Operation Filter Condition Group[] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Get
Alert Source Attribute Beta Expression Operation Filter Condition[] - All of these must hold. Sugar for a single condition group.
- condition_
groups Sequence[GetAlert Source Attribute Beta Expression Operation Filter Condition Group] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Sequence[Get
Alert Source Attribute Beta Expression Operation Filter Condition] - All of these must hold. Sugar for a single condition group.
- condition
Groups List<Property Map> - Groups are OR'd; conditions within a group are AND'd.
- conditions List<Property Map>
- All of these must hold. Sugar for a single condition group.
GetAlertSourceAttributeBetaExpressionOperationFilterCondition
- Operation string
- How the subject is tested.
- Params
List<Get
Alert Source Attribute Beta Expression Operation Filter Condition Param> - Positional parameters for the operation.
- Subject string
- The reference this condition tests.
- Operation string
- How the subject is tested.
- Params
[]Get
Alert Source Attribute Beta Expression Operation Filter Condition Param - 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<Get
Alert Source Attribute Beta Expression Operation Filter Condition Param> - Positional parameters for the operation.
- subject String
- The reference this condition tests.
- operation string
- How the subject is tested.
- params
Get
Alert Source Attribute Beta Expression Operation Filter Condition Param[] - Positional parameters for the operation.
- subject string
- The reference this condition tests.
- operation str
- How the subject is tested.
- params
Sequence[Get
Alert Source Attribute Beta Expression Operation Filter Condition Param] - 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<Get
Alert Source Attribute Beta Expression Operation Filter Condition Group Condition> - All of these must hold for the group to hold.
- Conditions
[]Get
Alert Source Attribute Beta Expression Operation Filter Condition Group Condition - All of these must hold for the group to hold.
- conditions list(object)
- All of these must hold for the group to hold.
- conditions
List<Get
Alert Source Attribute Beta Expression Operation Filter Condition Group Condition> - All of these must hold for the group to hold.
- conditions
Get
Alert Source Attribute Beta Expression Operation Filter Condition Group Condition[] - All of these must hold for the group to hold.
- conditions
Sequence[Get
Alert Source Attribute Beta Expression Operation Filter Condition Group Condition] - All of these must hold for the group to hold.
- conditions List<Property Map>
- All of these must hold for the group to hold.
GetAlertSourceAttributeBetaExpressionOperationFilterConditionGroupCondition
- Operation string
- How the subject is tested.
- Params
List<Get
Alert Source Attribute Beta Expression Operation Filter Condition Group Condition Param> - Positional parameters for the operation.
- Subject string
- The reference this condition tests.
- Operation string
- How the subject is tested.
- Params
[]Get
Alert Source Attribute Beta Expression Operation Filter Condition Group Condition Param - 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<Get
Alert Source Attribute Beta Expression Operation Filter Condition Group Condition Param> - Positional parameters for the operation.
- subject String
- The reference this condition tests.
- operation string
- How the subject is tested.
- params
Get
Alert Source Attribute Beta Expression Operation Filter Condition Group Condition Param[] - Positional parameters for the operation.
- subject string
- The reference this condition tests.
- operation str
- How the subject is tested.
- params
Sequence[Get
Alert Source Attribute Beta Expression Operation Filter Condition Group Condition Param] - 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
- Array
Values List<GetAlert Source Attribute Beta Expression Operation Filter Condition Group Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Expression Operation Filter Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []GetAlert Source Attribute Beta Expression Operation Filter Condition Group Condition Param Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Expression Operation Filter Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<GetAlert Source Attribute Beta Expression Operation Filter Condition Group Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Operation Filter Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values GetAlert Source Attribute Beta Expression Operation Filter Condition Group Condition Param Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Operation Filter Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[GetAlert Source Attribute Beta Expression Operation Filter Condition Group Condition Param Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Operation Filter Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
GetAlertSourceAttributeBetaExpressionOperationFilterConditionGroupConditionParamArrayValue
GetAlertSourceAttributeBetaExpressionOperationFilterConditionGroupConditionParamValue
GetAlertSourceAttributeBetaExpressionOperationFilterConditionParam
- Array
Values List<GetAlert Source Attribute Beta Expression Operation Filter Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Expression Operation Filter Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []GetAlert Source Attribute Beta Expression Operation Filter Condition Param Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Expression Operation Filter Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<GetAlert Source Attribute Beta Expression Operation Filter Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Operation Filter Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values GetAlert Source Attribute Beta Expression Operation Filter Condition Param Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Operation Filter Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[GetAlert Source Attribute Beta Expression Operation Filter Condition Param Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Expression Operation Filter Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
GetAlertSourceAttributeBetaExpressionOperationFilterConditionParamArrayValue
GetAlertSourceAttributeBetaExpressionOperationFilterConditionParamValue
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
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.
- Start
From string - Where the expression starts: "payload", "alert", "." for a branches-only expression, or a scope path.
- Fallback
Get
Alert Source Attribute Beta Named Expression Fallback - What this expression produces when nothing else matched.
- Operations
List<Get
Alert Source Attribute Beta Named Expression Operation> - 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
Get
Alert Source Attribute Beta Named Expression Fallback - What this expression produces when nothing else matched.
- Operations
[]Get
Alert Source Attribute Beta Named Expression Operation - 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.
- start
From String - Where the expression starts: "payload", "alert", "." for a branches-only expression, or a scope path.
- fallback
Get
Alert Source Attribute Beta Named Expression Fallback - What this expression produces when nothing else matched.
- operations
List<Get
Alert Source Attribute Beta Named Expression Operation> - 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
Get
Alert Source Attribute Beta Named Expression Fallback - What this expression produces when nothing else matched.
- operations
Get
Alert Source Attribute Beta Named Expression Operation[] - 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
Get
Alert Source Attribute Beta Named Expression Fallback - What this expression produces when nothing else matched.
- operations
Sequence[Get
Alert Source Attribute Beta Named Expression Operation] - 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 Property Map
- What this expression produces when nothing else matched.
- operations List<Property Map>
- An ordered pipeline. Each operation feeds the next.
GetAlertSourceAttributeBetaNamedExpressionFallback
- Expression
Ref string - The name of a named_expression in this resource.
- Result
Get
Alert Source Attribute Beta Named Expression Fallback Result - A flat, unconditional value.
- Else
Get
Alert Source Attribute Beta Named Expression Fallback Else - The unconditional default for the shorthand above.
- Else
Ifs List<GetAlert Source Attribute Beta Named Expression Fallback Else If> - Tried in order, after if.
- If
Get
Alert Source Attribute Beta Named Expression Fallback If - Shorthand for a branching fallback.
- Expression
Ref string - The name of a named_expression in this resource.
- Result
Get
Alert Source Attribute Beta Named Expression Fallback Result - A flat, unconditional value.
- Else
Get
Alert Source Attribute Beta Named Expression Fallback Else - The unconditional default for the shorthand above.
- Else
Ifs []GetAlert Source Attribute Beta Named Expression Fallback Else If - Tried in order, after if.
- If
Get
Alert Source Attribute Beta Named Expression Fallback If - 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.
- expression
Ref String - The name of a named_expression in this resource.
- result
Get
Alert Source Attribute Beta Named Expression Fallback Result - A flat, unconditional value.
- else
Ifs List<GetAlert Source Attribute Beta Named Expression Fallback Else If> - Tried in order, after if.
- else_
Get
Alert Source Attribute Beta Named Expression Fallback Else - The unconditional default for the shorthand above.
- if_
Get
Alert Source Attribute Beta Named Expression Fallback If - Shorthand for a branching fallback.
- expression
Ref string - The name of a named_expression in this resource.
- result
Get
Alert Source Attribute Beta Named Expression Fallback Result - A flat, unconditional value.
- else
Get
Alert Source Attribute Beta Named Expression Fallback Else - The unconditional default for the shorthand above.
- else
Ifs GetAlert Source Attribute Beta Named Expression Fallback Else If[] - Tried in order, after if.
- if
Get
Alert Source Attribute Beta Named Expression Fallback If - Shorthand for a branching fallback.
- expression_
ref str - The name of a named_expression in this resource.
- result
Get
Alert Source Attribute Beta Named Expression Fallback Result - A flat, unconditional value.
- else_
Get
Alert Source Attribute Beta Named Expression Fallback Else - The unconditional default for the shorthand above.
- else_
ifs Sequence[GetAlert Source Attribute Beta Named Expression Fallback Else If] - Tried in order, after if.
- if_
Get
Alert Source Attribute Beta Named Expression Fallback If - Shorthand for a branching fallback.
- expression
Ref 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.
- else
Ifs List<Property Map> - Tried in order, after if.
- if Property Map
- Shorthand for a branching fallback.
GetAlertSourceAttributeBetaNamedExpressionFallbackElse
- Result
Get
Alert Source Attribute Beta Named Expression Fallback Else Result - The value to fall back to.
- Result
Get
Alert Source Attribute Beta Named Expression Fallback Else Result - The value to fall back to.
- result
Get
Alert Source Attribute Beta Named Expression Fallback Else Result - The value to fall back to.
- result
Get
Alert Source Attribute Beta Named Expression Fallback Else Result - The value to fall back to.
- result
Get
Alert Source Attribute Beta Named Expression Fallback Else Result - The value to fall back to.
- result Property Map
- The value to fall back to.
GetAlertSourceAttributeBetaNamedExpressionFallbackElseIf
- Condition
Groups List<GetAlert Source Attribute Beta Named Expression Fallback Else If Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- Conditions
List<Get
Alert Source Attribute Beta Named Expression Fallback Else If Condition> - All of these must hold. Sugar for a single condition group.
- Result
Get
Alert Source Attribute Beta Named Expression Fallback Else If Result - The value this branch produces.
- Condition
Groups []GetAlert Source Attribute Beta Named Expression Fallback Else If Condition Group - Groups are OR'd; conditions within a group are AND'd.
- Conditions
[]Get
Alert Source Attribute Beta Named Expression Fallback Else If Condition - All of these must hold. Sugar for a single condition group.
- Result
Get
Alert Source Attribute Beta Named Expression Fallback Else If Result - 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.
- condition
Groups List<GetAlert Source Attribute Beta Named Expression Fallback Else If Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- conditions
List<Get
Alert Source Attribute Beta Named Expression Fallback Else If Condition> - All of these must hold. Sugar for a single condition group.
- result
Get
Alert Source Attribute Beta Named Expression Fallback Else If Result - The value this branch produces.
- condition
Groups GetAlert Source Attribute Beta Named Expression Fallback Else If Condition Group[] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Get
Alert Source Attribute Beta Named Expression Fallback Else If Condition[] - All of these must hold. Sugar for a single condition group.
- result
Get
Alert Source Attribute Beta Named Expression Fallback Else If Result - The value this branch produces.
- condition_
groups Sequence[GetAlert Source Attribute Beta Named Expression Fallback Else If Condition Group] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Sequence[Get
Alert Source Attribute Beta Named Expression Fallback Else If Condition] - All of these must hold. Sugar for a single condition group.
- result
Get
Alert Source Attribute Beta Named Expression Fallback Else If Result - The value this branch produces.
- condition
Groups List<Property Map> - Groups are OR'd; conditions within a group are AND'd.
- conditions List<Property Map>
- All of these must hold. Sugar for a single condition group.
- result Property Map
- The value this branch produces.
GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfCondition
- Operation string
- How the subject is tested.
- Params
List<Get
Alert Source Attribute Beta Named Expression Fallback Else If Condition Param> - Positional parameters for the operation.
- Subject string
- The reference this condition tests.
- Operation string
- How the subject is tested.
- Params
[]Get
Alert Source Attribute Beta Named Expression Fallback Else If Condition Param - 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<Get
Alert Source Attribute Beta Named Expression Fallback Else If Condition Param> - Positional parameters for the operation.
- subject String
- The reference this condition tests.
- operation string
- How the subject is tested.
- params
Get
Alert Source Attribute Beta Named Expression Fallback Else If Condition Param[] - Positional parameters for the operation.
- subject string
- The reference this condition tests.
- operation str
- How the subject is tested.
- params
Sequence[Get
Alert Source Attribute Beta Named Expression Fallback Else If Condition Param] - 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<Get
Alert Source Attribute Beta Named Expression Fallback Else If Condition Group Condition> - All of these must hold for the group to hold.
- Conditions
[]Get
Alert Source Attribute Beta Named Expression Fallback Else If Condition Group Condition - All of these must hold for the group to hold.
- conditions list(object)
- All of these must hold for the group to hold.
- conditions
List<Get
Alert Source Attribute Beta Named Expression Fallback Else If Condition Group Condition> - All of these must hold for the group to hold.
- conditions
Get
Alert Source Attribute Beta Named Expression Fallback Else If Condition Group Condition[] - All of these must hold for the group to hold.
- conditions
Sequence[Get
Alert Source Attribute Beta Named Expression Fallback Else If Condition Group Condition] - All of these must hold for the group to hold.
- conditions List<Property Map>
- All of these must hold for the group to hold.
GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionGroupCondition
- Operation string
- How the subject is tested.
- Params
List<Get
Alert Source Attribute Beta Named Expression Fallback Else If Condition Group Condition Param> - Positional parameters for the operation.
- Subject string
- The reference this condition tests.
- Operation string
- How the subject is tested.
- Params
[]Get
Alert Source Attribute Beta Named Expression Fallback Else If Condition Group Condition Param - 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<Get
Alert Source Attribute Beta Named Expression Fallback Else If Condition Group Condition Param> - Positional parameters for the operation.
- subject String
- The reference this condition tests.
- operation string
- How the subject is tested.
- params
Get
Alert Source Attribute Beta Named Expression Fallback Else If Condition Group Condition Param[] - Positional parameters for the operation.
- subject string
- The reference this condition tests.
- operation str
- How the subject is tested.
- params
Sequence[Get
Alert Source Attribute Beta Named Expression Fallback Else If Condition Group Condition Param] - 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
- Array
Values List<GetAlert Source Attribute Beta Named Expression Fallback Else If Condition Group Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Named Expression Fallback Else If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []GetAlert Source Attribute Beta Named Expression Fallback Else If Condition Group Condition Param Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Named Expression Fallback Else If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<GetAlert Source Attribute Beta Named Expression Fallback Else If Condition Group Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Fallback Else If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values GetAlert Source Attribute Beta Named Expression Fallback Else If Condition Group Condition Param Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Fallback Else If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[GetAlert Source Attribute Beta Named Expression Fallback Else If Condition Group Condition Param Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Fallback Else If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionGroupConditionParamArrayValue
GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionGroupConditionParamValue
GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionParam
- Array
Values List<GetAlert Source Attribute Beta Named Expression Fallback Else If Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Named Expression Fallback Else If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []GetAlert Source Attribute Beta Named Expression Fallback Else If Condition Param Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Named Expression Fallback Else If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<GetAlert Source Attribute Beta Named Expression Fallback Else If Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Fallback Else If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values GetAlert Source Attribute Beta Named Expression Fallback Else If Condition Param Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Fallback Else If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[GetAlert Source Attribute Beta Named Expression Fallback Else If Condition Param Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Fallback Else If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionParamArrayValue
GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfConditionParamValue
GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfResult
- Array
Values List<GetAlert Source Attribute Beta Named Expression Fallback Else If Result Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Named Expression Fallback Else If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []GetAlert Source Attribute Beta Named Expression Fallback Else If Result Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Named Expression Fallback Else If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<GetAlert Source Attribute Beta Named Expression Fallback Else If Result Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Fallback Else If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values GetAlert Source Attribute Beta Named Expression Fallback Else If Result Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Fallback Else If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[GetAlert Source Attribute Beta Named Expression Fallback Else If Result Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Fallback Else If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfResultArrayValue
GetAlertSourceAttributeBetaNamedExpressionFallbackElseIfResultValue
GetAlertSourceAttributeBetaNamedExpressionFallbackElseResult
- Array
Values List<GetAlert Source Attribute Beta Named Expression Fallback Else Result Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Named Expression Fallback Else Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []GetAlert Source Attribute Beta Named Expression Fallback Else Result Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Named Expression Fallback Else Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<GetAlert Source Attribute Beta Named Expression Fallback Else Result Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Fallback Else Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values GetAlert Source Attribute Beta Named Expression Fallback Else Result Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Fallback Else Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[GetAlert Source Attribute Beta Named Expression Fallback Else Result Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Fallback Else Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
GetAlertSourceAttributeBetaNamedExpressionFallbackElseResultArrayValue
GetAlertSourceAttributeBetaNamedExpressionFallbackElseResultValue
GetAlertSourceAttributeBetaNamedExpressionFallbackIf
- Condition
Groups List<GetAlert Source Attribute Beta Named Expression Fallback If Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- Conditions
List<Get
Alert Source Attribute Beta Named Expression Fallback If Condition> - All of these must hold. Sugar for a single condition group.
- Result
Get
Alert Source Attribute Beta Named Expression Fallback If Result - The value this branch produces.
- Condition
Groups []GetAlert Source Attribute Beta Named Expression Fallback If Condition Group - Groups are OR'd; conditions within a group are AND'd.
- Conditions
[]Get
Alert Source Attribute Beta Named Expression Fallback If Condition - All of these must hold. Sugar for a single condition group.
- Result
Get
Alert Source Attribute Beta Named Expression Fallback If Result - 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.
- condition
Groups List<GetAlert Source Attribute Beta Named Expression Fallback If Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- conditions
List<Get
Alert Source Attribute Beta Named Expression Fallback If Condition> - All of these must hold. Sugar for a single condition group.
- result
Get
Alert Source Attribute Beta Named Expression Fallback If Result - The value this branch produces.
- condition
Groups GetAlert Source Attribute Beta Named Expression Fallback If Condition Group[] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Get
Alert Source Attribute Beta Named Expression Fallback If Condition[] - All of these must hold. Sugar for a single condition group.
- result
Get
Alert Source Attribute Beta Named Expression Fallback If Result - The value this branch produces.
- condition_
groups Sequence[GetAlert Source Attribute Beta Named Expression Fallback If Condition Group] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Sequence[Get
Alert Source Attribute Beta Named Expression Fallback If Condition] - All of these must hold. Sugar for a single condition group.
- result
Get
Alert Source Attribute Beta Named Expression Fallback If Result - The value this branch produces.
- condition
Groups List<Property Map> - Groups are OR'd; conditions within a group are AND'd.
- conditions List<Property Map>
- All of these must hold. Sugar for a single condition group.
- result Property Map
- The value this branch produces.
GetAlertSourceAttributeBetaNamedExpressionFallbackIfCondition
- Operation string
- How the subject is tested.
- Params
List<Get
Alert Source Attribute Beta Named Expression Fallback If Condition Param> - Positional parameters for the operation.
- Subject string
- The reference this condition tests.
- Operation string
- How the subject is tested.
- Params
[]Get
Alert Source Attribute Beta Named Expression Fallback If Condition Param - 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<Get
Alert Source Attribute Beta Named Expression Fallback If Condition Param> - Positional parameters for the operation.
- subject String
- The reference this condition tests.
- operation string
- How the subject is tested.
- params
Get
Alert Source Attribute Beta Named Expression Fallback If Condition Param[] - Positional parameters for the operation.
- subject string
- The reference this condition tests.
- operation str
- How the subject is tested.
- params
Sequence[Get
Alert Source Attribute Beta Named Expression Fallback If Condition Param] - 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<Get
Alert Source Attribute Beta Named Expression Fallback If Condition Group Condition> - All of these must hold for the group to hold.
- Conditions
[]Get
Alert Source Attribute Beta Named Expression Fallback If Condition Group Condition - All of these must hold for the group to hold.
- conditions list(object)
- All of these must hold for the group to hold.
- conditions
List<Get
Alert Source Attribute Beta Named Expression Fallback If Condition Group Condition> - All of these must hold for the group to hold.
- conditions
Get
Alert Source Attribute Beta Named Expression Fallback If Condition Group Condition[] - All of these must hold for the group to hold.
- conditions
Sequence[Get
Alert Source Attribute Beta Named Expression Fallback If Condition Group Condition] - All of these must hold for the group to hold.
- conditions List<Property Map>
- All of these must hold for the group to hold.
GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionGroupCondition
- Operation string
- How the subject is tested.
- Params
List<Get
Alert Source Attribute Beta Named Expression Fallback If Condition Group Condition Param> - Positional parameters for the operation.
- Subject string
- The reference this condition tests.
- Operation string
- How the subject is tested.
- Params
[]Get
Alert Source Attribute Beta Named Expression Fallback If Condition Group Condition Param - 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<Get
Alert Source Attribute Beta Named Expression Fallback If Condition Group Condition Param> - Positional parameters for the operation.
- subject String
- The reference this condition tests.
- operation string
- How the subject is tested.
- params
Get
Alert Source Attribute Beta Named Expression Fallback If Condition Group Condition Param[] - Positional parameters for the operation.
- subject string
- The reference this condition tests.
- operation str
- How the subject is tested.
- params
Sequence[Get
Alert Source Attribute Beta Named Expression Fallback If Condition Group Condition Param] - 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
- Array
Values List<GetAlert Source Attribute Beta Named Expression Fallback If Condition Group Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Named Expression Fallback If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []GetAlert Source Attribute Beta Named Expression Fallback If Condition Group Condition Param Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Named Expression Fallback If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<GetAlert Source Attribute Beta Named Expression Fallback If Condition Group Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Fallback If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values GetAlert Source Attribute Beta Named Expression Fallback If Condition Group Condition Param Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Fallback If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[GetAlert Source Attribute Beta Named Expression Fallback If Condition Group Condition Param Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Fallback If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionGroupConditionParamArrayValue
GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionGroupConditionParamValue
GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionParam
- Array
Values List<GetAlert Source Attribute Beta Named Expression Fallback If Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Named Expression Fallback If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []GetAlert Source Attribute Beta Named Expression Fallback If Condition Param Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Named Expression Fallback If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<GetAlert Source Attribute Beta Named Expression Fallback If Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Fallback If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values GetAlert Source Attribute Beta Named Expression Fallback If Condition Param Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Fallback If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[GetAlert Source Attribute Beta Named Expression Fallback If Condition Param Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Fallback If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionParamArrayValue
GetAlertSourceAttributeBetaNamedExpressionFallbackIfConditionParamValue
GetAlertSourceAttributeBetaNamedExpressionFallbackIfResult
- Array
Values List<GetAlert Source Attribute Beta Named Expression Fallback If Result Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Named Expression Fallback If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []GetAlert Source Attribute Beta Named Expression Fallback If Result Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Named Expression Fallback If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<GetAlert Source Attribute Beta Named Expression Fallback If Result Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Fallback If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values GetAlert Source Attribute Beta Named Expression Fallback If Result Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Fallback If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[GetAlert Source Attribute Beta Named Expression Fallback If Result Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Fallback If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
GetAlertSourceAttributeBetaNamedExpressionFallbackIfResultArrayValue
GetAlertSourceAttributeBetaNamedExpressionFallbackIfResultValue
GetAlertSourceAttributeBetaNamedExpressionFallbackResult
- Array
Values List<GetAlert Source Attribute Beta Named Expression Fallback Result Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Named Expression Fallback Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []GetAlert Source Attribute Beta Named Expression Fallback Result Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Named Expression Fallback Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<GetAlert Source Attribute Beta Named Expression Fallback Result Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Fallback Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values GetAlert Source Attribute Beta Named Expression Fallback Result Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Fallback Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[GetAlert Source Attribute Beta Named Expression Fallback Result Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Fallback Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
GetAlertSourceAttributeBetaNamedExpressionFallbackResultArrayValue
GetAlertSourceAttributeBetaNamedExpressionFallbackResultValue
GetAlertSourceAttributeBetaNamedExpressionOperation
- Cast
Get
Alert Source Attribute Beta Named Expression Operation Cast - Converts the current value to another type.
- Concatenate
Get
Alert Source Attribute Beta Named Expression Operation Concatenate - Adds the values behind another reference to the current value, keeping each value once.
- Count
Get
Alert Source Attribute Beta Named Expression Operation Count - Counts the values.
- Filter
Get
Alert Source Attribute Beta Named Expression Operation Filter - Keeps the values matching these conditions.
- First
Get
Alert Source Attribute Beta Named Expression Operation First - Takes the first value.
- Max
Get
Alert Source Attribute Beta Named Expression Operation Max - Takes the largest value.
- Min
Get
Alert Source Attribute Beta Named Expression Operation Min - Takes the smallest value.
-
Get
Alert Source Attribute Beta Named Expression Operation Navigate - Follows an attribute of the current value.
- Parse
Get
Alert Source Attribute Beta Named Expression Operation Parse - Evaluates a function against the current value.
- Random
Get
Alert Source Attribute Beta Named Expression Operation Random - Takes one value at random.
- Sum
Get
Alert Source Attribute Beta Named Expression Operation Sum - Adds the values together.
- Branches
Get
Alert Source Attribute Beta Named Expression Operation Branches - A lookup table, evaluated in order until one matches.
- Cast
Get
Alert Source Attribute Beta Named Expression Operation Cast - Converts the current value to another type.
- Concatenate
Get
Alert Source Attribute Beta Named Expression Operation Concatenate - Adds the values behind another reference to the current value, keeping each value once.
- Count
Get
Alert Source Attribute Beta Named Expression Operation Count - Counts the values.
- Filter
Get
Alert Source Attribute Beta Named Expression Operation Filter - Keeps the values matching these conditions.
- First
Get
Alert Source Attribute Beta Named Expression Operation First - Takes the first value.
- Max
Get
Alert Source Attribute Beta Named Expression Operation Max - Takes the largest value.
- Min
Get
Alert Source Attribute Beta Named Expression Operation Min - Takes the smallest value.
-
Get
Alert Source Attribute Beta Named Expression Operation Navigate - Follows an attribute of the current value.
- Parse
Get
Alert Source Attribute Beta Named Expression Operation Parse - Evaluates a function against the current value.
- Random
Get
Alert Source Attribute Beta Named Expression Operation Random - Takes one value at random.
- Sum
Get
Alert Source Attribute Beta Named Expression Operation Sum - Adds the values together.
- Branches
Get
Alert Source Attribute Beta Named Expression Operation Branches - 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.
- 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
Get
Alert Source Attribute Beta Named Expression Operation Cast - Converts the current value to another type.
- concatenate
Get
Alert Source Attribute Beta Named Expression Operation Concatenate - Adds the values behind another reference to the current value, keeping each value once.
- count
Get
Alert Source Attribute Beta Named Expression Operation Count - Counts the values.
- filter
Get
Alert Source Attribute Beta Named Expression Operation Filter - Keeps the values matching these conditions.
- first
Get
Alert Source Attribute Beta Named Expression Operation First - Takes the first value.
- max
Get
Alert Source Attribute Beta Named Expression Operation Max - Takes the largest value.
- min
Get
Alert Source Attribute Beta Named Expression Operation Min - Takes the smallest value.
-
Get
Alert Source Attribute Beta Named Expression Operation Navigate - Follows an attribute of the current value.
- parse
Get
Alert Source Attribute Beta Named Expression Operation Parse - Evaluates a function against the current value.
- random
Get
Alert Source Attribute Beta Named Expression Operation Random - Takes one value at random.
- sum
Get
Alert Source Attribute Beta Named Expression Operation Sum - Adds the values together.
- branches
Get
Alert Source Attribute Beta Named Expression Operation Branches - A lookup table, evaluated in order until one matches.
- cast
Get
Alert Source Attribute Beta Named Expression Operation Cast - Converts the current value to another type.
- concatenate
Get
Alert Source Attribute Beta Named Expression Operation Concatenate - Adds the values behind another reference to the current value, keeping each value once.
- count
Get
Alert Source Attribute Beta Named Expression Operation Count - Counts the values.
- filter
Get
Alert Source Attribute Beta Named Expression Operation Filter - Keeps the values matching these conditions.
- first
Get
Alert Source Attribute Beta Named Expression Operation First - Takes the first value.
- max
Get
Alert Source Attribute Beta Named Expression Operation Max - Takes the largest value.
- min
Get
Alert Source Attribute Beta Named Expression Operation Min - Takes the smallest value.
-
Get
Alert Source Attribute Beta Named Expression Operation Navigate - Follows an attribute of the current value.
- parse
Get
Alert Source Attribute Beta Named Expression Operation Parse - Evaluates a function against the current value.
- random
Get
Alert Source Attribute Beta Named Expression Operation Random - Takes one value at random.
- sum
Get
Alert Source Attribute Beta Named Expression Operation Sum - Adds the values together.
- branches
Get
Alert Source Attribute Beta Named Expression Operation Branches - A lookup table, evaluated in order until one matches.
- cast
Get
Alert Source Attribute Beta Named Expression Operation Cast - Converts the current value to another type.
- concatenate
Get
Alert Source Attribute Beta Named Expression Operation Concatenate - Adds the values behind another reference to the current value, keeping each value once.
- count
Get
Alert Source Attribute Beta Named Expression Operation Count - Counts the values.
- filter
Get
Alert Source Attribute Beta Named Expression Operation Filter - Keeps the values matching these conditions.
- first
Get
Alert Source Attribute Beta Named Expression Operation First - Takes the first value.
- max
Get
Alert Source Attribute Beta Named Expression Operation Max - Takes the largest value.
- min
Get
Alert Source Attribute Beta Named Expression Operation Min - Takes the smallest value.
-
Get
Alert Source Attribute Beta Named Expression Operation Navigate - Follows an attribute of the current value.
- parse
Get
Alert Source Attribute Beta Named Expression Operation Parse - Evaluates a function against the current value.
- random
Get
Alert Source Attribute Beta Named Expression Operation Random - Takes one value at random.
- sum
Get
Alert Source Attribute Beta Named Expression Operation Sum - Adds the values together.
- branches
Get
Alert Source Attribute Beta Named Expression Operation Branches - 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.
- 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.
- Else
Ifs List<GetAlert Source Attribute Beta Named Expression Operation Branches Else If> - Tried in order, after if.
- If
Get
Alert Source Attribute Beta Named Expression Operation Branches If - The first branch to try.
- Array bool
- Whether each branch returns several values rather than one.
- As string
- The type every branch result returns.
- Else
Ifs []GetAlert Source Attribute Beta Named Expression Operation Branches Else If - Tried in order, after if.
- If
Get
Alert Source Attribute Beta Named Expression Operation Branches If - The first branch to try.
- array Boolean
- Whether each branch returns several values rather than one.
- as String
- The type every branch result returns.
- else
Ifs List<GetAlert Source Attribute Beta Named Expression Operation Branches Else If> - Tried in order, after if.
- if_
Get
Alert Source Attribute Beta Named Expression Operation Branches If - The first branch to try.
- array boolean
- Whether each branch returns several values rather than one.
- as string
- The type every branch result returns.
- else
Ifs GetAlert Source Attribute Beta Named Expression Operation Branches Else If[] - Tried in order, after if.
- if
Get
Alert Source Attribute Beta Named Expression Operation Branches If - The first branch to try.
- array bool
- Whether each branch returns several values rather than one.
- as_ str
- The type every branch result returns.
- else_
ifs Sequence[GetAlert Source Attribute Beta Named Expression Operation Branches Else If] - Tried in order, after if.
- if_
Get
Alert Source Attribute Beta Named Expression Operation Branches If - The first branch to try.
- array Boolean
- Whether each branch returns several values rather than one.
- as String
- The type every branch result returns.
- else
Ifs List<Property Map> - Tried in order, after if.
- if Property Map
- The first branch to try.
GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIf
- Condition
Groups List<GetAlert Source Attribute Beta Named Expression Operation Branches Else If Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- Conditions
List<Get
Alert Source Attribute Beta Named Expression Operation Branches Else If Condition> - All of these must hold. Sugar for a single condition group.
- Result
Get
Alert Source Attribute Beta Named Expression Operation Branches Else If Result - The value this branch produces.
- Condition
Groups []GetAlert Source Attribute Beta Named Expression Operation Branches Else If Condition Group - Groups are OR'd; conditions within a group are AND'd.
- Conditions
[]Get
Alert Source Attribute Beta Named Expression Operation Branches Else If Condition - All of these must hold. Sugar for a single condition group.
- Result
Get
Alert Source Attribute Beta Named Expression Operation Branches Else If Result - 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.
- condition
Groups List<GetAlert Source Attribute Beta Named Expression Operation Branches Else If Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- conditions
List<Get
Alert Source Attribute Beta Named Expression Operation Branches Else If Condition> - All of these must hold. Sugar for a single condition group.
- result
Get
Alert Source Attribute Beta Named Expression Operation Branches Else If Result - The value this branch produces.
- condition
Groups GetAlert Source Attribute Beta Named Expression Operation Branches Else If Condition Group[] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Get
Alert Source Attribute Beta Named Expression Operation Branches Else If Condition[] - All of these must hold. Sugar for a single condition group.
- result
Get
Alert Source Attribute Beta Named Expression Operation Branches Else If Result - The value this branch produces.
- condition_
groups Sequence[GetAlert Source Attribute Beta Named Expression Operation Branches Else If Condition Group] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Sequence[Get
Alert Source Attribute Beta Named Expression Operation Branches Else If Condition] - All of these must hold. Sugar for a single condition group.
- result
Get
Alert Source Attribute Beta Named Expression Operation Branches Else If Result - The value this branch produces.
- condition
Groups List<Property Map> - Groups are OR'd; conditions within a group are AND'd.
- conditions List<Property Map>
- All of these must hold. Sugar for a single condition group.
- result Property Map
- The value this branch produces.
GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfCondition
- Operation string
- How the subject is tested.
- Params
List<Get
Alert Source Attribute Beta Named Expression Operation Branches Else If Condition Param> - Positional parameters for the operation.
- Subject string
- The reference this condition tests.
- Operation string
- How the subject is tested.
- Params
[]Get
Alert Source Attribute Beta Named Expression Operation Branches Else If Condition Param - 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<Get
Alert Source Attribute Beta Named Expression Operation Branches Else If Condition Param> - Positional parameters for the operation.
- subject String
- The reference this condition tests.
- operation string
- How the subject is tested.
- params
Get
Alert Source Attribute Beta Named Expression Operation Branches Else If Condition Param[] - Positional parameters for the operation.
- subject string
- The reference this condition tests.
- operation str
- How the subject is tested.
- params
Sequence[Get
Alert Source Attribute Beta Named Expression Operation Branches Else If Condition Param] - 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<Get
Alert Source Attribute Beta Named Expression Operation Branches Else If Condition Group Condition> - All of these must hold for the group to hold.
- Conditions
[]Get
Alert Source Attribute Beta Named Expression Operation Branches Else If Condition Group Condition - All of these must hold for the group to hold.
- conditions list(object)
- All of these must hold for the group to hold.
- conditions
List<Get
Alert Source Attribute Beta Named Expression Operation Branches Else If Condition Group Condition> - All of these must hold for the group to hold.
- conditions
Get
Alert Source Attribute Beta Named Expression Operation Branches Else If Condition Group Condition[] - All of these must hold for the group to hold.
- conditions
Sequence[Get
Alert Source Attribute Beta Named Expression Operation Branches Else If Condition Group Condition] - All of these must hold for the group to hold.
- conditions List<Property Map>
- All of these must hold for the group to hold.
GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionGroupCondition
- Operation string
- How the subject is tested.
- Params
List<Get
Alert Source Attribute Beta Named Expression Operation Branches Else If Condition Group Condition Param> - Positional parameters for the operation.
- Subject string
- The reference this condition tests.
- Operation string
- How the subject is tested.
- Params
[]Get
Alert Source Attribute Beta Named Expression Operation Branches Else If Condition Group Condition Param - 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<Get
Alert Source Attribute Beta Named Expression Operation Branches Else If Condition Group Condition Param> - Positional parameters for the operation.
- subject String
- The reference this condition tests.
- operation string
- How the subject is tested.
- params
Get
Alert Source Attribute Beta Named Expression Operation Branches Else If Condition Group Condition Param[] - Positional parameters for the operation.
- subject string
- The reference this condition tests.
- operation str
- How the subject is tested.
- params
Sequence[Get
Alert Source Attribute Beta Named Expression Operation Branches Else If Condition Group Condition Param] - 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
- Array
Values List<GetAlert Source Attribute Beta Named Expression Operation Branches Else If Condition Group Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Named Expression Operation Branches Else If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []GetAlert Source Attribute Beta Named Expression Operation Branches Else If Condition Group Condition Param Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Named Expression Operation Branches Else If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<GetAlert Source Attribute Beta Named Expression Operation Branches Else If Condition Group Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Operation Branches Else If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values GetAlert Source Attribute Beta Named Expression Operation Branches Else If Condition Group Condition Param Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Operation Branches Else If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[GetAlert Source Attribute Beta Named Expression Operation Branches Else If Condition Group Condition Param Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Operation Branches Else If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionGroupConditionParamArrayValue
GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionGroupConditionParamValue
GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionParam
- Array
Values List<GetAlert Source Attribute Beta Named Expression Operation Branches Else If Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Named Expression Operation Branches Else If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []GetAlert Source Attribute Beta Named Expression Operation Branches Else If Condition Param Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Named Expression Operation Branches Else If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<GetAlert Source Attribute Beta Named Expression Operation Branches Else If Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Operation Branches Else If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values GetAlert Source Attribute Beta Named Expression Operation Branches Else If Condition Param Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Operation Branches Else If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[GetAlert Source Attribute Beta Named Expression Operation Branches Else If Condition Param Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Operation Branches Else If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionParamArrayValue
GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfConditionParamValue
GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfResult
- Array
Values List<GetAlert Source Attribute Beta Named Expression Operation Branches Else If Result Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Named Expression Operation Branches Else If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []GetAlert Source Attribute Beta Named Expression Operation Branches Else If Result Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Named Expression Operation Branches Else If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<GetAlert Source Attribute Beta Named Expression Operation Branches Else If Result Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Operation Branches Else If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values GetAlert Source Attribute Beta Named Expression Operation Branches Else If Result Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Operation Branches Else If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[GetAlert Source Attribute Beta Named Expression Operation Branches Else If Result Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Operation Branches Else If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfResultArrayValue
GetAlertSourceAttributeBetaNamedExpressionOperationBranchesElseIfResultValue
GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIf
- Condition
Groups List<GetAlert Source Attribute Beta Named Expression Operation Branches If Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- Conditions
List<Get
Alert Source Attribute Beta Named Expression Operation Branches If Condition> - All of these must hold. Sugar for a single condition group.
- Result
Get
Alert Source Attribute Beta Named Expression Operation Branches If Result - The value this branch produces.
- Condition
Groups []GetAlert Source Attribute Beta Named Expression Operation Branches If Condition Group - Groups are OR'd; conditions within a group are AND'd.
- Conditions
[]Get
Alert Source Attribute Beta Named Expression Operation Branches If Condition - All of these must hold. Sugar for a single condition group.
- Result
Get
Alert Source Attribute Beta Named Expression Operation Branches If Result - 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.
- condition
Groups List<GetAlert Source Attribute Beta Named Expression Operation Branches If Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- conditions
List<Get
Alert Source Attribute Beta Named Expression Operation Branches If Condition> - All of these must hold. Sugar for a single condition group.
- result
Get
Alert Source Attribute Beta Named Expression Operation Branches If Result - The value this branch produces.
- condition
Groups GetAlert Source Attribute Beta Named Expression Operation Branches If Condition Group[] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Get
Alert Source Attribute Beta Named Expression Operation Branches If Condition[] - All of these must hold. Sugar for a single condition group.
- result
Get
Alert Source Attribute Beta Named Expression Operation Branches If Result - The value this branch produces.
- condition_
groups Sequence[GetAlert Source Attribute Beta Named Expression Operation Branches If Condition Group] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Sequence[Get
Alert Source Attribute Beta Named Expression Operation Branches If Condition] - All of these must hold. Sugar for a single condition group.
- result
Get
Alert Source Attribute Beta Named Expression Operation Branches If Result - The value this branch produces.
- condition
Groups List<Property Map> - Groups are OR'd; conditions within a group are AND'd.
- conditions List<Property Map>
- All of these must hold. Sugar for a single condition group.
- result Property Map
- The value this branch produces.
GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfCondition
- Operation string
- How the subject is tested.
- Params
List<Get
Alert Source Attribute Beta Named Expression Operation Branches If Condition Param> - Positional parameters for the operation.
- Subject string
- The reference this condition tests.
- Operation string
- How the subject is tested.
- Params
[]Get
Alert Source Attribute Beta Named Expression Operation Branches If Condition Param - 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<Get
Alert Source Attribute Beta Named Expression Operation Branches If Condition Param> - Positional parameters for the operation.
- subject String
- The reference this condition tests.
- operation string
- How the subject is tested.
- params
Get
Alert Source Attribute Beta Named Expression Operation Branches If Condition Param[] - Positional parameters for the operation.
- subject string
- The reference this condition tests.
- operation str
- How the subject is tested.
- params
Sequence[Get
Alert Source Attribute Beta Named Expression Operation Branches If Condition Param] - 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<Get
Alert Source Attribute Beta Named Expression Operation Branches If Condition Group Condition> - All of these must hold for the group to hold.
- Conditions
[]Get
Alert Source Attribute Beta Named Expression Operation Branches If Condition Group Condition - All of these must hold for the group to hold.
- conditions list(object)
- All of these must hold for the group to hold.
- conditions
List<Get
Alert Source Attribute Beta Named Expression Operation Branches If Condition Group Condition> - All of these must hold for the group to hold.
- conditions
Get
Alert Source Attribute Beta Named Expression Operation Branches If Condition Group Condition[] - All of these must hold for the group to hold.
- conditions
Sequence[Get
Alert Source Attribute Beta Named Expression Operation Branches If Condition Group Condition] - All of these must hold for the group to hold.
- conditions List<Property Map>
- All of these must hold for the group to hold.
GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionGroupCondition
- Operation string
- How the subject is tested.
- Params
List<Get
Alert Source Attribute Beta Named Expression Operation Branches If Condition Group Condition Param> - Positional parameters for the operation.
- Subject string
- The reference this condition tests.
- Operation string
- How the subject is tested.
- Params
[]Get
Alert Source Attribute Beta Named Expression Operation Branches If Condition Group Condition Param - 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<Get
Alert Source Attribute Beta Named Expression Operation Branches If Condition Group Condition Param> - Positional parameters for the operation.
- subject String
- The reference this condition tests.
- operation string
- How the subject is tested.
- params
Get
Alert Source Attribute Beta Named Expression Operation Branches If Condition Group Condition Param[] - Positional parameters for the operation.
- subject string
- The reference this condition tests.
- operation str
- How the subject is tested.
- params
Sequence[Get
Alert Source Attribute Beta Named Expression Operation Branches If Condition Group Condition Param] - 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
- Array
Values List<GetAlert Source Attribute Beta Named Expression Operation Branches If Condition Group Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Named Expression Operation Branches If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []GetAlert Source Attribute Beta Named Expression Operation Branches If Condition Group Condition Param Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Named Expression Operation Branches If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<GetAlert Source Attribute Beta Named Expression Operation Branches If Condition Group Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Operation Branches If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values GetAlert Source Attribute Beta Named Expression Operation Branches If Condition Group Condition Param Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Operation Branches If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[GetAlert Source Attribute Beta Named Expression Operation Branches If Condition Group Condition Param Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Operation Branches If Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionGroupConditionParamArrayValue
GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionGroupConditionParamValue
GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionParam
- Array
Values List<GetAlert Source Attribute Beta Named Expression Operation Branches If Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Named Expression Operation Branches If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []GetAlert Source Attribute Beta Named Expression Operation Branches If Condition Param Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Named Expression Operation Branches If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<GetAlert Source Attribute Beta Named Expression Operation Branches If Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Operation Branches If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values GetAlert Source Attribute Beta Named Expression Operation Branches If Condition Param Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Operation Branches If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[GetAlert Source Attribute Beta Named Expression Operation Branches If Condition Param Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Operation Branches If Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionParamArrayValue
GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfConditionParamValue
GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfResult
- Array
Values List<GetAlert Source Attribute Beta Named Expression Operation Branches If Result Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Named Expression Operation Branches If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []GetAlert Source Attribute Beta Named Expression Operation Branches If Result Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Named Expression Operation Branches If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<GetAlert Source Attribute Beta Named Expression Operation Branches If Result Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Operation Branches If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values GetAlert Source Attribute Beta Named Expression Operation Branches If Result Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Operation Branches If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[GetAlert Source Attribute Beta Named Expression Operation Branches If Result Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Operation Branches If Result Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfResultArrayValue
GetAlertSourceAttributeBetaNamedExpressionOperationBranchesIfResultValue
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
- Condition
Groups List<GetAlert Source Attribute Beta Named Expression Operation Filter Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- Conditions
List<Get
Alert Source Attribute Beta Named Expression Operation Filter Condition> - All of these must hold. Sugar for a single condition group.
- Condition
Groups []GetAlert Source Attribute Beta Named Expression Operation Filter Condition Group - Groups are OR'd; conditions within a group are AND'd.
- Conditions
[]Get
Alert Source Attribute Beta Named Expression Operation Filter Condition - All of these must hold. Sugar for a single condition group.
- condition_
groups list(object) - Groups are OR'd; conditions within a group are AND'd.
- conditions list(object)
- All of these must hold. Sugar for a single condition group.
- condition
Groups List<GetAlert Source Attribute Beta Named Expression Operation Filter Condition Group> - Groups are OR'd; conditions within a group are AND'd.
- conditions
List<Get
Alert Source Attribute Beta Named Expression Operation Filter Condition> - All of these must hold. Sugar for a single condition group.
- condition
Groups GetAlert Source Attribute Beta Named Expression Operation Filter Condition Group[] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Get
Alert Source Attribute Beta Named Expression Operation Filter Condition[] - All of these must hold. Sugar for a single condition group.
- condition_
groups Sequence[GetAlert Source Attribute Beta Named Expression Operation Filter Condition Group] - Groups are OR'd; conditions within a group are AND'd.
- conditions
Sequence[Get
Alert Source Attribute Beta Named Expression Operation Filter Condition] - All of these must hold. Sugar for a single condition group.
- condition
Groups List<Property Map> - Groups are OR'd; conditions within a group are AND'd.
- conditions List<Property Map>
- All of these must hold. Sugar for a single condition group.
GetAlertSourceAttributeBetaNamedExpressionOperationFilterCondition
- Operation string
- How the subject is tested.
- Params
List<Get
Alert Source Attribute Beta Named Expression Operation Filter Condition Param> - Positional parameters for the operation.
- Subject string
- The reference this condition tests.
- Operation string
- How the subject is tested.
- Params
[]Get
Alert Source Attribute Beta Named Expression Operation Filter Condition Param - 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<Get
Alert Source Attribute Beta Named Expression Operation Filter Condition Param> - Positional parameters for the operation.
- subject String
- The reference this condition tests.
- operation string
- How the subject is tested.
- params
Get
Alert Source Attribute Beta Named Expression Operation Filter Condition Param[] - Positional parameters for the operation.
- subject string
- The reference this condition tests.
- operation str
- How the subject is tested.
- params
Sequence[Get
Alert Source Attribute Beta Named Expression Operation Filter Condition Param] - 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<Get
Alert Source Attribute Beta Named Expression Operation Filter Condition Group Condition> - All of these must hold for the group to hold.
- Conditions
[]Get
Alert Source Attribute Beta Named Expression Operation Filter Condition Group Condition - All of these must hold for the group to hold.
- conditions list(object)
- All of these must hold for the group to hold.
- conditions
List<Get
Alert Source Attribute Beta Named Expression Operation Filter Condition Group Condition> - All of these must hold for the group to hold.
- conditions
Get
Alert Source Attribute Beta Named Expression Operation Filter Condition Group Condition[] - All of these must hold for the group to hold.
- conditions
Sequence[Get
Alert Source Attribute Beta Named Expression Operation Filter Condition Group Condition] - All of these must hold for the group to hold.
- conditions List<Property Map>
- All of these must hold for the group to hold.
GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionGroupCondition
- Operation string
- How the subject is tested.
- Params
List<Get
Alert Source Attribute Beta Named Expression Operation Filter Condition Group Condition Param> - Positional parameters for the operation.
- Subject string
- The reference this condition tests.
- Operation string
- How the subject is tested.
- Params
[]Get
Alert Source Attribute Beta Named Expression Operation Filter Condition Group Condition Param - 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<Get
Alert Source Attribute Beta Named Expression Operation Filter Condition Group Condition Param> - Positional parameters for the operation.
- subject String
- The reference this condition tests.
- operation string
- How the subject is tested.
- params
Get
Alert Source Attribute Beta Named Expression Operation Filter Condition Group Condition Param[] - Positional parameters for the operation.
- subject string
- The reference this condition tests.
- operation str
- How the subject is tested.
- params
Sequence[Get
Alert Source Attribute Beta Named Expression Operation Filter Condition Group Condition Param] - 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
- Array
Values List<GetAlert Source Attribute Beta Named Expression Operation Filter Condition Group Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Named Expression Operation Filter Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []GetAlert Source Attribute Beta Named Expression Operation Filter Condition Group Condition Param Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Named Expression Operation Filter Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<GetAlert Source Attribute Beta Named Expression Operation Filter Condition Group Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Operation Filter Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values GetAlert Source Attribute Beta Named Expression Operation Filter Condition Group Condition Param Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Operation Filter Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[GetAlert Source Attribute Beta Named Expression Operation Filter Condition Group Condition Param Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Operation Filter Condition Group Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionGroupConditionParamArrayValue
GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionGroupConditionParamValue
GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionParam
- Array
Values List<GetAlert Source Attribute Beta Named Expression Operation Filter Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Named Expression Operation Filter Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values List<string>
- Several fixed values. For a mix of fixed values and references, use array_value.
- Array
Values []GetAlert Source Attribute Beta Named Expression Operation Filter Condition Param Array Value - Several values, spelled out. Needed when they mix fixed values and references.
- Expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- Value
Get
Alert Source Attribute Beta Named Expression Operation Filter Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - Value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- Value
Reference string - A reference into the scope, such as
payload.team. - Values []string
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values list(object) - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref string - The name of a named_expression in this resource, whose result becomes the value.
- value object
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference string - A reference into the scope, such as
payload.team. - values list(string)
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<GetAlert Source Attribute Beta Named Expression Operation Filter Condition Param Array Value> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Operation Filter Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values GetAlert Source Attribute Beta Named Expression Operation Filter Condition Param Array Value[] - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref string - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Operation Filter Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal string - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference string - A reference into the scope, such as
payload.team. - values string[]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array_
values Sequence[GetAlert Source Attribute Beta Named Expression Operation Filter Condition Param Array Value] - Several values, spelled out. Needed when they mix fixed values and references.
- expression_
ref str - The name of a named_expression in this resource, whose result becomes the value.
- value
Get
Alert Source Attribute Beta Named Expression Operation Filter Condition Param Value - One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value_
literal str - A fixed value. A catalog entry ID is a literal, not a reference.
- value_
reference str - A reference into the scope, such as
payload.team. - values Sequence[str]
- Several fixed values. For a mix of fixed values and references, use array_value.
- array
Values List<Property Map> - Several values, spelled out. Needed when they mix fixed values and references.
- expression
Ref String - The name of a named_expression in this resource, whose result becomes the value.
- value Property Map
- One value, spelled out.
value_literalandvalue_referenceare shorthand for this. - value
Literal String - A fixed value. A catalog entry ID is a literal, not a reference.
- value
Reference String - A reference into the scope, such as
payload.team. - values List<String>
- Several fixed values. For a mix of fixed values and references, use array_value.
GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionParamArrayValue
GetAlertSourceAttributeBetaNamedExpressionOperationFilterConditionParamValue
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
GetAlertSourceAttributeBetaValue
Package Details
- Repository
- incident incident-io/terraform-provider-incident
- License
- Notes
- This Pulumi package is based on the
incidentTerraform Provider.
published on Friday, Sep 11, 2026 by incident-io