1. Packages
  2. Rootly
  3. API Docs
  4. getCustomForm
Rootly v1.5.0 published on Thursday, Apr 25, 2024 by Rootly

rootly.getCustomForm

Explore with Pulumi AI

Rootly v1.5.0 published on Thursday, Apr 25, 2024 by Rootly

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>
Copy
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]
Copy
func LookupCustomForm(ctx *Context, args *LookupCustomFormArgs, opts ...InvokeOption) (*LookupCustomFormResult, error)
func LookupCustomFormOutput(ctx *Context, args *LookupCustomFormOutputArgs, opts ...InvokeOption) LookupCustomFormResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetCustomFormResult> getCustomForm(GetCustomFormArgs args, InvokeOptions options)
public static Output<GetCustomFormResult> getCustomForm(GetCustomFormArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: rootly:index/getCustomForm:getCustomForm
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Command string
CreatedAt Dictionary<string, object>
Filter by date range using 'lt' and 'gt'.
Name string
Slug string
Command string
CreatedAt map[string]interface{}
Filter by date range using 'lt' and 'gt'.
Name string
Slug string
command String
createdAt Map<String,Object>
Filter by date range using 'lt' and 'gt'.
name String
slug String
command string
createdAt {[key: string]: any}
Filter by date range using 'lt' and 'gt'.
name string
slug string
command str
created_at Mapping[str, Any]
Filter by date range using 'lt' and 'gt'.
name str
slug str
command String
createdAt Map<Any>
Filter by date range using 'lt' and 'gt'.
name String
slug String

getCustomForm Result

The following output properties are available:

Command string
Id string
The ID of this resource.
Name string
Slug string
CreatedAt Dictionary<string, object>
Filter by date range using 'lt' and 'gt'.
Command string
Id string
The ID of this resource.
Name string
Slug string
CreatedAt map[string]interface{}
Filter by date range using 'lt' and 'gt'.
command String
id String
The ID of this resource.
name String
slug String
createdAt Map<String,Object>
Filter by date range using 'lt' and 'gt'.
command string
id string
The ID of this resource.
name string
slug string
createdAt {[key: string]: any}
Filter by date range using 'lt' and 'gt'.
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'.
command String
id String
The ID of this resource.
name String
slug String
createdAt Map<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 rootly Terraform Provider.
Rootly v1.5.0 published on Thursday, Apr 25, 2024 by Rootly