Class GetClusterCredentialsWithIamRequest

    • Method Detail

      • dbName

        public final String dbName()

        The name of the database for which you are requesting credentials. If the database name is specified, the IAM policy must allow access to the resource dbname for the specified database name. If the database name is not specified, access to all databases is allowed.

        Returns:
        The name of the database for which you are requesting credentials. If the database name is specified, the IAM policy must allow access to the resource dbname for the specified database name. If the database name is not specified, access to all databases is allowed.
      • clusterIdentifier

        public final String clusterIdentifier()

        The unique identifier of the cluster that contains the database for which you are requesting credentials.

        Returns:
        The unique identifier of the cluster that contains the database for which you are requesting credentials.
      • durationSeconds

        public final Integer durationSeconds()

        The number of seconds until the returned temporary password expires.

        Range: 900-3600. Default: 900.

        Returns:
        The number of seconds until the returned temporary password expires.

        Range: 900-3600. Default: 900.

      • customDomainName

        public final String customDomainName()

        The custom domain name for the IAM message cluster credentials.

        Returns:
        The custom domain name for the IAM message cluster credentials.
      • 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