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

    The following arguments are supported:

    FormFieldId string
    Form string
    FormFieldId string
    Form string
    formFieldId String
    form String
    formFieldId string
    form string
    formFieldId String
    form String

    getFormFieldPlacement Result

    The following output properties are available:

    Form string
    FormFieldId string
    Id string
    The ID of this resource.
    Form string
    FormFieldId string
    Id string
    The ID of this resource.
    form String
    formFieldId String
    id String
    The ID of this resource.
    form string
    formFieldId string
    id string
    The ID of this resource.
    form str
    form_field_id str
    id str
    The ID of this resource.
    form String
    formFieldId String
    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 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.