Show / Hide Table of Contents

Class Urn

An automatically generated logical URN, used to stably identify resources. These are created automatically by Pulumi to identify resources. They cannot be manually constructed.

Inheritance
object
Urn
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Pulumi
Assembly: Pulumi.dll
Syntax
public static class Urn

Methods

View Source

Create(Input<string>, Input<string>, Resource?, Input<string>?, Input<string>?, Input<string>?)

Computes a URN from the combination of a resource name, resource type, optional parent, optional project and optional stack.

Declaration
public static Output<string> Create(Input<string> name, Input<string> type, Resource? parent = null, Input<string>? parentUrn = null, Input<string>? project = null, Input<string>? stack = null)
Parameters
Type Name Description
Input<string> name
Input<string> type
Resource parent
Input<string> parentUrn
Input<string> project
Input<string> stack
Returns
Type Description
Output<string>
  • View Source
Back to top Copyright 2016-2023, Pulumi Corporation.