:py:mod:`astronomer.providers.amazon.aws.operators.redshift_cluster` ==================================================================== .. py:module:: astronomer.providers.amazon.aws.operators.redshift_cluster Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: astronomer.providers.amazon.aws.operators.redshift_cluster.RedshiftDeleteClusterOperatorAsync astronomer.providers.amazon.aws.operators.redshift_cluster.RedshiftResumeClusterOperatorAsync astronomer.providers.amazon.aws.operators.redshift_cluster.RedshiftPauseClusterOperatorAsync .. py:class:: RedshiftDeleteClusterOperatorAsync(*args, **kwargs) Bases: :py:obj:`airflow.providers.amazon.aws.operators.redshift_cluster.RedshiftDeleteClusterOperator` This class is deprecated. Please use :class: `~airflow.providers.amazon.aws.operators.redshift_cluster.RedshiftDeleteClusterOperator`. .. py:class:: RedshiftResumeClusterOperatorAsync(*args, **kwargs) Bases: :py:obj:`airflow.providers.amazon.aws.operators.redshift_cluster.RedshiftResumeClusterOperator` This class is deprecated. Please use :class: `~airflow.providers.amazon.aws.operators.redshift_cluster.RedshiftResumeClusterOperator`. .. py:class:: RedshiftPauseClusterOperatorAsync(*args, **kwargs) Bases: :py:obj:`airflow.providers.amazon.aws.operators.redshift_cluster.RedshiftPauseClusterOperator` This class is deprecated. Please use :class: `~airflow.providers.amazon.aws.operators.redshift_cluster.RedshiftPauseClusterOperator`.