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

    Interface InvokeTransformArgs

    InvokeTransformArgs is the argument bag passed to a invoke transform.

    interface InvokeTransformArgs {
        args: Inputs;
        opts: InvokeOptions;
        token: string;
    }
    Index

    Properties

    Properties

    args: Inputs

    The original args passed to the Invoke constructor.

    The original invoke options passed to the Invoke constructor.

    token: string

    The token of the Invoke.