Skip to content

Literals#

Index > Redshift > Literals

Auto-generated documentation for Redshift type annotations stubs module mypy-boto3-redshift.

ActionTypeType#

# ActionTypeType usage example
from mypy_boto3_redshift.literals import ActionTypeType

def get_value() -> ActionTypeType:
    return "recommend-node-config"
# ActionTypeType definition
ActionTypeType = Literal[
    "recommend-node-config",
    "resize-cluster",
    "restore-cluster",
]

AquaConfigurationStatusType#

# AquaConfigurationStatusType usage example
from mypy_boto3_redshift.literals import AquaConfigurationStatusType

def get_value() -> AquaConfigurationStatusType:
    return "auto"
# AquaConfigurationStatusType definition
AquaConfigurationStatusType = Literal[
    "auto",
    "disabled",
    "enabled",
]

AquaStatusType#

# AquaStatusType usage example
from mypy_boto3_redshift.literals import AquaStatusType

def get_value() -> AquaStatusType:
    return "applying"
# AquaStatusType definition
AquaStatusType = Literal[
    "applying",
    "disabled",
    "enabled",
]

AuthorizationStatusType#

# AuthorizationStatusType usage example
from mypy_boto3_redshift.literals import AuthorizationStatusType

def get_value() -> AuthorizationStatusType:
    return "Authorized"
# AuthorizationStatusType definition
AuthorizationStatusType = Literal[
    "Authorized",
    "Revoking",
]

ClusterAvailableWaiterName#

# ClusterAvailableWaiterName usage example
from mypy_boto3_redshift.literals import ClusterAvailableWaiterName

def get_value() -> ClusterAvailableWaiterName:
    return "cluster_available"
# ClusterAvailableWaiterName definition
ClusterAvailableWaiterName = Literal[
    "cluster_available",
]

ClusterDeletedWaiterName#

# ClusterDeletedWaiterName usage example
from mypy_boto3_redshift.literals import ClusterDeletedWaiterName

def get_value() -> ClusterDeletedWaiterName:
    return "cluster_deleted"
# ClusterDeletedWaiterName definition
ClusterDeletedWaiterName = Literal[
    "cluster_deleted",
]

ClusterRestoredWaiterName#

# ClusterRestoredWaiterName usage example
from mypy_boto3_redshift.literals import ClusterRestoredWaiterName

def get_value() -> ClusterRestoredWaiterName:
    return "cluster_restored"
# ClusterRestoredWaiterName definition
ClusterRestoredWaiterName = Literal[
    "cluster_restored",
]

DataShareStatusForConsumerType#

# DataShareStatusForConsumerType usage example
from mypy_boto3_redshift.literals import DataShareStatusForConsumerType

def get_value() -> DataShareStatusForConsumerType:
    return "ACTIVE"
# DataShareStatusForConsumerType definition
DataShareStatusForConsumerType = Literal[
    "ACTIVE",
    "AVAILABLE",
]

DataShareStatusForProducerType#

# DataShareStatusForProducerType usage example
from mypy_boto3_redshift.literals import DataShareStatusForProducerType

def get_value() -> DataShareStatusForProducerType:
    return "ACTIVE"
# DataShareStatusForProducerType definition
DataShareStatusForProducerType = Literal[
    "ACTIVE",
    "AUTHORIZED",
    "DEAUTHORIZED",
    "PENDING_AUTHORIZATION",
    "REJECTED",
]

DataShareStatusType#

# DataShareStatusType usage example
from mypy_boto3_redshift.literals import DataShareStatusType

def get_value() -> DataShareStatusType:
    return "ACTIVE"
# DataShareStatusType definition
DataShareStatusType = Literal[
    "ACTIVE",
    "AUTHORIZED",
    "AVAILABLE",
    "DEAUTHORIZED",
    "PENDING_AUTHORIZATION",
    "REJECTED",
]

DataShareTypeType#

# DataShareTypeType usage example
from mypy_boto3_redshift.literals import DataShareTypeType

def get_value() -> DataShareTypeType:
    return "INTERNAL"
# DataShareTypeType definition
DataShareTypeType = Literal[
    "INTERNAL",
]

DescribeClusterDbRevisionsPaginatorName#

# DescribeClusterDbRevisionsPaginatorName usage example
from mypy_boto3_redshift.literals import DescribeClusterDbRevisionsPaginatorName

def get_value() -> DescribeClusterDbRevisionsPaginatorName:
    return "describe_cluster_db_revisions"
# DescribeClusterDbRevisionsPaginatorName definition
DescribeClusterDbRevisionsPaginatorName = Literal[
    "describe_cluster_db_revisions",
]

DescribeClusterParameterGroupsPaginatorName#

# DescribeClusterParameterGroupsPaginatorName usage example
from mypy_boto3_redshift.literals import DescribeClusterParameterGroupsPaginatorName

def get_value() -> DescribeClusterParameterGroupsPaginatorName:
    return "describe_cluster_parameter_groups"
# DescribeClusterParameterGroupsPaginatorName definition
DescribeClusterParameterGroupsPaginatorName = Literal[
    "describe_cluster_parameter_groups",
]

DescribeClusterParametersPaginatorName#

# DescribeClusterParametersPaginatorName usage example
from mypy_boto3_redshift.literals import DescribeClusterParametersPaginatorName

def get_value() -> DescribeClusterParametersPaginatorName:
    return "describe_cluster_parameters"
# DescribeClusterParametersPaginatorName definition
DescribeClusterParametersPaginatorName = Literal[
    "describe_cluster_parameters",
]

