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
Example Usage
data "rootly_form_field_option" "my-form-field-option" {
slug = "my-form-field-option"
}
Using getFormFieldOption
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 getFormFieldOption(args: GetFormFieldOptionArgs, opts?: InvokeOptions): Promise<GetFormFieldOptionResult>
function getFormFieldOptionOutput(args: GetFormFieldOptionOutputArgs, opts?: InvokeOptions): Output<GetFormFieldOptionResult>def get_form_field_option(color: Optional[str] = None,
form_field_id: Optional[str] = None,
value: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFormFieldOptionResult
def get_form_field_option_output(color: pulumi.Input[Optional[str]] = None,
form_field_id: pulumi.Input[Optional[str]] = None,
value: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFormFieldOptionResult]func LookupFormFieldOption(ctx *Context, args *LookupFormFieldOptionArgs, opts ...InvokeOption) (*LookupFormFieldOptionResult, error)
func LookupFormFieldOptionOutput(ctx *Context, args *LookupFormFieldOptionOutputArgs, opts ...InvokeOption) LookupFormFieldOptionResultOutput> Note: This function is named LookupFormFieldOption in the Go SDK.
public static class GetFormFieldOption
{
public static Task<GetFormFieldOptionResult> InvokeAsync(GetFormFieldOptionArgs args, InvokeOptions? opts = null)
public static Output<GetFormFieldOptionResult> Invoke(GetFormFieldOptionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetFormFieldOptionResult> getFormFieldOption(GetFormFieldOptionArgs args, InvokeOptions options)
public static Output<GetFormFieldOptionResult> getFormFieldOption(GetFormFieldOptionArgs args, InvokeOptions options)
fn::invoke:
function: rootly:index/getFormFieldOption:getFormFieldOption
arguments:
# arguments dictionaryThe following arguments are supported:
- Form
Field stringId - Color string
- Value string
- Form
Field stringId - Color string
- Value string
- form
Field StringId - color String
- value String
- form
Field stringId - color string
- value string
- form_
field_ strid - color str
- value str
- form
Field StringId - color String
- value String
getFormFieldOption Result
The following output properties are available:
- Color string
- Form
Field stringId - Id string
- The ID of this resource.
- Value string
- Color string
- Form
Field stringId - Id string
- The ID of this resource.
- Value string
- color String
- form
Field StringId - id String
- The ID of this resource.
- value String
- color string
- form
Field stringId - id string
- The ID of this resource.
- value string
- color str
- form_
field_ strid - id str
- The ID of this resource.
- value str
- color String
- form
Field StringId - id String
- The ID of this resource.
- value String
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
