Interface DeploymentInstance

All Superinterfaces:
Deployment, com.pulumi.deployment.internal.ReadOrRegisterResource, com.pulumi.deployment.internal.RegisterResourceOutputs

public interface DeploymentInstance extends Deployment
  • Method Details

    • getConfig

      @InternalUse com.pulumi.deployment.internal.DeploymentImpl.Config getConfig()
    • isInvalid

      boolean isInvalid()
    • markInvalid

      void markInvalid()
      We store the context in thread local storage, and we also capture it in completable futures. Calling this method makes sure async callbacks that complete after the core program loop completes do not access the stale context.