Skip to main content

AWSRedshiftClusterParameterApplyStatusType

No description

enum AWSRedshiftClusterParameterApplyStatusType {
IN_SYNC
PENDING_REBOOT
APPLYING
INVALID_PARAMETER
APPLY_DEFERRED
APPLY_ERROR
UNKNOWN_ERROR
}

Values

AWSRedshiftClusterParameterApplyStatusType.IN_SYNC

The parameter is in sync with the database

AWSRedshiftClusterParameterApplyStatusType.PENDING_REBOOT

The parameter value will be applied after the cluster reboots

AWSRedshiftClusterParameterApplyStatusType.APPLYING

The parameter value is being applied to the database

AWSRedshiftClusterParameterApplyStatusType.INVALID_PARAMETER

Cannot apply the parameter value because it has an invalid value or syntax

AWSRedshiftClusterParameterApplyStatusType.APPLY_DEFERRED

The parameter contains static property changes. The changes are deferred until the cluster reboots

AWSRedshiftClusterParameterApplyStatusType.APPLY_ERROR

Cannot connect to the cluster. The parameter change will be applied after the cluster reboots

AWSRedshiftClusterParameterApplyStatusType.UNKNOWN_ERROR

Cannot apply the parameter change right now. The change will be applied after the cluster reboots

Member of

AWSRedshiftClusterParameterStatus object