DescribeClusterSecurityGroupsPaginatorName#

# DescribeClusterSecurityGroupsPaginatorName usage example
from mypy_boto3_redshift.literals import DescribeClusterSecurityGroupsPaginatorName

def get_value() -> DescribeClusterSecurityGroupsPaginatorName:
    return "describe_cluster_security_groups"
# DescribeClusterSecurityGroupsPaginatorName definition
DescribeClusterSecurityGroupsPaginatorName = Literal[
    "describe_cluster_security_groups",
]

DescribeClusterSnapshotsPaginatorName#

# DescribeClusterSnapshotsPaginatorName usage example
from mypy_boto3_redshift.literals import DescribeClusterSnapshotsPaginatorName

def get_value() -> DescribeClusterSnapshotsPaginatorName:
    return "describe_cluster_snapshots"
# DescribeClusterSnapshotsPaginatorName definition
DescribeClusterSnapshotsPaginatorName = Literal[
    "describe_cluster_snapshots",
]

DescribeClusterSubnetGroupsPaginatorName#

# DescribeClusterSubnetGroupsPaginatorName usage example
from mypy_boto3_redshift.literals import DescribeClusterSubnetGroupsPaginatorName

def get_value() -> DescribeClusterSubnetGroupsPaginatorName:
    return "describe_cluster_subnet_groups"
# DescribeClusterSubnetGroupsPaginatorName definition
DescribeClusterSubnetGroupsPaginatorName = Literal[
    "describe_cluster_subnet_groups",
]

DescribeClusterTracksPaginatorName#

# DescribeClusterTracksPaginatorName usage example
from mypy_boto3_redshift.literals import DescribeClusterTracksPaginatorName

def get_value() -> DescribeClusterTracksPaginatorName:
    return "describe_cluster_tracks"
# DescribeClusterTracksPaginatorName definition
DescribeClusterTracksPaginatorName = Literal[
    "describe_cluster_tracks",
]

DescribeClusterVersionsPaginatorName#

# DescribeClusterVersionsPaginatorName usage example
from mypy_boto3_redshift.literals import DescribeClusterVersionsPaginatorName

def get_value() -> DescribeClusterVersionsPaginatorName:
    return "describe_cluster_versions"
# DescribeClusterVersionsPaginatorName definition
DescribeClusterVersionsPaginatorName = Literal[
    "describe_cluster_versions",
]

DescribeClustersPaginatorName#

# DescribeClustersPaginatorName usage example
from mypy_boto3_redshift.literals import DescribeClustersPaginatorName

def get_value() -> DescribeClustersPaginatorName:
    return "describe_clusters"
# DescribeClustersPaginatorName definition
DescribeClustersPaginatorName = Literal[
    "describe_clusters",
]

DescribeCustomDomainAssociationsPaginatorName#

# DescribeCustomDomainAssociationsPaginatorName usage example
from mypy_boto3_redshift.literals import DescribeCustomDomainAssociationsPaginatorName

def get_value() -> DescribeCustomDomainAssociationsPaginatorName:
    return "describe_custom_domain_associations"
# DescribeCustomDomainAssociationsPaginatorName definition
DescribeCustomDomainAssociationsPaginatorName = Literal[
    "describe_custom_domain_associations",
]

DescribeDataSharesForConsumerPaginatorName#

# DescribeDataSharesForConsumerPaginatorName usage example
from mypy_boto3_redshift.literals import DescribeDataSharesForConsumerPaginatorName

def get_value() -> DescribeDataSharesForConsumerPaginatorName:
    return "describe_data_shares_for_consumer"
# DescribeDataSharesForConsumerPaginatorName definition
DescribeDataSharesForConsumerPaginatorName = Literal[
    "describe_data_shares_for_consumer",
]

DescribeDataSharesForProducerPaginatorName#

# DescribeDataSharesForProducerPaginatorName usage example
from mypy_boto3_redshift.literals import DescribeDataSharesForProducerPaginatorName

def get_value() -> DescribeDataSharesForProducerPaginatorName:
    return "describe_data_shares_for_producer"
# DescribeDataSharesForProducerPaginatorName definition
DescribeDataSharesForProducerPaginatorName = Literal[
    "describe_data_shares_for_producer",
]

DescribeDataSharesPaginatorName#

# DescribeDataSharesPaginatorName usage example
from mypy_boto3_redshift.literals import DescribeDataSharesPaginatorName

def get_value() -> DescribeDataSharesPaginatorName:
    return "describe_data_shares"
# DescribeDataSharesPaginatorName definition
DescribeDataSharesPaginatorName = Literal[
    "describe_data_shares",
]

DescribeDefaultClusterParametersPaginatorName#

# DescribeDefaultClusterParametersPaginatorName usage example
from mypy_boto3_redshift.literals import DescribeDefaultClusterParametersPaginatorName

def get_value() -> DescribeDefaultClusterParametersPaginatorName:
    return "describe_default_cluster_parameters"
# DescribeDefaultClusterParametersPaginatorName definition
DescribeDefaultClusterParametersPaginatorName = Literal[
    "describe_default_cluster_parameters",
]

DescribeEndpointAccessPaginatorName#

# DescribeEndpointAccessPaginatorName usage example
from mypy_boto3_redshift.literals import DescribeEndpointAccessPaginatorName

def get_value() -> DescribeEndpointAccessPaginatorName:
    return "describe_endpoint_access"
# DescribeEndpointAccessPaginatorName definition
DescribeEndpointAccessPaginatorName = Literal[
    "describe_endpoint_access",
]

