Struct InvokeTransformArgs
Assembly: Pulumi.dll
public readonly struct InvokeTransformArgs
Constructors
View Source
Declaration
public InvokeTransformArgs(string token, ImmutableDictionary<string, object?> args, InvokeOptions options)
Parameters
Properties
View Source
The original properties passed to the Resource constructor.
Declaration
public ImmutableDictionary<string, object?> Args { get; }
Property Value
View Source
The original resource options passed to the Resource constructor.
Declaration
public InvokeOptions Options { get; }
Property Value
View Source
Declaration
public string Token { get; }
Property Value