Aliasing#

pulumi/pulumi:proto/pulumi/alias.proto

Messages#

📨 Alias#

urn string

The previous urn to alias to.

spec Alias.Spec

An alias specification.

📨 Spec#

name string

The previous name of the resource. If none is provided, we will use the current name.

type string

The previous type of the resource. If none is provided, we will use the current resoource type.

stack string

The previous stack of the resource. If not set, the current stack of the resource is used.

project string

The previous project of the resource. If not set, the current project of the resource is used.

parentUrn string

The urn of the previous parent.

noParent bool

Used to indicate the resource previously had no parent. If false this property is ignored.