DescribeEndpointAuthorizationPaginatorName#

# DescribeEndpointAuthorizationPaginatorName usage example
from mypy_boto3_redshift.literals import DescribeEndpointAuthorizationPaginatorName

def get_value() -> DescribeEndpointAuthorizationPaginatorName:
    return "describe_endpoint_authorization"
# DescribeEndpointAuthorizationPaginatorName definition
DescribeEndpointAuthorizationPaginatorName = Literal[
    "describe_endpoint_authorization",
]

DescribeEventSubscriptionsPaginatorName#

# DescribeEventSubscriptionsPaginatorName usage example
from mypy_boto3_redshift.literals import DescribeEventSubscriptionsPaginatorName

def get_value() -> DescribeEventSubscriptionsPaginatorName:
    return "describe_event_subscriptions"
# DescribeEventSubscriptionsPaginatorName definition
DescribeEventSubscriptionsPaginatorName = Literal[
    "describe_event_subscriptions",
]

DescribeEventsPaginatorName#

# DescribeEventsPaginatorName usage example
from mypy_boto3_redshift.literals import DescribeEventsPaginatorName

def get_value() -> DescribeEventsPaginatorName:
    return "describe_events"
# DescribeEventsPaginatorName definition
DescribeEventsPaginatorName = Literal[
    "describe_events",
]

DescribeHsmClientCertificatesPaginatorName#

# DescribeHsmClientCertificatesPaginatorName usage example
from mypy_boto3_redshift.literals import DescribeHsmClientCertificatesPaginatorName

def get_value() -> DescribeHsmClientCertificatesPaginatorName:
    return "describe_hsm_client_certificates"
# DescribeHsmClientCertificatesPaginatorName definition
DescribeHsmClientCertificatesPaginatorName = Literal[
    "describe_hsm_client_certificates",
]

DescribeHsmConfigurationsPaginatorName#

# DescribeHsmConfigurationsPaginatorName usage example
from mypy_boto3_redshift.literals import DescribeHsmConfigurationsPaginatorName

def get_value() -> DescribeHsmConfigurationsPaginatorName:
    return "describe_hsm_configurations"
# DescribeHsmConfigurationsPaginatorName definition
DescribeHsmConfigurationsPaginatorName = Literal[
    "describe_hsm_configurations",
]

DescribeInboundIntegrationsPaginatorName#

# DescribeInboundIntegrationsPaginatorName usage example
from mypy_boto3_redshift.literals import DescribeInboundIntegrationsPaginatorName

def get_value() -> DescribeInboundIntegrationsPaginatorName:
    return "describe_inbound_integrations"
# DescribeInboundIntegrationsPaginatorName definition
DescribeInboundIntegrationsPaginatorName = Literal[
    "describe_inbound_integrations",
]

DescribeIntegrationsFilterNameType#

# DescribeIntegrationsFilterNameType usage example
from mypy_boto3_redshift.literals import DescribeIntegrationsFilterNameType

def get_value() -> DescribeIntegrationsFilterNameType:
    return "integration-arn"
# DescribeIntegrationsFilterNameType definition
DescribeIntegrationsFilterNameType = Literal[
    "integration-arn",
    "source-arn",
    "source-types",
    "status",
]

DescribeIntegrationsPaginatorName#

# DescribeIntegrationsPaginatorName usage example
from mypy_boto3_redshift.literals import DescribeIntegrationsPaginatorName

def get_value() -> DescribeIntegrationsPaginatorName:
    return "describe_integrations"
# DescribeIntegrationsPaginatorName definition
DescribeIntegrationsPaginatorName = Literal[
    "describe_integrations",
]

DescribeNodeConfigurationOptionsPaginatorName#

# DescribeNodeConfigurationOptionsPaginatorName usage example
from mypy_boto3_redshift.literals import DescribeNodeConfigurationOptionsPaginatorName

def get_value() -> DescribeNodeConfigurationOptionsPaginatorName:
    return "describe_node_configuration_options"
# DescribeNodeConfigurationOptionsPaginatorName definition
DescribeNodeConfigurationOptionsPaginatorName = Literal[
    "describe_node_configuration_options",
]

DescribeOrderableClusterOptionsPaginatorName#

# DescribeOrderableClusterOptionsPaginatorName usage example
from mypy_boto3_redshift.literals import DescribeOrderableClusterOptionsPaginatorName

def get_value() -> DescribeOrderableClusterOptionsPaginatorName:
    return "describe_orderable_cluster_options"
# DescribeOrderableClusterOptionsPaginatorName definition
DescribeOrderableClusterOptionsPaginatorName = Literal[
    "describe_orderable_cluster_options",
]

DescribeRedshiftIdcApplicationsPaginatorName#

# DescribeRedshiftIdcApplicationsPaginatorName usage example
from mypy_boto3_redshift.literals import DescribeRedshiftIdcApplicationsPaginatorName

def get_value() -> DescribeRedshiftIdcApplicationsPaginatorName:
    return "describe_redshift_idc_applications"
# DescribeRedshiftIdcApplicationsPaginatorName definition
DescribeRedshiftIdcApplicationsPaginatorName = Literal[
    "describe_redshift_idc_applications",
]

DescribeReservedNodeExchangeStatusPaginatorName#

# DescribeReservedNodeExchangeStatusPaginatorName usage example
from mypy_boto3_redshift.literals import DescribeReservedNodeExchangeStatusPaginatorName

