Class BasicAuthConfiguration

    • Method Detail

      • secretArn

        public final String secretArn()

        The ARN of the Secrets Manager secret that stores the basic authentication credentials used for plugin configuration..

        Returns:
        The ARN of the Secrets Manager secret that stores the basic authentication credentials used for plugin configuration..
      • roleArn

        public final String roleArn()

        The ARN of an IAM role used by Amazon Q Business to access the basic authentication credentials stored in a Secrets Manager secret.

        Returns:
        The ARN of an IAM role used by Amazon Q Business to access the basic authentication credentials stored in a Secrets Manager secret.
      • 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)