def get_cluster_host()

in redshift_poc_automation/stacks/redshift_stack.py [0:0]


    def get_cluster_host(self) -> builtins.str:
        if type(self.redshift) == dict:
            return self.redshift['Endpoint']['Address']
        return self.redshift.attr_endpoint_address