Class RStudioServerProDomainSettings

    • Method Detail

      • domainExecutionRoleArn

        public final String domainExecutionRoleArn()

        The ARN of the execution role for the RStudioServerPro Domain-level app.

        Returns:
        The ARN of the execution role for the RStudioServerPro Domain-level app.
      • rStudioConnectUrl

        public final String rStudioConnectUrl()

        A URL pointing to an RStudio Connect server.

        Returns:
        A URL pointing to an RStudio Connect server.
      • rStudioPackageManagerUrl

        public final String rStudioPackageManagerUrl()

        A URL pointing to an RStudio Package Manager server.

        Returns:
        A URL pointing to an RStudio Package Manager server.
      • defaultResourceSpec

        public final ResourceSpec defaultResourceSpec()
        Returns the value of the DefaultResourceSpec property for this object.
        Returns:
        The value of the DefaultResourceSpec property for this object.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)