1. Packages
  2. Packages
  3. Rootly
  4. API Docs
  5. getCommunicationsGroup
Viewing docs for Rootly v3.3.0
published on Thursday, May 7, 2026 by rootlyhq
rootly logo
Viewing docs for Rootly v3.3.0
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 dictionary

    The following arguments are supported:

    CommunicationTypeId string
    ConditionType string
    CreatedAt Dictionary<string, string>
    Filter by date range using 'lt' and 'gt'.
    IsPrivate bool
    Name string
    Slug string
    CommunicationTypeId string
    ConditionType string
    CreatedAt map[string]string
    Filter by date range using 'lt' and 'gt'.
    IsPrivate bool
    Name string
    Slug string
    communicationTypeId String
    conditionType String
    createdAt Map<String,String>
    Filter by date range using 'lt' and 'gt'.
    isPrivate Boolean
    name String
    slug String
    communicationTypeId string
    conditionType string
    createdAt {[key: string]: string}
    Filter by date range using 'lt' and 'gt'.
    isPrivate boolean
    name string
    slug string
    communication_type_id str
    condition_type str
    created_at Mapping[str, str]
    Filter by date range using 'lt' and 'gt'.
    is_private bool
    name str
    slug str
    communicationTypeId String
    conditionType String
    createdAt Map<String>
    Filter by date range using 'lt' and 'gt'.
    isPrivate Boolean
    name String
    slug String

    getCommunicationsGroup Result

    The following output properties are available:

    CommunicationTypeId string
    ConditionType string
    Id string
    The ID of this resource.
    IsPrivate bool
    Name string
    Slug string
    CreatedAt Dictionary<string, string>
    Filter by date range using 'lt' and 'gt'.
    CommunicationTypeId string
    ConditionType string
    Id string
    The ID of this resource.
    IsPrivate bool
    Name string
    Slug string
    CreatedAt map[string]string
    Filter by date range using 'lt' and 'gt'.
    communicationTypeId String
    conditionType String
    id String
    The ID of this resource.
    isPrivate Boolean
    name String
    slug String
    createdAt Map<String,String>
    Filter by date range using 'lt' and 'gt'.
    communicationTypeId string
    conditionType string
    id string
    The ID of this resource.
    isPrivate boolean
    name string
    slug string
    createdAt {[key: string]: string}
    Filter by date range using 'lt' and 'gt'.
    communication_type_id str
    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'.
    communicationTypeId String
    conditionType String
    id String
    The ID of this resource.
    isPrivate Boolean
    name String
    slug String
    createdAt 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 rootly Terraform Provider.
    rootly logo
    Viewing docs for Rootly v3.3.0
    published on Thursday, May 7, 2026 by rootlyhq
      Try Pulumi Cloud free. Your team will thank you.