mirror of https://github.com/pulumi/pulumi.git
16 KiB
16 KiB
title: "GetCustomResult" title_tag: "std.GetCustomResult" meta_desc: "Documentation for the std.GetCustomResult function with examples, input properties, output properties, and supporting types." layout: api no_edit_this_page: true
Using GetCustomResult
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 getCustomResult(args: GetCustomResultArgs, opts?: InvokeOptions): Promise<GetCustomResultResult>
function getCustomResultOutput(args: GetCustomResultOutputArgs, opts?: InvokeOptions): Output<GetCustomResultResult>
def get_custom_result(a: Optional[float] = None,
opts: Optional[InvokeOptions] = None) -> GetCustomResultResult
def get_custom_result_output(a: Optional[pulumi.Input[float]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCustomResultResult]
func GetCustomResult(ctx *Context, args *GetCustomResultArgs, opts ...InvokeOption) (*GetCustomResultResult, error)
func GetCustomResultOutput(ctx *Context, args *GetCustomResultOutputArgs, opts ...InvokeOption) GetCustomResultResultOutput
public static class GetCustomResult
{
public static Task<GetCustomResultResult> InvokeAsync(GetCustomResultArgs args, InvokeOptions? opts = null)
public static Output<GetCustomResultResult> Invoke(GetCustomResultInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCustomResultResult> getCustomResult(GetCustomResultArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: std:GetCustomResult
arguments:
# arguments dictionary
The following arguments are supported:
- A double
- A float64
- a Double
- a number
- a float
- a Number
GetCustomResult Result
The following output properties are available:
- Value string
- Value string
- value String
- value string
- value str
- value String
Supporting Types
CustomResult
- Value string
- Value string
- value String
- value string
- value str
- value String
Package Details
- Repository
- std pulumi/pulumi-std
- License