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 getCommunicationsGroup
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 getCommunicationsGroup(args: GetCommunicationsGroupArgs, opts?: InvokeOptions): Promise<GetCommunicationsGroupResult>
function getCommunicationsGroupOutput(args: GetCommunicationsGroupOutputArgs, opts?: InvokeOptions): Output<GetCommunicationsGroupResult>def get_communications_group(communication_type_id: Optional[str] = None,
condition_type: Optional[str] = None,
created_at: Optional[Mapping[str, str]] = None,
is_private: Optional[bool] = None,
name: Optional[str] = None,
slug: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCommunicationsGroupResult
def get_communications_group_output(communication_type_id: pulumi.Input[Optional[str]] = None,
condition_type: pulumi.Input[Optional[str]] = None,
created_at: pulumi.Input[Optional[Mapping[str, pulumi.Input[str]]]] = None,
is_private: pulumi.Input[Optional[bool]] = None,
name: pulumi.Input[Optional[str]] = None,
slug: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCommunicationsGroupResult]func LookupCommunicationsGroup(ctx *Context, args *LookupCommunicationsGroupArgs, opts ...InvokeOption) (*LookupCommunicationsGroupResult, error)
func LookupCommunicationsGroupOutput(ctx *Context, args *LookupCommunicationsGroupOutputArgs, opts ...InvokeOption) LookupCommunicationsGroupResultOutput> Note: This function is named LookupCommunicationsGroup in the Go SDK.
public static class GetCommunicationsGroup
{
public static Task<GetCommunicationsGroupResult> InvokeAsync(GetCommunicationsGroupArgs args, InvokeOptions? opts = null)
public static Output<GetCommunicationsGroupResult> Invoke(GetCommunicationsGroupInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCommunicationsGroupResult> getCommunicationsGroup(GetCommunicationsGroupArgs args, InvokeOptions options)
public static Output<GetCommunicationsGroupResult> getCommunicationsGroup(GetCommunicationsGroupArgs args, InvokeOptions options)
fn::invoke:
function: rootly:index/getCommunicationsGroup:getCommunicationsGroup
arguments:
# arguments dictionaryThe following arguments are supported:
- Communication
Type stringId - Condition
Type string - Created
At Dictionary<string, string> - Filter by date range using 'lt' and 'gt'.
- Is
Private bool - Name string
- Slug string
- Communication
Type stringId - Condition
Type string - Created
At map[string]string - Filter by date range using 'lt' and 'gt'.
- Is
Private bool - Name string
- Slug string
- communication
Type StringId - condition
Type String - created
At Map<String,String> - Filter by date range using 'lt' and 'gt'.
- is
Private Boolean - name String
- slug String
- communication
Type stringId - condition
Type string - created
At {[key: string]: string} - Filter by date range using 'lt' and 'gt'.
- is
Private boolean - name string
- slug string
- communication_
type_ strid - condition_
type str - created_
at Mapping[str, str] - Filter by date range using 'lt' and 'gt'.
- is_
private bool - name str
- slug str
- communication
Type StringId - condition
Type String - created
At Map<String> - Filter by date range using 'lt' and 'gt'.
- is
Private Boolean - name String
- slug String
getCommunicationsGroup Result
The following output properties are available:
- Communication
Type stringId - Condition
Type string - Id string
- The ID of this resource.
- Is
Private bool - Name string
- Slug string
- Created
At Dictionary<string, string> - Filter by date range using 'lt' and 'gt'.
- Communication
Type stringId - Condition
Type string - Id string
- The ID of this resource.
- Is
Private bool - Name string
- Slug string
- Created
At map[string]string - Filter by date range using 'lt' and 'gt'.
- communication
Type StringId - condition
Type String - id String
- The ID of this resource.
- is
Private Boolean - name String
- slug String
- created
At Map<String,String> - Filter by date range using 'lt' and 'gt'.
- communication
Type stringId - condition
Type string - id string
- The ID of this resource.
- is
Private boolean - name string
- slug string
- created
At {[key: string]: string} - Filter by date range using 'lt' and 'gt'.
- communication_
type_ strid - condition_
type str - id str
- The ID of this resource.
- is_
private bool - name str
- slug str
- created_
at Mapping[str, str] - Filter by date range using 'lt' and 'gt'.
- communication
Type StringId - condition
Type String - id String
- The ID of this resource.
- is
Private Boolean - name String
- slug String
- created
At Map<String> - 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
