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 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 dictionaryThe following arguments are supported:
- created_
at Mapping[str, str] - Filter by date range using 'lt' and 'gt'.
- is_
default bool - slug str
getFormSet Result
The following output properties are available:
- 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'.
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
