Rootly v1.5.0 published on Thursday, Apr 25, 2024 by Rootly
rootly.getCustomFieldOptions
Explore with Pulumi AI
Using getCustomFieldOptions
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 getCustomFieldOptions(args: GetCustomFieldOptionsArgs, opts?: InvokeOptions): Promise<GetCustomFieldOptionsResult>
function getCustomFieldOptionsOutput(args: GetCustomFieldOptionsOutputArgs, opts?: InvokeOptions): Output<GetCustomFieldOptionsResult>
def get_custom_field_options(color: Optional[str] = None,
custom_field_id: Optional[int] = None,
value: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCustomFieldOptionsResult
def get_custom_field_options_output(color: Optional[pulumi.Input[str]] = None,
custom_field_id: Optional[pulumi.Input[int]] = None,
value: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCustomFieldOptionsResult]
func GetCustomFieldOptions(ctx *Context, args *GetCustomFieldOptionsArgs, opts ...InvokeOption) (*GetCustomFieldOptionsResult, error)
func GetCustomFieldOptionsOutput(ctx *Context, args *GetCustomFieldOptionsOutputArgs, opts ...InvokeOption) GetCustomFieldOptionsResultOutput
> Note: This function is named GetCustomFieldOptions
in the Go SDK.
public static class GetCustomFieldOptions
{
public static Task<GetCustomFieldOptionsResult> InvokeAsync(GetCustomFieldOptionsArgs args, InvokeOptions? opts = null)
public static Output<GetCustomFieldOptionsResult> Invoke(GetCustomFieldOptionsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCustomFieldOptionsResult> getCustomFieldOptions(GetCustomFieldOptionsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: rootly:index/getCustomFieldOptions:getCustomFieldOptions
arguments:
# arguments dictionary
The following arguments are supported:
- Custom
Field intId - Color string
- Value string
- Custom
Field intId - Color string
- Value string
- custom
Field IntegerId - color String
- value String
- custom
Field numberId - color string
- value string
- custom_
field_ intid - color str
- value str
- custom
Field NumberId - color String
- value String
getCustomFieldOptions Result
The following output properties are available:
- Custom
Field intId - Custom
Field List<GetOptions Custom Field Options Custom Field Option> - Id string
- The provider-assigned unique ID for this managed resource.
- Color string
- Value string
- Custom
Field intId - Custom
Field []GetOptions Custom Field Options Custom Field Option - Id string
- The provider-assigned unique ID for this managed resource.
- Color string
- Value string
- custom
Field IntegerId - custom
Field List<GetOptions Custom Field Options Custom Field Option> - id String
- The provider-assigned unique ID for this managed resource.
- color String
- value String
- custom
Field numberId - custom
Field GetOptions Custom Field Options Custom Field Option[] - id string
- The provider-assigned unique ID for this managed resource.
- color string
- value string
- custom_
field_ intid - custom_
field_ Sequence[Getoptions Custom Field Options Custom Field Option] - id str
- The provider-assigned unique ID for this managed resource.
- color str
- value str
- custom
Field NumberId - custom
Field List<Property Map>Options - id String
- The provider-assigned unique ID for this managed resource.
- color String
- value String
Supporting Types
GetCustomFieldOptionsCustomFieldOption
- Color string
- Custom
Field intId - Id string
- Position int
- Value string
- Color string
- Custom
Field intId - Id string
- Position int
- Value string
- color String
- custom
Field IntegerId - id String
- position Integer
- value String
- color string
- custom
Field numberId - id string
- position number
- value string
- color str
- custom_
field_ intid - id str
- position int
- value str
- color String
- custom
Field NumberId - id String
- position Number
- value String
Package Details
- Repository
- rootly rootlyhq/pulumi-rootly
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
rootly
Terraform Provider.