def get_value() -> DescribeReservedNodeExchangeStatusPaginatorName:
    return "describe_reserved_node_exchange_status"
# DescribeReservedNodeExchangeStatusPaginatorName definition
DescribeReservedNodeExchangeStatusPaginatorName = Literal[
    "describe_reserved_node_exchange_status",
]

DescribeReservedNodeOfferingsPaginatorName#

# DescribeReservedNodeOfferingsPaginatorName usage example
from mypy_boto3_redshift.literals import DescribeReservedNodeOfferingsPaginatorName

def get_value() -> DescribeReservedNodeOfferingsPaginatorName:
    return "describe_reserved_node_offerings"
# DescribeReservedNodeOfferingsPaginatorName definition
DescribeReservedNodeOfferingsPaginatorName = Literal[
    "describe_reserved_node_offerings",
]

DescribeReservedNodesPaginatorName#

# DescribeReservedNodesPaginatorName usage example
from mypy_boto3_redshift.literals import DescribeReservedNodesPaginatorName

def get_value() -> DescribeReservedNodesPaginatorName:
    return "describe_reserved_nodes"
# DescribeReservedNodesPaginatorName definition
DescribeReservedNodesPaginatorName = Literal[
    "describe_reserved_nodes",
]

DescribeScheduledActionsPaginatorName#

# DescribeScheduledActionsPaginatorName usage example
from mypy_boto3_redshift.literals import DescribeScheduledActionsPaginatorName

def get_value() -> DescribeScheduledActionsPaginatorName:
    return "describe_scheduled_actions"
# DescribeScheduledActionsPaginatorName definition
DescribeScheduledActionsPaginatorName = Literal[
    "describe_scheduled_actions",
]

DescribeSnapshotCopyGrantsPaginatorName#

# DescribeSnapshotCopyGrantsPaginatorName usage example
from mypy_boto3_redshift.literals import DescribeSnapshotCopyGrantsPaginatorName

def get_value() -> DescribeSnapshotCopyGrantsPaginatorName:
    return "describe_snapshot_copy_grants"
# DescribeSnapshotCopyGrantsPaginatorName definition
DescribeSnapshotCopyGrantsPaginatorName = Literal[
    "describe_snapshot_copy_grants",
]

DescribeSnapshotSchedulesPaginatorName#

# DescribeSnapshotSchedulesPaginatorName usage example
from mypy_boto3_redshift.literals import DescribeSnapshotSchedulesPaginatorName

def get_value() -> DescribeSnapshotSchedulesPaginatorName:
    return "describe_snapshot_schedules"
# DescribeSnapshotSchedulesPaginatorName definition
DescribeSnapshotSchedulesPaginatorName = Literal[
    "describe_snapshot_schedules",
]

DescribeTableRestoreStatusPaginatorName#

# DescribeTableRestoreStatusPaginatorName usage example
from mypy_boto3_redshift.literals import DescribeTableRestoreStatusPaginatorName

def get_value() -> DescribeTableRestoreStatusPaginatorName:
    return "describe_table_restore_status"
# DescribeTableRestoreStatusPaginatorName definition
DescribeTableRestoreStatusPaginatorName = Literal[
    "describe_table_restore_status",
]

DescribeTagsPaginatorName#

# DescribeTagsPaginatorName usage example
from mypy_boto3_redshift.literals import DescribeTagsPaginatorName

def get_value() -> DescribeTagsPaginatorName:
    return "describe_tags"
# DescribeTagsPaginatorName definition
DescribeTagsPaginatorName = Literal[
    "describe_tags",
]

DescribeUsageLimitsPaginatorName#

# DescribeUsageLimitsPaginatorName usage example
from mypy_boto3_redshift.literals import DescribeUsageLimitsPaginatorName

def get_value() -> DescribeUsageLimitsPaginatorName:
    return "describe_usage_limits"
# DescribeUsageLimitsPaginatorName definition
DescribeUsageLimitsPaginatorName = Literal[
    "describe_usage_limits",
]

GetReservedNodeExchangeConfigurationOptionsPaginatorName#

# GetReservedNodeExchangeConfigurationOptionsPaginatorName usage example
from mypy_boto3_redshift.literals import GetReservedNodeExchangeConfigurationOptionsPaginatorName

def get_value() -> GetReservedNodeExchangeConfigurationOptionsPaginatorName:
    return "get_reserved_node_exchange_configuration_options"
# GetReservedNodeExchangeConfigurationOptionsPaginatorName definition
GetReservedNodeExchangeConfigurationOptionsPaginatorName = Literal[
    "get_reserved_node_exchange_configuration_options",
]

GetReservedNodeExchangeOfferingsPaginatorName#

# GetReservedNodeExchangeOfferingsPaginatorName usage example
from mypy_boto3_redshift.literals import GetReservedNodeExchangeOfferingsPaginatorName

def get_value() -> GetReservedNodeExchangeOfferingsPaginatorName:
    return "get_reserved_node_exchange_offerings"
# GetReservedNodeExchangeOfferingsPaginatorName definition
GetReservedNodeExchangeOfferingsPaginatorName = Literal[
    "get_reserved_node_exchange_offerings",
]

ImpactRankingTypeType#

# ImpactRankingTypeType usage example
from mypy_boto3_redshift.literals import ImpactRankingTypeType

def get_value() -> ImpactRankingTypeType:
    return "HIGH"
# ImpactRankingTypeType definition
ImpactRankingTypeType = Literal[
    "HIGH",
    "LOW",
    "MEDIUM",
]

