Struct ResourceTransformArgs
Assembly: Pulumi.dll
public readonly struct ResourceTransformArgs
Constructors
View Source
Declaration
public ResourceTransformArgs(string name, string type, bool custom, ImmutableDictionary<string, object?> args, ResourceOptions options)
Parameters
Properties
View Source
The original properties passed to the Resource constructor.
Declaration
public ImmutableDictionary<string, object?> Args { get; }
Property Value
View Source
If this is a custom resource.
Declaration
public bool Custom { get; }
Property Value
View Source
The name of the resource being transformed.
Declaration
public string Name { get; }
Property Value
View Source
The original resource options passed to the Resource constructor.
Declaration
public ResourceOptions Options { get; }
Property Value
View Source
The type of the resource being transformed.
Declaration
public string Type { get; }
Property Value