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 getCommunicationsTemplate
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 getCommunicationsTemplate(args: GetCommunicationsTemplateArgs, opts?: InvokeOptions): Promise<GetCommunicationsTemplateResult>
function getCommunicationsTemplateOutput(args: GetCommunicationsTemplateOutputArgs, opts?: InvokeOptions): Output<GetCommunicationsTemplateResult>def get_communications_template(communication_type: Optional[str] = None,
communication_type_id: Optional[str] = None,
created_at: Optional[Mapping[str, str]] = None,
name: Optional[str] = None,
slug: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCommunicationsTemplateResult
def get_communications_template_output(communication_type: pulumi.Input[Optional[str]] = None,
communication_type_id: pulumi.Input[Optional[str]] = None,
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[GetCommunicationsTemplateResult]func LookupCommunicationsTemplate(ctx *Context, args *LookupCommunicationsTemplateArgs, opts ...InvokeOption) (*LookupCommunicationsTemplateResult, error)
func LookupCommunicationsTemplateOutput(ctx *Context, args *LookupCommunicationsTemplateOutputArgs, opts ...InvokeOption) LookupCommunicationsTemplateResultOutput> Note: This function is named LookupCommunicationsTemplate in the Go SDK.
public static class GetCommunicationsTemplate
{
public static Task<GetCommunicationsTemplateResult> InvokeAsync(GetCommunicationsTemplateArgs args, InvokeOptions? opts = null)
public static Output<GetCommunicationsTemplateResult> Invoke(GetCommunicationsTemplateInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCommunicationsTemplateResult> getCommunicationsTemplate(GetCommunicationsTemplateArgs args, InvokeOptions options)
public static Output<GetCommunicationsTemplateResult> getCommunicationsTemplate(GetCommunicationsTemplateArgs args, InvokeOptions options)
fn::invoke:
function: rootly:index/getCommunicationsTemplate:getCommunicationsTemplate
arguments:
# arguments dictionaryThe following arguments are supported:
- Communication
Type string - Communication
Type stringId - Created
At Dictionary<string, string> - Filter by date range using 'lt' and 'gt'.
- Name string
- Slug string
- Communication
Type string - Communication
Type stringId - Created
At map[string]string - Filter by date range using 'lt' and 'gt'.
- Name string
- Slug string
- communication
Type String - communication
Type StringId - created
At Map<String,String> - Filter by date range using 'lt' and 'gt'.
- name String
- slug String
- communication
Type string - communication
Type stringId - created
At {[key: string]: string} - Filter by date range using 'lt' and 'gt'.
- name string
- slug string
- communication_
type str - communication_
type_ strid - created_
at Mapping[str, str] - Filter by date range using 'lt' and 'gt'.
- name str
- slug str
- communication
Type String - communication
Type StringId - created
At Map<String> - Filter by date range using 'lt' and 'gt'.
- name String
- slug String
getCommunicationsTemplate Result
The following output properties are available:
- Communication
Type string - Communication
Type stringId - Id string
- The ID of this resource.
- Name string
- Slug string
- Created
At Dictionary<string, string> - Filter by date range using 'lt' and 'gt'.
- Communication
Type string - Communication
Type stringId - Id string
- The ID of this resource.
- Name string
- Slug string
- Created
At map[string]string - Filter by date range using 'lt' and 'gt'.
- communication
Type String - communication
Type StringId - id String
- The ID of this resource.
- name String
- slug String
- created
At Map<String,String> - Filter by date range using 'lt' and 'gt'.
- communication
Type string - communication
Type stringId - id string
- The ID of this resource.
- name string
- slug string
- created
At {[key: string]: string} - Filter by date range using 'lt' and 'gt'.
- communication_
type str - communication_
type_ strid - id str
- The ID of this resource.
- name str
- slug str
- created_
at Mapping[str, str] - Filter by date range using 'lt' and 'gt'.
- communication
Type String - communication
Type StringId - id String
- The ID of this resource.
- 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
