Class RedshiftParameters

    • Method Detail

      • host

        public final String host()

        Host. This field can be blank if ClusterId is provided.

        Returns:
        Host. This field can be blank if ClusterId is provided.
      • port

        public final Integer port()

        Port. This field can be blank if the ClusterId is provided.

        Returns:
        Port. This field can be blank if the ClusterId is provided.
      • database

        public final String database()

        Database.

        Returns:
        Database.
      • clusterId

        public final String clusterId()

        Cluster ID. This field can be blank if the Host and Port are provided.

        Returns:
        Cluster ID. This field can be blank if the Host and Port are provided.
      • iamParameters

        public final RedshiftIAMParameters iamParameters()

        An optional parameter that uses IAM authentication to grant QuickSight access to your cluster. This parameter can be used instead of DataSourceCredentials.

        Returns:
        An optional parameter that uses IAM authentication to grant QuickSight access to your cluster. This parameter can be used instead of DataSourceCredentials.
      • identityCenterConfiguration

        public final IdentityCenterConfiguration identityCenterConfiguration()

        An optional parameter that configures IAM Identity Center authentication to grant QuickSight access to your cluster.

        This parameter can only be specified if your QuickSight account is configured with IAM Identity Center.

        Returns:
        An optional parameter that configures IAM Identity Center authentication to grant QuickSight access to your cluster.

        This parameter can only be specified if your QuickSight account is configured with IAM Identity Center.

      • 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)