Rootly v1.5.0 published on Thursday, Apr 25, 2024 by Rootly
rootly.getCustomForm
Start a Neo task
Explain and create a rootly.getCustomForm resource
Using getCustomForm
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 getCustomForm(args: GetCustomFormArgs, opts?: InvokeOptions): Promise<GetCustomFormResult>
function getCustomFormOutput(args: GetCustomFormOutputArgs, opts?: InvokeOptions): Output<GetCustomFormResult>def get_custom_form(command: Optional[str] = None,
created_at: Optional[Mapping[str, Any]] = None,
name: Optional[str] = None,
slug: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCustomFormResult
def get_custom_form_output(command: Optional[pulumi.Input[str]] = None,
created_at: Optional[pulumi.Input[Mapping[str, Any]]] = None,
name: Optional[pulumi.Input[str]] = None,
slug: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCustomFormResult]func LookupCustomForm(ctx *Context, args *LookupCustomFormArgs, opts ...InvokeOption) (*LookupCustomFormResult, error)
func LookupCustomFormOutput(ctx *Context, args *LookupCustomFormOutputArgs, opts ...InvokeOption) LookupCustomFormResultOutput> Note: This function is named LookupCustomForm in the Go SDK.
public static class GetCustomForm
{
public static Task<GetCustomFormResult> InvokeAsync(GetCustomFormArgs args, InvokeOptions? opts = null)
public static Output<GetCustomFormResult> Invoke(GetCustomFormInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCustomFormResult> getCustomForm(GetCustomFormArgs args, InvokeOptions options)
public static Output<GetCustomFormResult> getCustomForm(GetCustomFormArgs args, InvokeOptions options)
fn::invoke:
function: rootly:index/getCustomForm:getCustomForm
arguments:
# arguments dictionaryThe following arguments are supported:
- command str
- created_
at Mapping[str, Any] - Filter by date range using 'lt' and 'gt'.
- name str
- slug str
getCustomForm Result
The following output properties are available:
- command str
- id str
- The ID of this resource.
- name str
- slug str
- created_
at Mapping[str, Any] - 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.
