1. Packages
  2. Packages
  3. Rootly
  4. API Docs
  5. getFormSet
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 getFormSet

    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 getFormSet(args: GetFormSetArgs, opts?: InvokeOptions): Promise<GetFormSetResult>
    function getFormSetOutput(args: GetFormSetOutputArgs, opts?: InvokeOptions): Output<GetFormSetResult>
    def get_form_set(created_at: Optional[Mapping[str, str]] = None,
                     is_default: Optional[bool] = None,
                     slug: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetFormSetResult
    def get_form_set_output(created_at: pulumi.Input[Optional[Mapping[str, pulumi.Input[str]]]] = None,
                     is_default: pulumi.Input[Optional[bool]] = None,
                     slug: pulumi.Input[Optional[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetFormSetResult]
    func LookupFormSet(ctx *Context, args *LookupFormSetArgs, opts ...InvokeOption) (*LookupFormSetResult, error)
    func LookupFormSetOutput(ctx *Context, args *LookupFormSetOutputArgs, opts ...InvokeOption) LookupFormSetResultOutput

    > Note: This function is named LookupFormSet in the Go SDK.

    public static class GetFormSet 
    {
        public static Task<GetFormSetResult> InvokeAsync(GetFormSetArgs args, InvokeOptions? opts = null)
        public static Output<GetFormSetResult> Invoke(GetFormSetInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetFormSetResult> getFormSet(GetFormSetArgs args, InvokeOptions options)
    public static Output<GetFormSetResult> getFormSet(GetFormSetArgs args, InvokeOptions options)
    
    fn::invoke:
      function: rootly:index/getFormSet:getFormSet
      arguments:
        # arguments dictionary

    The following arguments are supported:

    CreatedAt Dictionary<string, string>
    Filter by date range using 'lt' and 'gt'.
    IsDefault bool
    Slug string
    CreatedAt map[string]string
    Filter by date range using 'lt' and 'gt'.
    IsDefault bool
    Slug string
    createdAt Map<String,String>
    Filter by date range using 'lt' and 'gt'.
    isDefault Boolean
    slug String
    createdAt {[key: string]: string}
    Filter by date range using 'lt' and 'gt'.
    isDefault boolean
    slug string
    created_at Mapping[str, str]
    Filter by date range using 'lt' and 'gt'.
    is_default bool
    slug str
    createdAt Map<String>
    Filter by date range using 'lt' and 'gt'.
    isDefault Boolean
    slug String

    getFormSet Result

    The following output properties are available:

    Id string
    The ID of this resource.
    IsDefault bool
    Slug string
    CreatedAt Dictionary<string, string>
    Filter by date range using 'lt' and 'gt'.
    Id string
    The ID of this resource.
    IsDefault bool
    Slug string
    CreatedAt map[string]string
    Filter by date range using 'lt' and 'gt'.
    id String
    The ID of this resource.
    isDefault Boolean
    slug String
    createdAt Map<String,String>
    Filter by date range using 'lt' and 'gt'.
    id string
    The ID of this resource.
    isDefault boolean
    slug string
    createdAt {[key: string]: string}
    Filter by date range using 'lt' and 'gt'.
    id str
    The ID of this resource.
    is_default bool
    slug str
    created_at Mapping[str, str]
    Filter by date range using 'lt' and 'gt'.
    id String
    The ID of this resource.
    isDefault Boolean
    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.