incident 5.9.0 published on Friday, Jun 13, 2025 by incident-io
incident.getAlertSources
Explore with Pulumi AI
incident 5.9.0 published on Friday, Jun 13, 2025 by incident-io
Configure your alert sources in incident.io.
Alert sources are the systems that send alerts to incident.io, which can then be routed to the right people and teams.
Using getAlertSources
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 getAlertSources(args: GetAlertSourcesArgs, opts?: InvokeOptions): Promise<GetAlertSourcesResult>
function getAlertSourcesOutput(args: GetAlertSourcesOutputArgs, opts?: InvokeOptions): Output<GetAlertSourcesResult>
def get_alert_sources(source_type: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAlertSourcesResult
def get_alert_sources_output(source_type: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAlertSourcesResult]
func GetAlertSources(ctx *Context, args *GetAlertSourcesArgs, opts ...InvokeOption) (*GetAlertSourcesResult, error)
func GetAlertSourcesOutput(ctx *Context, args *GetAlertSourcesOutputArgs, opts ...InvokeOption) GetAlertSourcesResultOutput
> Note: This function is named GetAlertSources
in the Go SDK.
public static class GetAlertSources
{
public static Task<GetAlertSourcesResult> InvokeAsync(GetAlertSourcesArgs args, InvokeOptions? opts = null)
public static Output<GetAlertSourcesResult> Invoke(GetAlertSourcesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAlertSourcesResult> getAlertSources(GetAlertSourcesArgs args, InvokeOptions options)
public static Output<GetAlertSourcesResult> getAlertSources(GetAlertSourcesArgs args, InvokeOptions options)
fn::invoke:
function: incident:index/getAlertSources:getAlertSources
arguments:
# arguments dictionary
The following arguments are supported:
- Source
Type string - Filter alert sources by source type (e.g., 'webhook', 'email', 'jira'). If provided, only alert sources of this type will be returned.
- Source
Type string - Filter alert sources by source type (e.g., 'webhook', 'email', 'jira'). If provided, only alert sources of this type will be returned.
- source
Type String - Filter alert sources by source type (e.g., 'webhook', 'email', 'jira'). If provided, only alert sources of this type will be returned.
- source
Type string - Filter alert sources by source type (e.g., 'webhook', 'email', 'jira'). If provided, only alert sources of this type will be returned.
- source_
type str - Filter alert sources by source type (e.g., 'webhook', 'email', 'jira'). If provided, only alert sources of this type will be returned.
- source
Type String - Filter alert sources by source type (e.g., 'webhook', 'email', 'jira'). If provided, only alert sources of this type will be returned.
getAlertSources Result
The following output properties are available:
- Alert
Sources List<GetAlert Sources Alert Source> - List of alert sources matching the specified criteria. If no filters are provided, all alert sources are returned.
- Id string
- The provider-assigned unique ID for this managed resource.
- Source
Type string - Filter alert sources by source type (e.g., 'webhook', 'email', 'jira'). If provided, only alert sources of this type will be returned.
- Alert
Sources []GetAlert Sources Alert Source - List of alert sources matching the specified criteria. If no filters are provided, all alert sources are returned.
- Id string
- The provider-assigned unique ID for this managed resource.
- Source
Type string - Filter alert sources by source type (e.g., 'webhook', 'email', 'jira'). If provided, only alert sources of this type will be returned.
- alert
Sources List<GetAlert Sources Alert Source> - List of alert sources matching the specified criteria. If no filters are provided, all alert sources are returned.
- id String
- The provider-assigned unique ID for this managed resource.
- source
Type String - Filter alert sources by source type (e.g., 'webhook', 'email', 'jira'). If provided, only alert sources of this type will be returned.
- alert
Sources GetAlert Sources Alert Source[] - List of alert sources matching the specified criteria. If no filters are provided, all alert sources are returned.
- id string
- The provider-assigned unique ID for this managed resource.
- source
Type string - Filter alert sources by source type (e.g., 'webhook', 'email', 'jira'). If provided, only alert sources of this type will be returned.
- alert_
sources Sequence[GetAlert Sources Alert Source] - List of alert sources matching the specified criteria. If no filters are provided, all alert sources are returned.
- id str
- The provider-assigned unique ID for this managed resource.
- source_
type str - Filter alert sources by source type (e.g., 'webhook', 'email', 'jira'). If provided, only alert sources of this type will be returned.
- alert
Sources List<Property Map> - List of alert sources matching the specified criteria. If no filters are provided, all alert sources are returned.
- id String
- The provider-assigned unique ID for this managed resource.
- source
Type String - Filter alert sources by source type (e.g., 'webhook', 'email', 'jira'). If provided, only alert sources of this type will be returned.
Supporting Types
GetAlertSourcesAlertSource
- Email
Address string - Email address this alert source receives alerts to
- Id string
- The ID of this alert source
- Jira
Options GetAlert Sources Alert Source Jira Options - Name string
- Unique name of the alert source
- Secret
Token string - Secret token used to authenticate this source, if applicable. If applicable, this is the token that must be included in either the query string or the 'Authorization' header when sending events to this alert source.
- Source
Type string - Type of alert source
- Template
Get
Alert Sources Alert Source Template
- Email
Address string - Email address this alert source receives alerts to
- Id string
- The ID of this alert source
- Jira
Options GetAlert Sources Alert Source Jira Options - Name string
- Unique name of the alert source
- Secret
Token string - Secret token used to authenticate this source, if applicable. If applicable, this is the token that must be included in either the query string or the 'Authorization' header when sending events to this alert source.
- Source
Type string - Type of alert source
- Template
Get
Alert Sources Alert Source Template
- email
Address String - Email address this alert source receives alerts to
- id String
- The ID of this alert source
- jira
Options GetAlert Sources Alert Source Jira Options - name String
- Unique name of the alert source
- secret
Token String - Secret token used to authenticate this source, if applicable. If applicable, this is the token that must be included in either the query string or the 'Authorization' header when sending events to this alert source.
- source
Type String - Type of alert source
- template
Get
Alert Sources Alert Source Template
- email
Address string - Email address this alert source receives alerts to
- id string
- The ID of this alert source
- jira
Options GetAlert Sources Alert Source Jira Options - name string
- Unique name of the alert source
- secret
Token string - Secret token used to authenticate this source, if applicable. If applicable, this is the token that must be included in either the query string or the 'Authorization' header when sending events to this alert source.
- source
Type string - Type of alert source
- template
Get
Alert Sources Alert Source Template
- email_
address str - Email address this alert source receives alerts to
- id str
- The ID of this alert source
- jira_
options GetAlert Sources Alert Source Jira Options - name str
- Unique name of the alert source
- secret_
token str - Secret token used to authenticate this source, if applicable. If applicable, this is the token that must be included in either the query string or the 'Authorization' header when sending events to this alert source.
- source_
type str - Type of alert source
- template
Get
Alert Sources Alert Source Template
- email
Address String - Email address this alert source receives alerts to
- id String
- The ID of this alert source
- jira
Options Property Map - name String
- Unique name of the alert source
- secret
Token String - Secret token used to authenticate this source, if applicable. If applicable, this is the token that must be included in either the query string or the 'Authorization' header when sending events to this alert source.
- source
Type String - Type of alert source
- template Property Map
GetAlertSourcesAlertSourceJiraOptions
- Project
Ids List<string> - Which projects in Jira should this alert source watch for new issues? IDs can either be IDs of the projects in Jira, or ID of catalog entries in the 'Jira Project' catalog type.
- Project
Ids []string - Which projects in Jira should this alert source watch for new issues? IDs can either be IDs of the projects in Jira, or ID of catalog entries in the 'Jira Project' catalog type.
- project
Ids List<String> - Which projects in Jira should this alert source watch for new issues? IDs can either be IDs of the projects in Jira, or ID of catalog entries in the 'Jira Project' catalog type.
- project
Ids string[] - Which projects in Jira should this alert source watch for new issues? IDs can either be IDs of the projects in Jira, or ID of catalog entries in the 'Jira Project' catalog type.
- project_
ids Sequence[str] - Which projects in Jira should this alert source watch for new issues? IDs can either be IDs of the projects in Jira, or ID of catalog entries in the 'Jira Project' catalog type.
- project
Ids List<String> - Which projects in Jira should this alert source watch for new issues? IDs can either be IDs of the projects in Jira, or ID of catalog entries in the 'Jira Project' catalog type.
GetAlertSourcesAlertSourceTemplate
- Attributes
List<Get
Alert Sources Alert Source Template Attribute> - Attributes to set on alerts coming from this source, with a binding describing how to set them.
- Description
Get
Alert Sources Alert Source Template Description - Expressions
List<Get
Alert Sources Alert Source Template Expression> - Expressions that make variables available in the scope
- Title
Get
Alert Sources Alert Source Template Title
- Attributes
[]Get
Alert Sources Alert Source Template Attribute - Attributes to set on alerts coming from this source, with a binding describing how to set them.
- Description
Get
Alert Sources Alert Source Template Description - Expressions
[]Get
Alert Sources Alert Source Template Expression - Expressions that make variables available in the scope
- Title
Get
Alert Sources Alert Source Template Title
- attributes
List<Get
Alert Sources Alert Source Template Attribute> - Attributes to set on alerts coming from this source, with a binding describing how to set them.
- description
Get
Alert Sources Alert Source Template Description - expressions
List<Get
Alert Sources Alert Source Template Expression> - Expressions that make variables available in the scope
- title
Get
Alert Sources Alert Source Template Title
- attributes
Get
Alert Sources Alert Source Template Attribute[] - Attributes to set on alerts coming from this source, with a binding describing how to set them.
- description
Get
Alert Sources Alert Source Template Description - expressions
Get
Alert Sources Alert Source Template Expression[] - Expressions that make variables available in the scope
- title
Get
Alert Sources Alert Source Template Title
- attributes
Sequence[Get
Alert Sources Alert Source Template Attribute] - Attributes to set on alerts coming from this source, with a binding describing how to set them.
- description
Get
Alert Sources Alert Source Template Description - expressions
Sequence[Get
Alert Sources Alert Source Template Expression] - Expressions that make variables available in the scope
- title
Get
Alert Sources Alert Source Template Title
- attributes List<Property Map>
- Attributes to set on alerts coming from this source, with a binding describing how to set them.
- description Property Map
- expressions List<Property Map>
- Expressions that make variables available in the scope
- title Property Map
GetAlertSourcesAlertSourceTemplateAttribute
- Alert
Attribute stringId - ID of the alert attribute to set with this binding
- Binding
Get
Alert Sources Alert Source Template Attribute Binding
- Alert
Attribute stringId - ID of the alert attribute to set with this binding
- Binding
Get
Alert Sources Alert Source Template Attribute Binding
- alert
Attribute StringId - ID of the alert attribute to set with this binding
- binding
Get
Alert Sources Alert Source Template Attribute Binding
- alert
Attribute stringId - ID of the alert attribute to set with this binding
- binding
Get
Alert Sources Alert Source Template Attribute Binding
- alert_
attribute_ strid - ID of the alert attribute to set with this binding
- binding
Get
Alert Sources Alert Source Template Attribute Binding
- alert
Attribute StringId - ID of the alert attribute to set with this binding
- binding Property Map
GetAlertSourcesAlertSourceTemplateAttributeBinding
- Array
Values List<GetAlert Sources Alert Source Template Attribute Binding Array Value> - If array*value is set, this helps render the values
- Value
Get
Alert Sources Alert Source Template Attribute Binding Value
- Array
Values []GetAlert Sources Alert Source Template Attribute Binding Array Value - If array*value is set, this helps render the values
- Value
Get
Alert Sources Alert Source Template Attribute Binding Value
- array
Values List<GetAlert Sources Alert Source Template Attribute Binding Array Value> - If array*value is set, this helps render the values
- value
Get
Alert Sources Alert Source Template Attribute Binding Value
- array
Values GetAlert Sources Alert Source Template Attribute Binding Array Value[] - If array*value is set, this helps render the values
- value
Get
Alert Sources Alert Source Template Attribute Binding Value
- array_
values Sequence[GetAlert Sources Alert Source Template Attribute Binding Array Value] - If array*value is set, this helps render the values
- value
Get
Alert Sources Alert Source Template Attribute Binding Value
- array
Values List<Property Map> - If array*value is set, this helps render the values
- value Property Map
GetAlertSourcesAlertSourceTemplateAttributeBindingArrayValue
GetAlertSourcesAlertSourceTemplateAttributeBindingValue
GetAlertSourcesAlertSourceTemplateDescription
GetAlertSourcesAlertSourceTemplateExpression
- Else
Branch GetAlert Sources Alert Source Template Expression Else Branch - Label string
- The human readable label of the expression
- Operations
List<Get
Alert Sources Alert Source Template Expression Operation> - Reference string
- A short ID that can be used to reference the expression
- Root
Reference string - The root reference for this expression (i.e. where the expression starts)
- Else
Branch GetAlert Sources Alert Source Template Expression Else Branch - Label string
- The human readable label of the expression
- Operations
[]Get
Alert Sources Alert Source Template Expression Operation - Reference string
- A short ID that can be used to reference the expression
- Root
Reference string - The root reference for this expression (i.e. where the expression starts)
- else
Branch GetAlert Sources Alert Source Template Expression Else Branch - label String
- The human readable label of the expression
- operations
List<Get
Alert Sources Alert Source Template Expression Operation> - reference String
- A short ID that can be used to reference the expression
- root
Reference String - The root reference for this expression (i.e. where the expression starts)
- else
Branch GetAlert Sources Alert Source Template Expression Else Branch - label string
- The human readable label of the expression
- operations
Get
Alert Sources Alert Source Template Expression Operation[] - reference string
- A short ID that can be used to reference the expression
- root
Reference string - The root reference for this expression (i.e. where the expression starts)
- else_
branch GetAlert Sources Alert Source Template Expression Else Branch - label str
- The human readable label of the expression
- operations
Sequence[Get
Alert Sources Alert Source Template Expression Operation] - reference str
- A short ID that can be used to reference the expression
- root_
reference str - The root reference for this expression (i.e. where the expression starts)
- else
Branch Property Map - label String
- The human readable label of the expression
- operations List<Property Map>
- reference String
- A short ID that can be used to reference the expression
- root
Reference String - The root reference for this expression (i.e. where the expression starts)
GetAlertSourcesAlertSourceTemplateExpressionElseBranch
GetAlertSourcesAlertSourceTemplateExpressionElseBranchResult
- Array
Values List<GetAlert Sources Alert Source Template Expression Else Branch Result Array Value> - If array_value is set, this helps render the values
- Value
Get
Alert Sources Alert Source Template Expression Else Branch Result Value
- Array
Values []GetAlert Sources Alert Source Template Expression Else Branch Result Array Value - If array_value is set, this helps render the values
- Value
Get
Alert Sources Alert Source Template Expression Else Branch Result Value
- array
Values List<GetAlert Sources Alert Source Template Expression Else Branch Result Array Value> - If array_value is set, this helps render the values
- value
Get
Alert Sources Alert Source Template Expression Else Branch Result Value
- array
Values GetAlert Sources Alert Source Template Expression Else Branch Result Array Value[] - If array_value is set, this helps render the values
- value
Get
Alert Sources Alert Source Template Expression Else Branch Result Value
- array_
values Sequence[GetAlert Sources Alert Source Template Expression Else Branch Result Array Value] - If array_value is set, this helps render the values
- value
Get
Alert Sources Alert Source Template Expression Else Branch Result Value
- array
Values List<Property Map> - If array_value is set, this helps render the values
- value Property Map
GetAlertSourcesAlertSourceTemplateExpressionElseBranchResultArrayValue
GetAlertSourcesAlertSourceTemplateExpressionElseBranchResultValue
GetAlertSourcesAlertSourceTemplateExpressionOperation
- Branches
Get
Alert Sources Alert Source Template Expression Operation Branches - Filter
Get
Alert Sources Alert Source Template Expression Operation Filter - Get
Alert Sources Alert Source Template Expression Operation Navigate - Operation
Type string - The type of the operation
- Parse
Get
Alert Sources Alert Source Template Expression Operation Parse
- Branches
Get
Alert Sources Alert Source Template Expression Operation Branches - Filter
Get
Alert Sources Alert Source Template Expression Operation Filter - Get
Alert Sources Alert Source Template Expression Operation Navigate - Operation
Type string - The type of the operation
- Parse
Get
Alert Sources Alert Source Template Expression Operation Parse
- branches
Get
Alert Sources Alert Source Template Expression Operation Branches - filter
Get
Alert Sources Alert Source Template Expression Operation Filter - Get
Alert Sources Alert Source Template Expression Operation Navigate - operation
Type String - The type of the operation
- parse
Get
Alert Sources Alert Source Template Expression Operation Parse
- branches
Get
Alert Sources Alert Source Template Expression Operation Branches - filter
Get
Alert Sources Alert Source Template Expression Operation Filter - Get
Alert Sources Alert Source Template Expression Operation Navigate - operation
Type string - The type of the operation
- parse
Get
Alert Sources Alert Source Template Expression Operation Parse
- branches
Get
Alert Sources Alert Source Template Expression Operation Branches - filter
Get
Alert Sources Alert Source Template Expression Operation Filter - Get
Alert Sources Alert Source Template Expression Operation Navigate - operation_
type str - The type of the operation
- parse
Get
Alert Sources Alert Source Template Expression Operation Parse
- branches Property Map
- filter Property Map
- Property Map
- operation
Type String - The type of the operation
- parse Property Map
GetAlertSourcesAlertSourceTemplateExpressionOperationBranches
- Branches
List<Get
Alert Sources Alert Source Template Expression Operation Branches Branch> - The branches to apply for this operation
- Returns
Get
Alert Sources Alert Source Template Expression Operation Branches Returns
- Branches
[]Get
Alert Sources Alert Source Template Expression Operation Branches Branch - The branches to apply for this operation
- Returns
Get
Alert Sources Alert Source Template Expression Operation Branches Returns
- branches
List<Get
Alert Sources Alert Source Template Expression Operation Branches Branch> - The branches to apply for this operation
- returns
Get
Alert Sources Alert Source Template Expression Operation Branches Returns
- branches
Get
Alert Sources Alert Source Template Expression Operation Branches Branch[] - The branches to apply for this operation
- returns
Get
Alert Sources Alert Source Template Expression Operation Branches Returns
- branches
Sequence[Get
Alert Sources Alert Source Template Expression Operation Branches Branch] - The branches to apply for this operation
- returns
Get
Alert Sources Alert Source Template Expression Operation Branches Returns
- branches List<Property Map>
- The branches to apply for this operation
- returns Property Map
GetAlertSourcesAlertSourceTemplateExpressionOperationBranchesBranch
- Condition
Groups List<GetAlert Sources Alert Source Template Expression Operation Branches Branch Condition Group> - The condition groups to apply in this filter. Only one group needs to be satisfied for the filter to pass.
- Result
Get
Alert Sources Alert Source Template Expression Operation Branches Branch Result
- Condition
Groups []GetAlert Sources Alert Source Template Expression Operation Branches Branch Condition Group - The condition groups to apply in this filter. Only one group needs to be satisfied for the filter to pass.
- Result
Get
Alert Sources Alert Source Template Expression Operation Branches Branch Result
- condition
Groups List<GetAlert Sources Alert Source Template Expression Operation Branches Branch Condition Group> - The condition groups to apply in this filter. Only one group needs to be satisfied for the filter to pass.
- result
Get
Alert Sources Alert Source Template Expression Operation Branches Branch Result
- condition
Groups GetAlert Sources Alert Source Template Expression Operation Branches Branch Condition Group[] - The condition groups to apply in this filter. Only one group needs to be satisfied for the filter to pass.
- result
Get
Alert Sources Alert Source Template Expression Operation Branches Branch Result
- condition_
groups Sequence[GetAlert Sources Alert Source Template Expression Operation Branches Branch Condition Group] - The condition groups to apply in this filter. Only one group needs to be satisfied for the filter to pass.
- result
Get
Alert Sources Alert Source Template Expression Operation Branches Branch Result
- condition
Groups List<Property Map> - The condition groups to apply in this filter. Only one group needs to be satisfied for the filter to pass.
- result Property Map
GetAlertSourcesAlertSourceTemplateExpressionOperationBranchesBranchConditionGroup
- Conditions
List<Get
Alert Sources Alert Source Template Expression Operation Branches Branch Condition Group Condition> - All conditions in this list must be satisfied for the group to be satisfied
- Conditions
[]Get
Alert Sources Alert Source Template Expression Operation Branches Branch Condition Group Condition - All conditions in this list must be satisfied for the group to be satisfied
- conditions
List<Get
Alert Sources Alert Source Template Expression Operation Branches Branch Condition Group Condition> - All conditions in this list must be satisfied for the group to be satisfied
- conditions
Get
Alert Sources Alert Source Template Expression Operation Branches Branch Condition Group Condition[] - All conditions in this list must be satisfied for the group to be satisfied
- conditions
Sequence[Get
Alert Sources Alert Source Template Expression Operation Branches Branch Condition Group Condition] - All conditions in this list must be satisfied for the group to be satisfied
- conditions List<Property Map>
- All conditions in this list must be satisfied for the group to be satisfied
GetAlertSourcesAlertSourceTemplateExpressionOperationBranchesBranchConditionGroupCondition
- Operation string
- Param
Bindings List<GetAlert Sources Alert Source Template Expression Operation Branches Branch Condition Group Condition Param Binding> - Bindings for the operation parameters
- Subject string
- Operation string
- Param
Bindings []GetAlert Sources Alert Source Template Expression Operation Branches Branch Condition Group Condition Param Binding - Bindings for the operation parameters
- Subject string
- operation String
- param
Bindings List<GetAlert Sources Alert Source Template Expression Operation Branches Branch Condition Group Condition Param Binding> - Bindings for the operation parameters
- subject String
- operation string
- param
Bindings GetAlert Sources Alert Source Template Expression Operation Branches Branch Condition Group Condition Param Binding[] - Bindings for the operation parameters
- subject string
- operation str
- param_
bindings Sequence[GetAlert Sources Alert Source Template Expression Operation Branches Branch Condition Group Condition Param Binding] - Bindings for the operation parameters
- subject str
- operation String
- param
Bindings List<Property Map> - Bindings for the operation parameters
- subject String
GetAlertSourcesAlertSourceTemplateExpressionOperationBranchesBranchConditionGroupConditionParamBinding
- array
Values List<Property Map> - If array_value is set, this helps render the values
- value Property Map
GetAlertSourcesAlertSourceTemplateExpressionOperationBranchesBranchConditionGroupConditionParamBindingArrayValue
GetAlertSourcesAlertSourceTemplateExpressionOperationBranchesBranchConditionGroupConditionParamBindingValue
GetAlertSourcesAlertSourceTemplateExpressionOperationBranchesBranchResult
- Array
Values List<GetAlert Sources Alert Source Template Expression Operation Branches Branch Result Array Value> - If array_value is set, this helps render the values
- Value
Get
Alert Sources Alert Source Template Expression Operation Branches Branch Result Value
- Array
Values []GetAlert Sources Alert Source Template Expression Operation Branches Branch Result Array Value - If array_value is set, this helps render the values
- Value
Get
Alert Sources Alert Source Template Expression Operation Branches Branch Result Value
- array
Values List<GetAlert Sources Alert Source Template Expression Operation Branches Branch Result Array Value> - If array_value is set, this helps render the values
- value
Get
Alert Sources Alert Source Template Expression Operation Branches Branch Result Value
- array
Values GetAlert Sources Alert Source Template Expression Operation Branches Branch Result Array Value[] - If array_value is set, this helps render the values
- value
Get
Alert Sources Alert Source Template Expression Operation Branches Branch Result Value
- array_
values Sequence[GetAlert Sources Alert Source Template Expression Operation Branches Branch Result Array Value] - If array_value is set, this helps render the values
- value
Get
Alert Sources Alert Source Template Expression Operation Branches Branch Result Value
- array
Values List<Property Map> - If array_value is set, this helps render the values
- value Property Map
GetAlertSourcesAlertSourceTemplateExpressionOperationBranchesBranchResultArrayValue
GetAlertSourcesAlertSourceTemplateExpressionOperationBranchesBranchResultValue
GetAlertSourcesAlertSourceTemplateExpressionOperationBranchesReturns
GetAlertSourcesAlertSourceTemplateExpressionOperationFilter
- Condition
Groups List<GetAlert Sources Alert Source Template Expression Operation Filter Condition Group> - The condition groups to apply in this filter. Only one group needs to be satisfied for the filter to pass.
- Condition
Groups []GetAlert Sources Alert Source Template Expression Operation Filter Condition Group - The condition groups to apply in this filter. Only one group needs to be satisfied for the filter to pass.
- condition
Groups List<GetAlert Sources Alert Source Template Expression Operation Filter Condition Group> - The condition groups to apply in this filter. Only one group needs to be satisfied for the filter to pass.
- condition
Groups GetAlert Sources Alert Source Template Expression Operation Filter Condition Group[] - The condition groups to apply in this filter. Only one group needs to be satisfied for the filter to pass.
- condition_
groups Sequence[GetAlert Sources Alert Source Template Expression Operation Filter Condition Group] - The condition groups to apply in this filter. Only one group needs to be satisfied for the filter to pass.
- condition
Groups List<Property Map> - The condition groups to apply in this filter. Only one group needs to be satisfied for the filter to pass.
GetAlertSourcesAlertSourceTemplateExpressionOperationFilterConditionGroup
- Conditions
List<Get
Alert Sources Alert Source Template Expression Operation Filter Condition Group Condition> - All conditions in this list must be satisfied for the group to be satisfied
- Conditions
[]Get
Alert Sources Alert Source Template Expression Operation Filter Condition Group Condition - All conditions in this list must be satisfied for the group to be satisfied
- conditions
List<Get
Alert Sources Alert Source Template Expression Operation Filter Condition Group Condition> - All conditions in this list must be satisfied for the group to be satisfied
- conditions
Get
Alert Sources Alert Source Template Expression Operation Filter Condition Group Condition[] - All conditions in this list must be satisfied for the group to be satisfied
- conditions
Sequence[Get
Alert Sources Alert Source Template Expression Operation Filter Condition Group Condition] - All conditions in this list must be satisfied for the group to be satisfied
- conditions List<Property Map>
- All conditions in this list must be satisfied for the group to be satisfied
GetAlertSourcesAlertSourceTemplateExpressionOperationFilterConditionGroupCondition
- Operation string
- Param
Bindings List<GetAlert Sources Alert Source Template Expression Operation Filter Condition Group Condition Param Binding> - Bindings for the operation parameters
- Subject string
- Operation string
- Param
Bindings []GetAlert Sources Alert Source Template Expression Operation Filter Condition Group Condition Param Binding - Bindings for the operation parameters
- Subject string
- operation String
- param
Bindings List<GetAlert Sources Alert Source Template Expression Operation Filter Condition Group Condition Param Binding> - Bindings for the operation parameters
- subject String
- operation string
- param
Bindings GetAlert Sources Alert Source Template Expression Operation Filter Condition Group Condition Param Binding[] - Bindings for the operation parameters
- subject string
- operation str
- param_
bindings Sequence[GetAlert Sources Alert Source Template Expression Operation Filter Condition Group Condition Param Binding] - Bindings for the operation parameters
- subject str
- operation String
- param
Bindings List<Property Map> - Bindings for the operation parameters
- subject String
GetAlertSourcesAlertSourceTemplateExpressionOperationFilterConditionGroupConditionParamBinding
- array
Values List<Property Map> - If array_value is set, this helps render the values
- value Property Map
GetAlertSourcesAlertSourceTemplateExpressionOperationFilterConditionGroupConditionParamBindingArrayValue
GetAlertSourcesAlertSourceTemplateExpressionOperationFilterConditionGroupConditionParamBindingValue
GetAlertSourcesAlertSourceTemplateExpressionOperationNavigate
- Reference string
- The reference within the scope to navigate to
- Reference string
- The reference within the scope to navigate to
- reference String
- The reference within the scope to navigate to
- reference string
- The reference within the scope to navigate to
- reference str
- The reference within the scope to navigate to
- reference String
- The reference within the scope to navigate to
GetAlertSourcesAlertSourceTemplateExpressionOperationParse
- Returns
Get
Alert Sources Alert Source Template Expression Operation Parse Returns - Source string
- Source expression that is evaluated to a result
- Returns
Get
Alert Sources Alert Source Template Expression Operation Parse Returns - Source string
- Source expression that is evaluated to a result
- returns
Get
Alert Sources Alert Source Template Expression Operation Parse Returns - source String
- Source expression that is evaluated to a result
- returns
Get
Alert Sources Alert Source Template Expression Operation Parse Returns - source string
- Source expression that is evaluated to a result
- returns
Get
Alert Sources Alert Source Template Expression Operation Parse Returns - source str
- Source expression that is evaluated to a result
- returns Property Map
- source String
- Source expression that is evaluated to a result
GetAlertSourcesAlertSourceTemplateExpressionOperationParseReturns
GetAlertSourcesAlertSourceTemplateTitle
Package Details
- Repository
- incident incident-io/terraform-provider-incident
- License
- Notes
- This Pulumi package is based on the
incident
Terraform Provider.
incident 5.9.0 published on Friday, Jun 13, 2025 by incident-io