Class Urn


  • @ParametersAreNonnullByDefault
    public class Urn
    extends java.lang.Object
    An automatically generated logical URN, used to stably identify resources. These are created automatically by Pulumi to identify resources. They cannot be manually constructed.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Output<java.lang.String> create​(Output<java.lang.String> name, Output<java.lang.String> type, Resource parent, Output<java.lang.String> parentUrn, Output<java.lang.String> project, Output<java.lang.String> stack)
      Computes a URN from the combination of a resource name, resource type, optional parent, optional project and optional stack.
      static java.lang.String create​(java.lang.String parent, java.lang.String type, java.lang.String name)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • create

        public static Output<java.lang.String> create​(Output<java.lang.String> name,
                                                      Output<java.lang.String> type,
                                                      @Nullable
                                                      Resource parent,
                                                      @Nullable
                                                      Output<java.lang.String> parentUrn,
                                                      @Nullable
                                                      Output<java.lang.String> project,
                                                      @Nullable
                                                      Output<java.lang.String> stack)
        Computes a URN from the combination of a resource name, resource type, optional parent, optional project and optional stack.
      • create

        public static java.lang.String create​(@Nullable
                                              java.lang.String parent,
                                              java.lang.String type,
                                              java.lang.String name)