pulumi/tests/testdata/codegen/output-funcs/docs/funcwithemptyoutputs/_index.md

8.0 KiB


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

n/a

Using funcWithEmptyOutputs

function funcWithEmptyOutputs(args: FuncWithEmptyOutputsArgs, opts?: InvokeOptions): Promise<FuncWithEmptyOutputsResult>
def func_with_empty_outputs(name: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> FuncWithEmptyOutputsResult
func FuncWithEmptyOutputs(ctx *Context, args *FuncWithEmptyOutputsArgs, opts ...InvokeOption) (*FuncWithEmptyOutputsResult, error)

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

public static class FuncWithEmptyOutputs 
{
    public static Task<FuncWithEmptyOutputsResult> InvokeAsync(FuncWithEmptyOutputsArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<FuncWithEmptyOutputsResult> funcWithEmptyOutputs(FuncWithEmptyOutputsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: mypkg:funcWithEmptyOutputs
  arguments:
    # arguments dictionary

The following arguments are supported:

Name string
The Name of the FeatureGroup.
Name string
The Name of the FeatureGroup.
name String
The Name of the FeatureGroup.
name string
The Name of the FeatureGroup.
name str
The Name of the FeatureGroup.
name String
The Name of the FeatureGroup.

funcWithEmptyOutputs Result

The following output properties are available:

Package Details

Repository
mypkg
License