Show / Hide Table of Contents

Struct InvokeTransformArgs

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
Namespace: Pulumi
Assembly: Pulumi.dll
Syntax
public readonly struct InvokeTransformArgs

Constructors

View Source

InvokeTransformArgs(string, ImmutableDictionary<string, object?>, InvokeOptions)

Declaration
public InvokeTransformArgs(string token, ImmutableDictionary<string, object?> args, InvokeOptions options)
Parameters
Type Name Description
string token
ImmutableDictionary<string, object> args
InvokeOptions options

Properties

View Source

Args

The original properties passed to the Resource constructor.

Declaration
public ImmutableDictionary<string, object?> Args { get; }
Property Value
Type Description
ImmutableDictionary<string, object>
View Source

Options

The original resource options passed to the Resource constructor.

Declaration
public InvokeOptions Options { get; }
Property Value
Type Description
InvokeOptions
View Source

Token

The token of the invoke.

Declaration
public string Token { get; }
Property Value
Type Description
string
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.