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 getCommunicationsStage
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 getCommunicationsStage(args: GetCommunicationsStageArgs, opts?: InvokeOptions): Promise<GetCommunicationsStageResult>
function getCommunicationsStageOutput(args: GetCommunicationsStageOutputArgs, opts?: InvokeOptions): Output<GetCommunicationsStageResult>def get_communications_stage(created_at: Optional[Mapping[str, str]] = None,
name: Optional[str] = None,
slug: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCommunicationsStageResult
def get_communications_stage_output(created_at: pulumi.Input[Optional[Mapping[str, pulumi.Input[str]]]] = None,
name: pulumi.Input[Optional[str]] = None,
slug: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCommunicationsStageResult]func LookupCommunicationsStage(ctx *Context, args *LookupCommunicationsStageArgs, opts ...InvokeOption) (*LookupCommunicationsStageResult, error)
func LookupCommunicationsStageOutput(ctx *Context, args *LookupCommunicationsStageOutputArgs, opts ...InvokeOption) LookupCommunicationsStageResultOutput> Note: This function is named LookupCommunicationsStage in the Go SDK.
public static class GetCommunicationsStage
{
public static Task<GetCommunicationsStageResult> InvokeAsync(GetCommunicationsStageArgs args, InvokeOptions? opts = null)
public static Output<GetCommunicationsStageResult> Invoke(GetCommunicationsStageInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCommunicationsStageResult> getCommunicationsStage(GetCommunicationsStageArgs args, InvokeOptions options)
public static Output<GetCommunicationsStageResult> getCommunicationsStage(GetCommunicationsStageArgs args, InvokeOptions options)
fn::invoke:
function: rootly:index/getCommunicationsStage:getCommunicationsStage
arguments:
# arguments dictionaryThe following arguments are supported:
- created_
at Mapping[str, str] - Filter by date range using 'lt' and 'gt'.
- name str
- slug str
getCommunicationsStage Result
The following output properties are available:
- id str
- The ID of this resource.
- name str
- slug 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
