Class GetCredentialsRequest

    • Method Detail

      • customDomainName

        public final String customDomainName()

        The custom domain name associated with the workgroup. The custom domain name or the workgroup name must be included in the request.

        Returns:
        The custom domain name associated with the workgroup. The custom domain name or the workgroup name must be included in the request.
      • dbName

        public final String dbName()

        The name of the database to get temporary authorization to log on to.

        Constraints:

        • Must be 1 to 64 alphanumeric characters or hyphens.

        • Must contain only uppercase or lowercase letters, numbers, underscore, plus sign, period (dot), at symbol (@), or hyphen.

        • The first character must be a letter.

        • Must not contain a colon ( : ) or slash ( / ).

        • Cannot be a reserved word. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide

        Returns:
        The name of the database to get temporary authorization to log on to.

        Constraints:

        • Must be 1 to 64 alphanumeric characters or hyphens.

        • Must contain only uppercase or lowercase letters, numbers, underscore, plus sign, period (dot), at symbol (@), or hyphen.

        • The first character must be a letter.

        • Must not contain a colon ( : ) or slash ( / ).

        • Cannot be a reserved word. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide

      • durationSeconds

        public final Integer durationSeconds()

        The number of seconds until the returned temporary password expires. The minimum is 900 seconds, and the maximum is 3600 seconds.

        Returns:
        The number of seconds until the returned temporary password expires. The minimum is 900 seconds, and the maximum is 3600 seconds.
      • workgroupName

        public final String workgroupName()

        The name of the workgroup associated with the database.

        Returns:
        The name of the workgroup associated with the database.
      • 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