Is there any way of setting a cluster as visible to all users on creation through code? I am using python boto3 to set up a Redshift client and creating a cluster with this. The cluster is created with no problems as I'm able to interact with it but I cannot see it in my AWS console.
I am basically looking for something like set_visible_to_all_users() of EMR. Docs for EMR function
Boto3 documentation for Redshift doesn't seem to have anything of this kind on either create_cluster() or as a separate function. Docs for Redshift.create_cluster().