ListRecommendationsPaginatorName#

# ListRecommendationsPaginatorName usage example
from mypy_boto3_redshift.literals import ListRecommendationsPaginatorName

def get_value() -> ListRecommendationsPaginatorName:
    return "list_recommendations"
# ListRecommendationsPaginatorName definition
ListRecommendationsPaginatorName = Literal[
    "list_recommendations",
]

LogDestinationTypeType#

# LogDestinationTypeType usage example
from mypy_boto3_redshift.literals import LogDestinationTypeType

def get_value() -> LogDestinationTypeType:
    return "cloudwatch"
# LogDestinationTypeType definition
LogDestinationTypeType = Literal[
    "cloudwatch",
    "s3",
]

ModeType#

# ModeType usage example
from mypy_boto3_redshift.literals import ModeType

def get_value() -> ModeType:
    return "high-performance"
# ModeType definition
ModeType = Literal[
    "high-performance",
    "standard",
]

NamespaceRegistrationStatusType#

# NamespaceRegistrationStatusType usage example
from mypy_boto3_redshift.literals import NamespaceRegistrationStatusType

def get_value() -> NamespaceRegistrationStatusType:
    return "Deregistering"
# NamespaceRegistrationStatusType definition
NamespaceRegistrationStatusType = Literal[
    "Deregistering",
    "Registering",
]

NodeConfigurationOptionsFilterNameType#

# NodeConfigurationOptionsFilterNameType usage example
from mypy_boto3_redshift.literals import NodeConfigurationOptionsFilterNameType

def get_value() -> NodeConfigurationOptionsFilterNameType:
    return "EstimatedDiskUtilizationPercent"
# NodeConfigurationOptionsFilterNameType definition
NodeConfigurationOptionsFilterNameType = Literal[
    "EstimatedDiskUtilizationPercent",
    "Mode",
    "NodeType",
    "NumberOfNodes",
]

OperatorTypeType#

# OperatorTypeType usage example
from mypy_boto3_redshift.literals import OperatorTypeType

def get_value() -> OperatorTypeType:
    return "between"
# OperatorTypeType definition
OperatorTypeType = Literal[
    "between",
    "eq",
    "ge",
    "gt",
    "in",
    "le",
    "lt",
]

ParameterApplyTypeType#

# ParameterApplyTypeType usage example
from mypy_boto3_redshift.literals import ParameterApplyTypeType

def get_value() -> ParameterApplyTypeType:
    return "dynamic"
# ParameterApplyTypeType definition
ParameterApplyTypeType = Literal[
    "dynamic",
    "static",
]

PartnerIntegrationStatusType#

# PartnerIntegrationStatusType usage example
from mypy_boto3_redshift.literals import PartnerIntegrationStatusType

def get_value() -> PartnerIntegrationStatusType:
    return "Active"
# PartnerIntegrationStatusType definition
PartnerIntegrationStatusType = Literal[
    "Active",
    "ConnectionFailure",
    "Inactive",
    "RuntimeFailure",
]

RecommendedActionTypeType#

# RecommendedActionTypeType usage example
from mypy_boto3_redshift.literals import RecommendedActionTypeType

def get_value() -> RecommendedActionTypeType:
    return "CLI"
# RecommendedActionTypeType definition
RecommendedActionTypeType = Literal[
    "CLI",
    "SQL",
]

ReservedNodeExchangeActionTypeType#

# ReservedNodeExchangeActionTypeType usage example
from mypy_boto3_redshift.literals import ReservedNodeExchangeActionTypeType

def get_value() -> ReservedNodeExchangeActionTypeType:
    return "resize-cluster"
# ReservedNodeExchangeActionTypeType definition
ReservedNodeExchangeActionTypeType = Literal[
    "resize-cluster",
    "restore-cluster",
]

ReservedNodeExchangeStatusTypeType#

# ReservedNodeExchangeStatusTypeType usage example
from mypy_boto3_redshift.literals import ReservedNodeExchangeStatusTypeType

def get_value() -> ReservedNodeExchangeStatusTypeType:
    return "FAILED"
# ReservedNodeExchangeStatusTypeType definition
ReservedNodeExchangeStatusTypeType = Literal[
    "FAILED",
    "IN_PROGRESS",
    "PENDING",
    "REQUESTED",
    "RETRYING",
    "SUCCEEDED",
]

ReservedNodeOfferingTypeType#

# ReservedNodeOfferingTypeType usage example
from mypy_boto3_redshift.literals import ReservedNodeOfferingTypeType

def get_value() -> ReservedNodeOfferingTypeType:
    return "Regular"
# ReservedNodeOfferingTypeType definition
ReservedNodeOfferingTypeType = Literal[
    "Regular",
    "Upgradable",
]

ScheduleStateType#

# ScheduleStateType usage example
from mypy_boto3_redshift.literals import ScheduleStateType

def get_value() -> ScheduleStateType:
    return "ACTIVE"
# ScheduleStateType definition
ScheduleStateType = Literal[
    "ACTIVE",
    "FAILED",
    "MODIFYING",
]

ScheduledActionFilterNameType#

# ScheduledActionFilterNameType usage example
from mypy_boto3_redshift.literals import ScheduledActionFilterNameType

def get_value() -> ScheduledActionFilterNameType:
    return "cluster-identifier"
# ScheduledActionFilterNameType definition
ScheduledActionFilterNameType = Literal[
    "cluster-identifier",
    "iam-role",
]

ScheduledActionStateType#

# ScheduledActionStateType usage example
from mypy_boto3_redshift.literals import ScheduledActionStateType

