client¶
Improve the original redshift boto3 API.
Ref:
- simple_aws_redshift.redshift.client.list_redshift_clusters(redshift_client: RedshiftClient, cluster_identifier: str = OPT, tag_keys: list[str] = OPT, tag_values: list[str] = OPT, page_size: int = 100, max_items: int = 9999) RedshiftClusterIterProxy[source]¶
List all Redshift clusters with optional filtering by identifier and tags.
Ref:
- Returns:
~simple_aws_redshift.redshift.model.RedshiftClusterIterProxy
- simple_aws_redshift.redshift.client.get_redshift_cluster(redshift_client: RedshiftClient, cluster_identifier: str = OPT) RedshiftCluster | None[source]¶
Get a specific Redshift cluster by identifier.
- Returns:
None if the redshift cluster does not exist.
Ref: