Viewing docs for Rootly v3.3.0
published on Thursday, May 7, 2026 by rootlyhq
published on Thursday, May 7, 2026 by rootlyhq
Viewing docs for Rootly v3.3.0
published on Thursday, May 7, 2026 by rootlyhq
published on Thursday, May 7, 2026 by rootlyhq
Note: If you are an advanced alert routing user, you should use the Alert Routes resource/data source instead of this one. If you don’t know whether you are an advanced alert routing user, please contact Rootly customer support.
Using getAlertRoutingRule
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 getAlertRoutingRule(args: GetAlertRoutingRuleArgs, opts?: InvokeOptions): Promise<GetAlertRoutingRuleResult>
function getAlertRoutingRuleOutput(args: GetAlertRoutingRuleOutputArgs, opts?: InvokeOptions): Output<GetAlertRoutingRuleResult>def get_alert_routing_rule(created_at: Optional[Mapping[str, str]] = None,
name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAlertRoutingRuleResult
def get_alert_routing_rule_output(created_at: pulumi.Input[Optional[Mapping[str, pulumi.Input[str]]]] = None,
name: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAlertRoutingRuleResult]func LookupAlertRoutingRule(ctx *Context, args *LookupAlertRoutingRuleArgs, opts ...InvokeOption) (*LookupAlertRoutingRuleResult, error)
func LookupAlertRoutingRuleOutput(ctx *Context, args *LookupAlertRoutingRuleOutputArgs, opts ...InvokeOption) LookupAlertRoutingRuleResultOutput> Note: This function is named LookupAlertRoutingRule in the Go SDK.
public static class GetAlertRoutingRule
{
public static Task<GetAlertRoutingRuleResult> InvokeAsync(GetAlertRoutingRuleArgs args, InvokeOptions? opts = null)
public static Output<GetAlertRoutingRuleResult> Invoke(GetAlertRoutingRuleInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAlertRoutingRuleResult> getAlertRoutingRule(GetAlertRoutingRuleArgs args, InvokeOptions options)
public static Output<GetAlertRoutingRuleResult> getAlertRoutingRule(GetAlertRoutingRuleArgs args, InvokeOptions options)
fn::invoke:
function: rootly:index/getAlertRoutingRule:getAlertRoutingRule
arguments:
# arguments dictionaryThe following arguments are supported:
- created_
at Mapping[str, str] - Filter by date range using 'lt' and 'gt'.
- name str
getAlertRoutingRule Result
The following output properties are available:
- id str
- The ID of this resource.
- name str
- created_
at Mapping[str, str] - Filter by date range using 'lt' and 'gt'.
Package Details
- Repository
- rootly rootlyhq/pulumi-rootly
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
rootlyTerraform Provider.
Viewing docs for Rootly v3.3.0
published on Thursday, May 7, 2026 by rootlyhq
published on Thursday, May 7, 2026 by rootlyhq
