Class StackDeployment

    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> deployment()
      The opaque Pulumi deployment.
      static StackDeployment fromJson​(java.lang.String json)
      Creates a new StackDeployment from the given JSON string.
      int version()
      Version indicates the schema of the encoded deployment.
      • Methods inherited from class java.lang.Object

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

      • version

        public int version()
        Version indicates the schema of the encoded deployment.
        Returns:
        the version of the deployment
      • deployment

        public java.util.Map<java.lang.String,​java.lang.Object> deployment()
        The opaque Pulumi deployment.
        Returns:
        the deployment