def get_value() -> ScheduledActionStateType:
    return "ACTIVE"
# ScheduledActionStateType definition
ScheduledActionStateType = Literal[
    "ACTIVE",
    "DISABLED",
]

ScheduledActionTypeValuesType#

# ScheduledActionTypeValuesType usage example
from mypy_boto3_redshift.literals import ScheduledActionTypeValuesType

def get_value() -> ScheduledActionTypeValuesType:
    return "PauseCluster"
# ScheduledActionTypeValuesType definition
ScheduledActionTypeValuesType = Literal[
    "PauseCluster",
    "ResizeCluster",
    "ResumeCluster",
]

ServiceAuthorizationType#

# ServiceAuthorizationType usage example
from mypy_boto3_redshift.literals import ServiceAuthorizationType

def get_value() -> ServiceAuthorizationType:
    return "Disabled"
# ServiceAuthorizationType definition
ServiceAuthorizationType = Literal[
    "Disabled",
    "Enabled",
]

SnapshotAttributeToSortByType#

# SnapshotAttributeToSortByType usage example
from mypy_boto3_redshift.literals import SnapshotAttributeToSortByType

def get_value() -> SnapshotAttributeToSortByType:
    return "CREATE_TIME"
# SnapshotAttributeToSortByType definition
SnapshotAttributeToSortByType = Literal[
    "CREATE_TIME",
    "SOURCE_TYPE",
    "TOTAL_SIZE",
]

SnapshotAvailableWaiterName#

# SnapshotAvailableWaiterName usage example
from mypy_boto3_redshift.literals import SnapshotAvailableWaiterName

def get_value() -> SnapshotAvailableWaiterName:
    return "snapshot_available"
# SnapshotAvailableWaiterName definition
SnapshotAvailableWaiterName = Literal[
    "snapshot_available",
]

SortByOrderType#

# SortByOrderType usage example
from mypy_boto3_redshift.literals import SortByOrderType

def get_value() -> SortByOrderType:
    return "ASC"
# SortByOrderType definition
SortByOrderType = Literal[
    "ASC",
    "DESC",
]

SourceTypeType#

# SourceTypeType usage example
from mypy_boto3_redshift.literals import SourceTypeType

def get_value() -> SourceTypeType:
    return "cluster"
# SourceTypeType definition
SourceTypeType = Literal[
    "cluster",
    "cluster-parameter-group",
    "cluster-security-group",
    "cluster-snapshot",
    "scheduled-action",
]

TableRestoreStatusTypeType#

# TableRestoreStatusTypeType usage example
from mypy_boto3_redshift.literals import TableRestoreStatusTypeType

def get_value() -> TableRestoreStatusTypeType:
    return "CANCELED"
# TableRestoreStatusTypeType definition
TableRestoreStatusTypeType = Literal[
    "CANCELED",
    "FAILED",
    "IN_PROGRESS",
    "PENDING",
    "SUCCEEDED",
]

UsageLimitBreachActionType#

# UsageLimitBreachActionType usage example
from mypy_boto3_redshift.literals import UsageLimitBreachActionType

def get_value() -> UsageLimitBreachActionType:
    return "disable"
# UsageLimitBreachActionType definition
UsageLimitBreachActionType = Literal[
    "disable",
    "emit-metric",
    "log",
]

UsageLimitFeatureTypeType#

# UsageLimitFeatureTypeType usage example
from mypy_boto3_redshift.literals import UsageLimitFeatureTypeType

def get_value() -> UsageLimitFeatureTypeType:
    return "concurrency-scaling"
# UsageLimitFeatureTypeType definition
UsageLimitFeatureTypeType = Literal[
    "concurrency-scaling",
    "cross-region-datasharing",
    "spectrum",
]

UsageLimitLimitTypeType#

# UsageLimitLimitTypeType usage example
from mypy_boto3_redshift.literals import UsageLimitLimitTypeType

def get_value() -> UsageLimitLimitTypeType:
    return "data-scanned"
# UsageLimitLimitTypeType definition
UsageLimitLimitTypeType = Literal[
    "data-scanned",
    "time",
]

UsageLimitPeriodType#

# UsageLimitPeriodType usage example
from mypy_boto3_redshift.literals import UsageLimitPeriodType

def get_value() -> UsageLimitPeriodType:
    return "daily"
# UsageLimitPeriodType definition
UsageLimitPeriodType = Literal[
    "daily",
    "monthly",
    "weekly",
]

ZeroETLIntegrationStatusType#

# ZeroETLIntegrationStatusType usage example
from mypy_boto3_redshift.literals import ZeroETLIntegrationStatusType

def get_value() -> ZeroETLIntegrationStatusType:
    return "active"
# ZeroETLIntegrationStatusType definition
ZeroETLIntegrationStatusType = Literal[
    "active",
    "creating",
    "deleting",
    "failed",
    "modifying",
    "needs_attention",
    "syncing",
]

RedshiftServiceName#

# RedshiftServiceName usage example
from mypy_boto3_redshift.literals import RedshiftServiceName

def get_value() -> RedshiftServiceName:
    return "redshift"
# RedshiftServiceName definition
RedshiftServiceName = Literal[
    "redshift",
]

ServiceName#

# ServiceName usage example
from mypy_boto3_redshift.literals import ServiceName

def get_value() -> ServiceName:
    return "accessanalyzer"
