model

Data models for AWS Redshift Cluster resources.

Ref:

class simple_aws_redshift.redshift.model.ClusterStatus(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]

Enum for Redshift cluster status.

class simple_aws_redshift.redshift.model.ClusterAvailabilityStatus(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]

Enum for Redshift cluster availability status.

class simple_aws_redshift.redshift.model.RedshiftCluster(raw_data: ClusterTypeDef = REQ)[source]

Redshift Cluster object.

Ref:

property core_data: Dict[str, Any]

Returns a dictionary containing the essential data of the model.

This property must be implemented by all subclasses to provide a consistent minimal representation of the model’s core data.

class simple_aws_redshift.redshift.model.RedshiftClusterIterProxy(iterable: Iterable)[source]

Iterator proxy for RedshiftCluster.