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 getCatalogChecklistTemplate
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 getCatalogChecklistTemplate(args: GetCatalogChecklistTemplateArgs, opts?: InvokeOptions): Promise<GetCatalogChecklistTemplateResult>
function getCatalogChecklistTemplateOutput(args: GetCatalogChecklistTemplateOutputArgs, opts?: InvokeOptions): Output<GetCatalogChecklistTemplateResult>def get_catalog_checklist_template(catalog_type: Optional[str] = None,
created_at: Optional[Mapping[str, str]] = None,
name: Optional[str] = None,
scope_type: Optional[str] = None,
slug: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCatalogChecklistTemplateResult
def get_catalog_checklist_template_output(catalog_type: pulumi.Input[Optional[str]] = None,
created_at: pulumi.Input[Optional[Mapping[str, pulumi.Input[str]]]] = None,
name: pulumi.Input[Optional[str]] = None,
scope_type: pulumi.Input[Optional[str]] = None,
slug: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCatalogChecklistTemplateResult]func LookupCatalogChecklistTemplate(ctx *Context, args *LookupCatalogChecklistTemplateArgs, opts ...InvokeOption) (*LookupCatalogChecklistTemplateResult, error)
func LookupCatalogChecklistTemplateOutput(ctx *Context, args *LookupCatalogChecklistTemplateOutputArgs, opts ...InvokeOption) LookupCatalogChecklistTemplateResultOutput> Note: This function is named LookupCatalogChecklistTemplate in the Go SDK.
public static class GetCatalogChecklistTemplate
{
public static Task<GetCatalogChecklistTemplateResult> InvokeAsync(GetCatalogChecklistTemplateArgs args, InvokeOptions? opts = null)
public static Output<GetCatalogChecklistTemplateResult> Invoke(GetCatalogChecklistTemplateInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCatalogChecklistTemplateResult> getCatalogChecklistTemplate(GetCatalogChecklistTemplateArgs args, InvokeOptions options)
public static Output<GetCatalogChecklistTemplateResult> getCatalogChecklistTemplate(GetCatalogChecklistTemplateArgs args, InvokeOptions options)
fn::invoke:
function: rootly:index/getCatalogChecklistTemplate:getCatalogChecklistTemplate
arguments:
# arguments dictionaryThe following arguments are supported:
- Catalog
Type string - Created
At Dictionary<string, string> - Filter by date range using 'lt' and 'gt'.
- Name string
- Scope
Type string - Slug string
- Catalog
Type string - Created
At map[string]string - Filter by date range using 'lt' and 'gt'.
- Name string
- Scope
Type string - Slug string
- catalog
Type String - created
At Map<String,String> - Filter by date range using 'lt' and 'gt'.
- name String
- scope
Type String - slug String
- catalog
Type string - created
At {[key: string]: string} - Filter by date range using 'lt' and 'gt'.
- name string
- scope
Type string - slug string
- catalog_
type str - created_
at Mapping[str, str] - Filter by date range using 'lt' and 'gt'.
- name str
- scope_
type str - slug str
- catalog
Type String - created
At Map<String> - Filter by date range using 'lt' and 'gt'.
- name String
- scope
Type String - slug String
getCatalogChecklistTemplate Result
The following output properties are available:
- catalog_
type str - id str
- The ID of this resource.
- name str
- scope_
type 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