# ServiceName definition
ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appfabric",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "application-signals",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "apptest",
    "arc-zonal-shift",
    "artifact",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "b2bi",
    "backup",
    "backup-gateway",
    "backupsearch",
    "batch",
    "bcm-data-exports",
    "bcm-pricing-calculator",
    "bedrock",
    "bedrock-agent",
    "bedrock-agent-runtime",
    "bedrock-data-automation",
    "bedrock-data-automation-runtime",
    "bedrock-runtime",
    "billing",
    "billingconductor",
    "braket",
    "budgets",
    "ce",
    "chatbot",
    "chime",
    "chime-sdk-identity",
    "chime-sdk-media-pipelines",
    "chime-sdk-meetings",
    "chime-sdk-messaging",
    "chime-sdk-voice",
    "cleanrooms",
    "cleanroomsml",
    "cloud9",
    "cloudcontrol",
    "clouddirectory",
    "cloudformation",
    "cloudfront",
    "cloudfront-keyvaluestore",
    "cloudhsm",
    "cloudhsmv2",
    "cloudsearch",
    "cloudsearchdomain",
    "cloudtrail",
    "cloudtrail-data",
    "cloudwatch",
    "codeartifact",
    "codebuild",
    "codecatalyst",
    "codecommit",
    "codeconnections",
    "codedeploy",
    "codeguru-reviewer",
    "codeguru-security",
    "codeguruprofiler",
    "codepipeline",
    "codestar-connections",
    "codestar-notifications",
    "cognito-identity",
    "cognito-idp",
    "cognito-sync",
    "comprehend",
    "comprehendmedical",
    "compute-optimizer",
    "config",
    "connect",
    "connect-contact-lens",
    "connectcampaigns",
    "connectcampaignsv2",
    "connectcases",
    "connectparticipant",
    "controlcatalog",
    "controltower",
    "cost-optimization-hub",
    "cur",
    "customer-profiles",
    "databrew",
    "dataexchange",
    "datapipeline",
    "datasync",
    "datazone",
    "dax",
    "deadline",
    "detective",
    "devicefarm",
    "devops-guru",
    "directconnect",
    "discovery",
    "dlm",
    "dms",
    "docdb",
    "docdb-elastic",
    "drs",
    "ds",
    "ds-data",
    "dsql",
    "dynamodb",
    "dynamodbstreams",
    "ebs",
    "ec2",
    "ec2-instance-connect",
    "ecr",
    "ecr-public",
    "ecs",
    "efs",
    "eks",
    "eks-auth",
    "elastic-inference",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "entityresolution",
    "es",
    "events",
    "evidently",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "freetier",
    "fsx",
    "gamelift",
    "geo-maps",
    "geo-places",
    "geo-routes",
    "glacier",
    "globalaccelerator",
    "glue",
    "grafana",
    "greengrass",
    "greengrassv2",
    "groundstation",
    "guardduty",
    "health",
    "healthlake",
    "iam",
    "identitystore",
    "imagebuilder",
    "importexport",
    "inspector",
    "inspector-scan",
    "inspector2",
    "internetmonitor",
    "invoicing",
    "iot",
    "iot-data",
    "iot-jobs-data",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleethub",
    "iotfleetwise",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "ivs-realtime",
    "ivschat",
    "kafka",
    "kafkaconnect",
    "kendra",
    "kendra-ranking",
    "keyspaces",
    "kinesis",
    "kinesis-video-archived-media",
    "kinesis-video-media",
    "kinesis-video-signaling",
    "kinesis-video-webrtc-storage",
    "kinesisanalytics",
    "kinesisanalyticsv2",
    "kinesisvideo",
    "kms",
    "lakeformation",
    "lambda",
    "launch-wizard",
    "lex-models",
    "lex-runtime",
    "lexv2-models",
    "lexv2-runtime",
    "license-manager",
    "license-manager-linux-subscriptions",
    "license-manager-user-subscriptions",
    "lightsail",
    "location",
    "logs",
    "lookoutequipment",
    "lookoutmetrics",
    "lookoutvision",
    "m2",
    "machinelearning",
    "macie2",
    "mailmanager",
    "managedblockchain",
    "managedblockchain-query",
    "marketplace-agreement",
    "marketplace-catalog",
    "marketplace-deployment",
    "marketplace-entitlement",
    "marketplace-reporting",
    "marketplacecommerceanalytics",
    "mediaconnect",
    "mediaconvert",
    "medialive",
    "mediapackage",
    "mediapackage-vod",
    "mediapackagev2",
    "mediastore",
    "mediastore-data",
    "mediatailor",
    "medical-imaging",
    "memorydb",
    "meteringmarketplace",
    "mgh",
    "mgn",
    "migration-hub-refactor-spaces",
    "migrationhub-config",
    "migrationhuborchestrator",
    "migrationhubstrategy",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "neptune-graph",
    "neptunedata",
    "network-firewall",
    "networkflowmonitor",
    "networkmanager",
    "networkmonitor",
    "notifications",
    "notificationscontacts",
    "oam",
    "observabilityadmin",
    "omics",
    "opensearch",
    "opensearchserverless",
    "opsworks",
    "opsworkscm",
    "organizations",
    "osis",
    "outposts",
    "panorama",
    "partnercentral-selling",
    "payment-cryptography",
    "payment-cryptography-data",
    "pca-connector-ad",
    "pca-connector-scep",
    "pcs",
    "personalize",
    "personalize-events",
    "personalize-runtime",
    "pi",
    "pinpoint",
    "pinpoint-email",
    "pinpoint-sms-voice",
    "pinpoint-sms-voice-v2",
    "pipes",
    "polly",
    "pricing",
    "privatenetworks",
    "proton",
    "qapps",
    "qbusiness",
    "qconnect",
    "qldb",
    "qldb-session",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "repostspace",
    "resiliencehub",
    "resource-explorer-2",
    "resource-groups",
    "resourcegroupstaggingapi",
    "robomaker",
    "rolesanywhere",
    "route53",
    "route53-recovery-cluster",
    "route53-recovery-control-config",
    "route53-recovery-readiness",
    "route53domains",
    "route53profiles",
    "route53resolver",
    "rum",
    "s3",
    "s3control",
    "s3outposts",
    "s3tables",
    "sagemaker",
    "sagemaker-a2i-runtime",
    "sagemaker-edge",
    "sagemaker-featurestore-runtime",
    "sagemaker-geospatial",
    "sagemaker-metrics",
    "sagemaker-runtime",
    "savingsplans",
    "scheduler",
    "schemas",
    "sdb",
    "secretsmanager",
    "security-ir",
    "securityhub",
    "securitylake",
    "serverlessrepo",
    "service-quotas",
    "servicecatalog",
    "servicecatalog-appregistry",
    "servicediscovery",
    "ses",
    "sesv2",
    "shield",
    "signer",
    "simspaceweaver",
    "sms",
    "sms-voice",
    "snow-device-management",
    "snowball",
    "sns",
    "socialmessaging",
    "sqs",
    "ssm",
    "ssm-contacts",
    "ssm-incidents",
    "ssm-quicksetup",
    "ssm-sap",
    "sso",
    "sso-admin",
    "sso-oidc",
    "stepfunctions",
    "storagegateway",
    "sts",
    "supplychain",
    "support",
    "support-app",
    "swf",
    "synthetics",
    "taxsettings",
    "textract",
    "timestream-influxdb",
    "timestream-query",
    "timestream-write",
    "tnb",
    "transcribe",
    "transfer",
    "translate",
    "trustedadvisor",
    "verifiedpermissions",
    "voice-id",
    "vpc-lattice",
    "waf",
    "waf-regional",
    "wafv2",
    "wellarchitected",
    "wisdom",
    "workdocs",
    "workmail",
    "workmailmessageflow",
    "workspaces",
    "workspaces-thin-client",
    "workspaces-web",
    "xray",
]

