pulumi/tests/testdata/codegen/simple-plain-schema/docs/dofoo/_index.md

21 KiB


title: "doFoo" title_tag: "example.doFoo" meta_desc: "Documentation for the example.doFoo function with examples, input properties, output properties, and supporting types." layout: api no_edit_this_page: true

Using doFoo

function doFoo(args: DoFooArgs, opts?: InvokeOptions): Promise<DoFooResult>
def do_foo(foo: Optional[Foo] = None,
           opts: Optional[InvokeOptions] = None) -> DoFooResult
func DoFoo(ctx *Context, args *DoFooArgs, opts ...InvokeOption) (*DoFooResult, error)

> Note: This function is named DoFoo in the Go SDK.

public static class DoFoo 
{
    public static Task<DoFooResult> InvokeAsync(DoFooArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<DoFooResult> doFoo(DoFooArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: example:doFoo
  arguments:
    # arguments dictionary

The following arguments are supported:

doFoo Result

The following output properties are available:

Supporting Types

Foo

A bool
C int
E string
B bool
D int
F string
A bool
C int
E string
B bool
D int
F string
a Boolean
c Integer
e String
b Boolean
d Integer
f String
a boolean
c number
e string
b boolean
d number
f string
a bool
c int
e str
b bool
d int
f str
a Boolean
c Number
e String
b Boolean
d Number
f String

Package Details

Repository
example
License