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
Using getAlertsSource
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 getAlertsSource(args: GetAlertsSourceArgs, opts?: InvokeOptions): Promise<GetAlertsSourceResult>
function getAlertsSourceOutput(args: GetAlertsSourceOutputArgs, opts?: InvokeOptions): Output<GetAlertsSourceResult>def get_alerts_source(name: Optional[str] = None,
source_type: Optional[str] = None,
status: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAlertsSourceResult
def get_alerts_source_output(name: pulumi.Input[Optional[str]] = None,
source_type: pulumi.Input[Optional[str]] = None,
status: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAlertsSourceResult]func LookupAlertsSource(ctx *Context, args *LookupAlertsSourceArgs, opts ...InvokeOption) (*LookupAlertsSourceResult, error)
func LookupAlertsSourceOutput(ctx *Context, args *LookupAlertsSourceOutputArgs, opts ...InvokeOption) LookupAlertsSourceResultOutput> Note: This function is named LookupAlertsSource in the Go SDK.
public static class GetAlertsSource
{
public static Task<GetAlertsSourceResult> InvokeAsync(GetAlertsSourceArgs args, InvokeOptions? opts = null)
public static Output<GetAlertsSourceResult> Invoke(GetAlertsSourceInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAlertsSourceResult> getAlertsSource(GetAlertsSourceArgs args, InvokeOptions options)
public static Output<GetAlertsSourceResult> getAlertsSource(GetAlertsSourceArgs args, InvokeOptions options)
fn::invoke:
function: rootly:index/getAlertsSource:getAlertsSource
arguments:
# arguments dictionaryThe following arguments are supported:
- Name string
- Source
Type string - Status string
- Name string
- Source
Type string - Status string
- name String
- source
Type String - status String
- name string
- source
Type string - status string
- name str
- source_
type str - status str
- name String
- source
Type String - status String
getAlertsSource Result
The following output properties are available:
- Id string
- The ID of this resource.
- Name string
- Source
Type string - Status string
- Id string
- The ID of this resource.
- Name string
- Source
Type string - Status string
- id String
- The ID of this resource.
- name String
- source
Type String - status String
- id string
- The ID of this resource.
- name string
- source
Type string - status string
- id str
- The ID of this resource.
- name str
- source_
type str - status str
- id String
- The ID of this resource.
- name String
- source
Type String - status String
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