ResourceServiceName#

# ResourceServiceName usage example
from mypy_boto3_redshift.literals import ResourceServiceName

def get_value() -> ResourceServiceName:
    return "cloudformation"
# ResourceServiceName definition
ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "opsworks",
    "s3",
    "sns",
    "sqs",
]

PaginatorName#

# PaginatorName usage example
from mypy_boto3_redshift.literals import PaginatorName

def get_value() -> PaginatorName:
    return "describe_cluster_db_revisions"
# PaginatorName definition
PaginatorName = Literal[
    "describe_cluster_db_revisions",
    "describe_cluster_parameter_groups",
    "describe_cluster_parameters",
    "describe_cluster_security_groups",
    "describe_cluster_snapshots",
    "describe_cluster_subnet_groups",
    "describe_cluster_tracks",
    "describe_cluster_versions",
    "describe_clusters",
    "describe_custom_domain_associations",
    "describe_data_shares",
    "describe_data_shares_for_consumer",
    "describe_data_shares_for_producer",
    "describe_default_cluster_parameters",
    "describe_endpoint_access",
    "describe_endpoint_authorization",
    "describe_event_subscriptions",
    "describe_events",
    "describe_hsm_client_certificates",
    "describe_hsm_configurations",
    "describe_inbound_integrations",
    "describe_integrations",
    "describe_node_configuration_options",
    "describe_orderable_cluster_options",
    "describe_redshift_idc_applications",
    "describe_reserved_node_exchange_status",
    "describe_reserved_node_offerings",
    "describe_reserved_nodes",
    "describe_scheduled_actions",
    "describe_snapshot_copy_grants",
    "describe_snapshot_schedules",
    "describe_table_restore_status",
    "describe_tags",
    "describe_usage_limits",
    "get_reserved_node_exchange_configuration_options",
    "get_reserved_node_exchange_offerings",
    "list_recommendations",
]

WaiterName#

# WaiterName usage example
from mypy_boto3_redshift.literals import WaiterName

def get_value() -> WaiterName:
    return "cluster_available"
# WaiterName definition
WaiterName = Literal[
    "cluster_available",
    "cluster_deleted",
    "cluster_restored",
    "snapshot_available",
]

RegionName#

# RegionName usage example
from mypy_boto3_redshift.literals import RegionName

def get_value() -> RegionName:
    return "af-south-1"
# RegionName definition
RegionName = Literal[
    "af-south-1",
    "ap-east-1",
    "ap-northeast-1",
    "ap-northeast-2",
    "ap-northeast-3",
    "ap-south-1",
    "ap-south-2",
    "ap-southeast-1",
    "ap-southeast-2",
    "ap-southeast-3",
    "ap-southeast-4",
    "ap-southeast-5",
    "ap-southeast-7",
    "ca-central-1",
    "ca-west-1",
    "eu-central-1",
    "eu-central-2",
    "eu-north-1",
    "eu-south-1",
    "eu-south-2",
    "eu-west-1",
    "eu-west-2",
    "eu-west-3",
    "il-central-1",
    "me-central-1",
    "me-south-1",
    "mx-central-1",
    "sa-east-1",
    "us-east-1",
    "us-east-2",
    "us-west-1",
    "us-west-2",
]