@pulumi/pulumi - v3.256.0
    Preparing search index...

    Interface InvokeTransformResult

    InvokeTransformResult is the result that must be returned by an invoke transform callback. It includes new values to use for the args and opts of the Invoke in place of the originally provided values.

    interface InvokeTransformResult {
        args: Inputs;
        opts: InvokeOptions;
    }
    Index

    Properties

    Properties

    args: Inputs

    The new properties to use in place of the original args

    The new resource options to use in place of the original opts