Class ProjectBackend


  • public class ProjectBackend
    extends java.lang.Object
    Configuration for the project's Pulumi state storage backend.
    • Method Detail

      • url

        @Nullable
        public java.lang.String url()
        The backend URL. Use the same URL format that is passed to "pulumi login", see https://www.pulumi.com/docs/cli/commands/pulumi_login/

        To explicitly use the Pulumi Cloud backend, use URL "https://api.pulumi.com"

        Returns:
        the backend URL
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object