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 getFormFieldPlacement
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 getFormFieldPlacement(args: GetFormFieldPlacementArgs, opts?: InvokeOptions): Promise<GetFormFieldPlacementResult>
function getFormFieldPlacementOutput(args: GetFormFieldPlacementOutputArgs, opts?: InvokeOptions): Output<GetFormFieldPlacementResult>def get_form_field_placement(form: Optional[str] = None,
form_field_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFormFieldPlacementResult
def get_form_field_placement_output(form: pulumi.Input[Optional[str]] = None,
form_field_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFormFieldPlacementResult]func LookupFormFieldPlacement(ctx *Context, args *LookupFormFieldPlacementArgs, opts ...InvokeOption) (*LookupFormFieldPlacementResult, error)
func LookupFormFieldPlacementOutput(ctx *Context, args *LookupFormFieldPlacementOutputArgs, opts ...InvokeOption) LookupFormFieldPlacementResultOutput> Note: This function is named LookupFormFieldPlacement in the Go SDK.
public static class GetFormFieldPlacement
{
public static Task<GetFormFieldPlacementResult> InvokeAsync(GetFormFieldPlacementArgs args, InvokeOptions? opts = null)
public static Output<GetFormFieldPlacementResult> Invoke(GetFormFieldPlacementInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetFormFieldPlacementResult> getFormFieldPlacement(GetFormFieldPlacementArgs args, InvokeOptions options)
public static Output<GetFormFieldPlacementResult> getFormFieldPlacement(GetFormFieldPlacementArgs args, InvokeOptions options)
fn::invoke:
function: rootly:index/getFormFieldPlacement:getFormFieldPlacement
arguments:
# arguments dictionaryThe following arguments are supported:
- Form
Field stringId - Form string
- Form
Field stringId - Form string
- form
Field StringId - form String
- form
Field stringId - form string
- form_
field_ strid - form str
- form
Field StringId - form String
getFormFieldPlacement Result
The following output properties are available:
- Form string
- Form
Field stringId - Id string
- The ID of this resource.
- Form string
- Form
Field stringId - Id string
- The ID of this resource.
- form String
- form
Field StringId - id String
- The ID of this resource.
- form string
- form
Field stringId - id string
- The ID of this resource.
- form str
- form_
field_ strid - id str
- The ID of this resource.
- form String
- form
Field StringId - id String
- The ID of this resource.
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
