Literals#
Auto-generated documentation for RDS type annotations stubs module types-boto3-rds.
ActivityStreamModeType#
# ActivityStreamModeType usage example
from types_boto3_rds.literals import ActivityStreamModeType
def get_value() -> ActivityStreamModeType:
    return "async"# ActivityStreamModeType definition
ActivityStreamModeType = Literal[
    "async",
    "sync",
]ActivityStreamPolicyStatusType#
# ActivityStreamPolicyStatusType usage example
from types_boto3_rds.literals import ActivityStreamPolicyStatusType
def get_value() -> ActivityStreamPolicyStatusType:
    return "locked"# ActivityStreamPolicyStatusType definition
ActivityStreamPolicyStatusType = Literal[
    "locked",
    "locking-policy",
    "unlocked",
    "unlocking-policy",
]ActivityStreamStatusType#
# ActivityStreamStatusType usage example
from types_boto3_rds.literals import ActivityStreamStatusType
def get_value() -> ActivityStreamStatusType:
    return "started"# ActivityStreamStatusType definition
ActivityStreamStatusType = Literal[
    "started",
    "starting",
    "stopped",
    "stopping",
]ApplyMethodType#
# ApplyMethodType usage example
from types_boto3_rds.literals import ApplyMethodType
def get_value() -> ApplyMethodType:
    return "immediate"# ApplyMethodType definition
ApplyMethodType = Literal[
    "immediate",
    "pending-reboot",
]AuditPolicyStateType#
# AuditPolicyStateType usage example
from types_boto3_rds.literals import AuditPolicyStateType
def get_value() -> AuditPolicyStateType:
    return "locked"# AuditPolicyStateType definition
AuditPolicyStateType = Literal[
    "locked",
    "unlocked",
]AuthSchemeType#
# AuthSchemeType usage example
from types_boto3_rds.literals import AuthSchemeType
def get_value() -> AuthSchemeType:
    return "SECRETS"# AuthSchemeType definition
AuthSchemeType = Literal[
    "SECRETS",
]AutomationModeType#
# AutomationModeType usage example
from types_boto3_rds.literals import AutomationModeType
def get_value() -> AutomationModeType:
    return "all-paused"# AutomationModeType definition
AutomationModeType = Literal[
    "all-paused",
    "full",
]ClientPasswordAuthTypeType#
# ClientPasswordAuthTypeType usage example
from types_boto3_rds.literals import ClientPasswordAuthTypeType
def get_value() -> ClientPasswordAuthTypeType:
    return "MYSQL_CACHING_SHA2_PASSWORD"# ClientPasswordAuthTypeType definition
ClientPasswordAuthTypeType = Literal[
    "MYSQL_CACHING_SHA2_PASSWORD",
    "MYSQL_NATIVE_PASSWORD",
    "POSTGRES_MD5",
    "POSTGRES_SCRAM_SHA_256",
    "SQL_SERVER_AUTHENTICATION",
]ClusterScalabilityTypeType#
# ClusterScalabilityTypeType usage example
from types_boto3_rds.literals import ClusterScalabilityTypeType
def get_value() -> ClusterScalabilityTypeType:
    return "limitless"# ClusterScalabilityTypeType definition
ClusterScalabilityTypeType = Literal[
    "limitless",
    "scaleout",
    "standard",
]CustomEngineVersionStatusType#
# CustomEngineVersionStatusType usage example
from types_boto3_rds.literals import CustomEngineVersionStatusType
def get_value() -> CustomEngineVersionStatusType:
    return "available"# CustomEngineVersionStatusType definition
CustomEngineVersionStatusType = Literal[
    "available",
    "inactive",
    "inactive-except-restore",
]DBClusterAvailableWaiterName#
# DBClusterAvailableWaiterName usage example
from types_boto3_rds.literals import DBClusterAvailableWaiterName
def get_value() -> DBClusterAvailableWaiterName:
    return "db_cluster_available"# DBClusterAvailableWaiterName definition
DBClusterAvailableWaiterName = Literal[
    "db_cluster_available",
]DBClusterDeletedWaiterName#
# DBClusterDeletedWaiterName usage example
from types_boto3_rds.literals import DBClusterDeletedWaiterName
def get_value() -> DBClusterDeletedWaiterName:
    return "db_cluster_deleted"# DBClusterDeletedWaiterName definition
DBClusterDeletedWaiterName = Literal[
    "db_cluster_deleted",
]DBClusterSnapshotAvailableWaiterName#
# DBClusterSnapshotAvailableWaiterName usage example
from types_boto3_rds.literals import DBClusterSnapshotAvailableWaiterName
def get_value() -> DBClusterSnapshotAvailableWaiterName:
    return "db_cluster_snapshot_available"# DBClusterSnapshotAvailableWaiterName definition
DBClusterSnapshotAvailableWaiterName = Literal[
    "db_cluster_snapshot_available",
]DBClusterSnapshotDeletedWaiterName#
# DBClusterSnapshotDeletedWaiterName usage example
from types_boto3_rds.literals import DBClusterSnapshotDeletedWaiterName
def get_value() -> DBClusterSnapshotDeletedWaiterName:
    return "db_cluster_snapshot_deleted"# DBClusterSnapshotDeletedWaiterName definition
DBClusterSnapshotDeletedWaiterName = Literal[
    "db_cluster_snapshot_deleted",
]DBInstanceAvailableWaiterName#
# DBInstanceAvailableWaiterName usage example
from types_boto3_rds.literals import DBInstanceAvailableWaiterName
def get_value() -> DBInstanceAvailableWaiterName:
    return "db_instance_available"# DBInstanceAvailableWaiterName definition
DBInstanceAvailableWaiterName = Literal[
    "db_instance_available",
]DBInstanceDeletedWaiterName#
# DBInstanceDeletedWaiterName usage example
from types_boto3_rds.literals import DBInstanceDeletedWaiterName
def get_value() -> DBInstanceDeletedWaiterName:
    return "db_instance_deleted"# DBInstanceDeletedWaiterName definition
DBInstanceDeletedWaiterName = Literal[
    "db_instance_deleted",
]DBProxyEndpointStatusType#
# DBProxyEndpointStatusType usage example
from types_boto3_rds.literals import DBProxyEndpointStatusType
def get_value() -> DBProxyEndpointStatusType:
    return "available"# DBProxyEndpointStatusType definition
DBProxyEndpointStatusType = Literal[
    "available",
    "creating",
    "deleting",
    "incompatible-network",
    "insufficient-resource-limits",
    "modifying",
]DBProxyEndpointTargetRoleType#
# DBProxyEndpointTargetRoleType usage example
from types_boto3_rds.literals import DBProxyEndpointTargetRoleType
def get_value() -> DBProxyEndpointTargetRoleType:
    return "READ_ONLY"# DBProxyEndpointTargetRoleType definition
DBProxyEndpointTargetRoleType = Literal[
    "READ_ONLY",
    "READ_WRITE",
]DBProxyStatusType#
# DBProxyStatusType usage example
from types_boto3_rds.literals import DBProxyStatusType
def get_value() -> DBProxyStatusType:
    return "available"# DBProxyStatusType definition
DBProxyStatusType = Literal[
    "available",
    "creating",
    "deleting",
    "incompatible-network",
    "insufficient-resource-limits",
    "modifying",
    "reactivating",
    "suspended",
    "suspending",
]DBSnapshotAvailableWaiterName#
# DBSnapshotAvailableWaiterName usage example
from types_boto3_rds.literals import DBSnapshotAvailableWaiterName
def get_value() -> DBSnapshotAvailableWaiterName:
    return "db_snapshot_available"# DBSnapshotAvailableWaiterName definition
DBSnapshotAvailableWaiterName = Literal[
    "db_snapshot_available",
]DBSnapshotCompletedWaiterName#
# DBSnapshotCompletedWaiterName usage example
from types_boto3_rds.literals import DBSnapshotCompletedWaiterName
def get_value() -> DBSnapshotCompletedWaiterName:
    return "db_snapshot_completed"# DBSnapshotCompletedWaiterName definition
DBSnapshotCompletedWaiterName = Literal[
    "db_snapshot_completed",
]DBSnapshotDeletedWaiterName#
# DBSnapshotDeletedWaiterName usage example
from types_boto3_rds.literals import DBSnapshotDeletedWaiterName
def get_value() -> DBSnapshotDeletedWaiterName:
    return "db_snapshot_deleted"# DBSnapshotDeletedWaiterName definition
DBSnapshotDeletedWaiterName = Literal[
    "db_snapshot_deleted",
]DatabaseInsightsModeType#
# DatabaseInsightsModeType usage example
from types_boto3_rds.literals import DatabaseInsightsModeType
def get_value() -> DatabaseInsightsModeType:
    return "advanced"# DatabaseInsightsModeType definition
DatabaseInsightsModeType = Literal[
    "advanced",
    "standard",
]DefaultAuthSchemeType#
# DefaultAuthSchemeType usage example
from types_boto3_rds.literals import DefaultAuthSchemeType
def get_value() -> DefaultAuthSchemeType:
    return "IAM_AUTH"# DefaultAuthSchemeType definition
DefaultAuthSchemeType = Literal[
    "IAM_AUTH",
    "NONE",
]DescribeBlueGreenDeploymentsPaginatorName#
# DescribeBlueGreenDeploymentsPaginatorName usage example
from types_boto3_rds.literals import DescribeBlueGreenDeploymentsPaginatorName
def get_value() -> DescribeBlueGreenDeploymentsPaginatorName:
    return "describe_blue_green_deployments"# DescribeBlueGreenDeploymentsPaginatorName definition
DescribeBlueGreenDeploymentsPaginatorName = Literal[
    "describe_blue_green_deployments",
]DescribeCertificatesPaginatorName#
# DescribeCertificatesPaginatorName usage example
from types_boto3_rds.literals import DescribeCertificatesPaginatorName
def get_value() -> DescribeCertificatesPaginatorName:
    return "describe_certificates"# DescribeCertificatesPaginatorName definition
DescribeCertificatesPaginatorName = Literal[
    "describe_certificates",
]DescribeDBClusterAutomatedBackupsPaginatorName#
# DescribeDBClusterAutomatedBackupsPaginatorName usage example
from types_boto3_rds.literals import DescribeDBClusterAutomatedBackupsPaginatorName
def get_value() -> DescribeDBClusterAutomatedBackupsPaginatorName:
    return "describe_db_cluster_automated_backups"# DescribeDBClusterAutomatedBackupsPaginatorName definition
DescribeDBClusterAutomatedBackupsPaginatorName = Literal[
    "describe_db_cluster_automated_backups",
]DescribeDBClusterBacktracksPaginatorName#
# DescribeDBClusterBacktracksPaginatorName usage example
from types_boto3_rds.literals import DescribeDBClusterBacktracksPaginatorName
def get_value() -> DescribeDBClusterBacktracksPaginatorName:
    return "describe_db_cluster_backtracks"# DescribeDBClusterBacktracksPaginatorName definition
DescribeDBClusterBacktracksPaginatorName = Literal[
    "describe_db_cluster_backtracks",
]DescribeDBClusterEndpointsPaginatorName#
# DescribeDBClusterEndpointsPaginatorName usage example
from types_boto3_rds.literals import DescribeDBClusterEndpointsPaginatorName
def get_value() -> DescribeDBClusterEndpointsPaginatorName:
    return "describe_db_cluster_endpoints"# DescribeDBClusterEndpointsPaginatorName definition
DescribeDBClusterEndpointsPaginatorName = Literal[
    "describe_db_cluster_endpoints",
]DescribeDBClusterParameterGroupsPaginatorName#
# DescribeDBClusterParameterGroupsPaginatorName usage example
from types_boto3_rds.literals import DescribeDBClusterParameterGroupsPaginatorName
def get_value() -> DescribeDBClusterParameterGroupsPaginatorName:
    return "describe_db_cluster_parameter_groups"# DescribeDBClusterParameterGroupsPaginatorName definition
DescribeDBClusterParameterGroupsPaginatorName = Literal[
    "describe_db_cluster_parameter_groups",
]DescribeDBClusterParametersPaginatorName#
# DescribeDBClusterParametersPaginatorName usage example
from types_boto3_rds.literals import DescribeDBClusterParametersPaginatorName
def get_value() -> DescribeDBClusterParametersPaginatorName:
    return "describe_db_cluster_parameters"# DescribeDBClusterParametersPaginatorName definition
DescribeDBClusterParametersPaginatorName = Literal[
    "describe_db_cluster_parameters",
]DescribeDBClusterSnapshotsPaginatorName#
# DescribeDBClusterSnapshotsPaginatorName usage example
from types_boto3_rds.literals import DescribeDBClusterSnapshotsPaginatorName
def get_value() -> DescribeDBClusterSnapshotsPaginatorName:
    return "describe_db_cluster_snapshots"# DescribeDBClusterSnapshotsPaginatorName definition
DescribeDBClusterSnapshotsPaginatorName = Literal[
    "describe_db_cluster_snapshots",
]DescribeDBClustersPaginatorName#
# DescribeDBClustersPaginatorName usage example
from types_boto3_rds.literals import DescribeDBClustersPaginatorName
def get_value() -> DescribeDBClustersPaginatorName:
    return "describe_db_clusters"# DescribeDBClustersPaginatorName definition
DescribeDBClustersPaginatorName = Literal[
    "describe_db_clusters",
]DescribeDBEngineVersionsPaginatorName#
# DescribeDBEngineVersionsPaginatorName usage example
from types_boto3_rds.literals import DescribeDBEngineVersionsPaginatorName
def get_value() -> DescribeDBEngineVersionsPaginatorName:
    return "describe_db_engine_versions"# DescribeDBEngineVersionsPaginatorName definition
DescribeDBEngineVersionsPaginatorName = Literal[
    "describe_db_engine_versions",
]DescribeDBInstanceAutomatedBackupsPaginatorName#
# DescribeDBInstanceAutomatedBackupsPaginatorName usage example
from types_boto3_rds.literals import DescribeDBInstanceAutomatedBackupsPaginatorName
def get_value() -> DescribeDBInstanceAutomatedBackupsPaginatorName:
    return "describe_db_instance_automated_backups"# DescribeDBInstanceAutomatedBackupsPaginatorName definition
DescribeDBInstanceAutomatedBackupsPaginatorName = Literal[
    "describe_db_instance_automated_backups",
]DescribeDBInstancesPaginatorName#
# DescribeDBInstancesPaginatorName usage example
from types_boto3_rds.literals import DescribeDBInstancesPaginatorName
def get_value() -> DescribeDBInstancesPaginatorName:
    return "describe_db_instances"# DescribeDBInstancesPaginatorName definition
DescribeDBInstancesPaginatorName = Literal[
    "describe_db_instances",
]DescribeDBLogFilesPaginatorName#
# DescribeDBLogFilesPaginatorName usage example
from types_boto3_rds.literals import DescribeDBLogFilesPaginatorName
def get_value() -> DescribeDBLogFilesPaginatorName:
    return "describe_db_log_files"# DescribeDBLogFilesPaginatorName definition
DescribeDBLogFilesPaginatorName = Literal[
    "describe_db_log_files",
]DescribeDBMajorEngineVersionsPaginatorName#
# DescribeDBMajorEngineVersionsPaginatorName usage example
from types_boto3_rds.literals import DescribeDBMajorEngineVersionsPaginatorName
def get_value() -> DescribeDBMajorEngineVersionsPaginatorName:
    return "describe_db_major_engine_versions"# DescribeDBMajorEngineVersionsPaginatorName definition
DescribeDBMajorEngineVersionsPaginatorName = Literal[
    "describe_db_major_engine_versions",
]DescribeDBParameterGroupsPaginatorName#
# DescribeDBParameterGroupsPaginatorName usage example
from types_boto3_rds.literals import DescribeDBParameterGroupsPaginatorName
def get_value() -> DescribeDBParameterGroupsPaginatorName:
    return "describe_db_parameter_groups"# DescribeDBParameterGroupsPaginatorName definition
DescribeDBParameterGroupsPaginatorName = Literal[
    "describe_db_parameter_groups",
]DescribeDBParametersPaginatorName#
# DescribeDBParametersPaginatorName usage example
from types_boto3_rds.literals import DescribeDBParametersPaginatorName
def get_value() -> DescribeDBParametersPaginatorName:
    return "describe_db_parameters"# DescribeDBParametersPaginatorName definition
DescribeDBParametersPaginatorName = Literal[
    "describe_db_parameters",
]DescribeDBProxiesPaginatorName#
# DescribeDBProxiesPaginatorName usage example
from types_boto3_rds.literals import DescribeDBProxiesPaginatorName
def get_value() -> DescribeDBProxiesPaginatorName:
    return "describe_db_proxies"# DescribeDBProxiesPaginatorName definition
DescribeDBProxiesPaginatorName = Literal[
    "describe_db_proxies",
]DescribeDBProxyEndpointsPaginatorName#
# DescribeDBProxyEndpointsPaginatorName usage example
from types_boto3_rds.literals import DescribeDBProxyEndpointsPaginatorName
def get_value() -> DescribeDBProxyEndpointsPaginatorName:
    return "describe_db_proxy_endpoints"# DescribeDBProxyEndpointsPaginatorName definition
DescribeDBProxyEndpointsPaginatorName = Literal[
    "describe_db_proxy_endpoints",
]DescribeDBProxyTargetGroupsPaginatorName#
# DescribeDBProxyTargetGroupsPaginatorName usage example
from types_boto3_rds.literals import DescribeDBProxyTargetGroupsPaginatorName
def get_value() -> DescribeDBProxyTargetGroupsPaginatorName:
    return "describe_db_proxy_target_groups"# DescribeDBProxyTargetGroupsPaginatorName definition
DescribeDBProxyTargetGroupsPaginatorName = Literal[
    "describe_db_proxy_target_groups",
]DescribeDBProxyTargetsPaginatorName#
# DescribeDBProxyTargetsPaginatorName usage example
from types_boto3_rds.literals import DescribeDBProxyTargetsPaginatorName
def get_value() -> DescribeDBProxyTargetsPaginatorName:
    return "describe_db_proxy_targets"# DescribeDBProxyTargetsPaginatorName definition
DescribeDBProxyTargetsPaginatorName = Literal[
    "describe_db_proxy_targets",
]DescribeDBRecommendationsPaginatorName#
# DescribeDBRecommendationsPaginatorName usage example
from types_boto3_rds.literals import DescribeDBRecommendationsPaginatorName
def get_value() -> DescribeDBRecommendationsPaginatorName:
    return "describe_db_recommendations"# DescribeDBRecommendationsPaginatorName definition
DescribeDBRecommendationsPaginatorName = Literal[
    "describe_db_recommendations",
]DescribeDBSecurityGroupsPaginatorName#
# DescribeDBSecurityGroupsPaginatorName usage example
from types_boto3_rds.literals import DescribeDBSecurityGroupsPaginatorName
def get_value() -> DescribeDBSecurityGroupsPaginatorName:
    return "describe_db_security_groups"# DescribeDBSecurityGroupsPaginatorName definition
DescribeDBSecurityGroupsPaginatorName = Literal[
    "describe_db_security_groups",
]DescribeDBSnapshotTenantDatabasesPaginatorName#
# DescribeDBSnapshotTenantDatabasesPaginatorName usage example
from types_boto3_rds.literals import DescribeDBSnapshotTenantDatabasesPaginatorName
def get_value() -> DescribeDBSnapshotTenantDatabasesPaginatorName:
    return "describe_db_snapshot_tenant_databases"# DescribeDBSnapshotTenantDatabasesPaginatorName definition
DescribeDBSnapshotTenantDatabasesPaginatorName = Literal[
    "describe_db_snapshot_tenant_databases",
]DescribeDBSnapshotsPaginatorName#
# DescribeDBSnapshotsPaginatorName usage example
from types_boto3_rds.literals import DescribeDBSnapshotsPaginatorName
def get_value() -> DescribeDBSnapshotsPaginatorName:
    return "describe_db_snapshots"# DescribeDBSnapshotsPaginatorName definition
DescribeDBSnapshotsPaginatorName = Literal[
    "describe_db_snapshots",
]DescribeDBSubnetGroupsPaginatorName#
# DescribeDBSubnetGroupsPaginatorName usage example
from types_boto3_rds.literals import DescribeDBSubnetGroupsPaginatorName
def get_value() -> DescribeDBSubnetGroupsPaginatorName:
    return "describe_db_subnet_groups"# DescribeDBSubnetGroupsPaginatorName definition
DescribeDBSubnetGroupsPaginatorName = Literal[
    "describe_db_subnet_groups",
]DescribeEngineDefaultClusterParametersPaginatorName#
# DescribeEngineDefaultClusterParametersPaginatorName usage example
from types_boto3_rds.literals import DescribeEngineDefaultClusterParametersPaginatorName
def get_value() -> DescribeEngineDefaultClusterParametersPaginatorName:
    return "describe_engine_default_cluster_parameters"# DescribeEngineDefaultClusterParametersPaginatorName definition
DescribeEngineDefaultClusterParametersPaginatorName = Literal[
    "describe_engine_default_cluster_parameters",
]DescribeEngineDefaultParametersPaginatorName#
# DescribeEngineDefaultParametersPaginatorName usage example
from types_boto3_rds.literals import DescribeEngineDefaultParametersPaginatorName
def get_value() -> DescribeEngineDefaultParametersPaginatorName:
    return "describe_engine_default_parameters"# DescribeEngineDefaultParametersPaginatorName definition
DescribeEngineDefaultParametersPaginatorName = Literal[
    "describe_engine_default_parameters",
]DescribeEventSubscriptionsPaginatorName#
# DescribeEventSubscriptionsPaginatorName usage example
from types_boto3_rds.literals import DescribeEventSubscriptionsPaginatorName
def get_value() -> DescribeEventSubscriptionsPaginatorName:
    return "describe_event_subscriptions"# DescribeEventSubscriptionsPaginatorName definition
DescribeEventSubscriptionsPaginatorName = Literal[
    "describe_event_subscriptions",
]DescribeEventsPaginatorName#
# DescribeEventsPaginatorName usage example
from types_boto3_rds.literals import DescribeEventsPaginatorName
def get_value() -> DescribeEventsPaginatorName:
    return "describe_events"# DescribeEventsPaginatorName definition
DescribeEventsPaginatorName = Literal[
    "describe_events",
]DescribeExportTasksPaginatorName#
# DescribeExportTasksPaginatorName usage example
from types_boto3_rds.literals import DescribeExportTasksPaginatorName
def get_value() -> DescribeExportTasksPaginatorName:
    return "describe_export_tasks"# DescribeExportTasksPaginatorName definition
DescribeExportTasksPaginatorName = Literal[
    "describe_export_tasks",
]DescribeGlobalClustersPaginatorName#
# DescribeGlobalClustersPaginatorName usage example
from types_boto3_rds.literals import DescribeGlobalClustersPaginatorName
def get_value() -> DescribeGlobalClustersPaginatorName:
    return "describe_global_clusters"# DescribeGlobalClustersPaginatorName definition
DescribeGlobalClustersPaginatorName = Literal[
    "describe_global_clusters",
]DescribeIntegrationsPaginatorName#
# DescribeIntegrationsPaginatorName usage example
from types_boto3_rds.literals import DescribeIntegrationsPaginatorName
def get_value() -> DescribeIntegrationsPaginatorName:
    return "describe_integrations"# DescribeIntegrationsPaginatorName definition
DescribeIntegrationsPaginatorName = Literal[
    "describe_integrations",
]DescribeOptionGroupOptionsPaginatorName#
# DescribeOptionGroupOptionsPaginatorName usage example
from types_boto3_rds.literals import DescribeOptionGroupOptionsPaginatorName
def get_value() -> DescribeOptionGroupOptionsPaginatorName:
    return "describe_option_group_options"# DescribeOptionGroupOptionsPaginatorName definition
DescribeOptionGroupOptionsPaginatorName = Literal[
    "describe_option_group_options",
]DescribeOptionGroupsPaginatorName#
# DescribeOptionGroupsPaginatorName usage example
from types_boto3_rds.literals import DescribeOptionGroupsPaginatorName
def get_value() -> DescribeOptionGroupsPaginatorName:
    return "describe_option_groups"# DescribeOptionGroupsPaginatorName definition
DescribeOptionGroupsPaginatorName = Literal[
    "describe_option_groups",
]DescribeOrderableDBInstanceOptionsPaginatorName#
# DescribeOrderableDBInstanceOptionsPaginatorName usage example
from types_boto3_rds.literals import DescribeOrderableDBInstanceOptionsPaginatorName
def get_value() -> DescribeOrderableDBInstanceOptionsPaginatorName:
    return "describe_orderable_db_instance_options"# DescribeOrderableDBInstanceOptionsPaginatorName definition
DescribeOrderableDBInstanceOptionsPaginatorName = Literal[
    "describe_orderable_db_instance_options",
]DescribePendingMaintenanceActionsPaginatorName#
# DescribePendingMaintenanceActionsPaginatorName usage example
from types_boto3_rds.literals import DescribePendingMaintenanceActionsPaginatorName
def get_value() -> DescribePendingMaintenanceActionsPaginatorName:
    return "describe_pending_maintenance_actions"# DescribePendingMaintenanceActionsPaginatorName definition
DescribePendingMaintenanceActionsPaginatorName = Literal[
    "describe_pending_maintenance_actions",
]DescribeReservedDBInstancesOfferingsPaginatorName#
# DescribeReservedDBInstancesOfferingsPaginatorName usage example
from types_boto3_rds.literals import DescribeReservedDBInstancesOfferingsPaginatorName
def get_value() -> DescribeReservedDBInstancesOfferingsPaginatorName:
    return "describe_reserved_db_instances_offerings"# DescribeReservedDBInstancesOfferingsPaginatorName definition
DescribeReservedDBInstancesOfferingsPaginatorName = Literal[
    "describe_reserved_db_instances_offerings",
]DescribeReservedDBInstancesPaginatorName#
# DescribeReservedDBInstancesPaginatorName usage example
from types_boto3_rds.literals import DescribeReservedDBInstancesPaginatorName
def get_value() -> DescribeReservedDBInstancesPaginatorName:
    return "describe_reserved_db_instances"# DescribeReservedDBInstancesPaginatorName definition
DescribeReservedDBInstancesPaginatorName = Literal[
    "describe_reserved_db_instances",
]DescribeSourceRegionsPaginatorName#
# DescribeSourceRegionsPaginatorName usage example
from types_boto3_rds.literals import DescribeSourceRegionsPaginatorName
def get_value() -> DescribeSourceRegionsPaginatorName:
    return "describe_source_regions"# DescribeSourceRegionsPaginatorName definition
DescribeSourceRegionsPaginatorName = Literal[
    "describe_source_regions",
]DescribeTenantDatabasesPaginatorName#
# DescribeTenantDatabasesPaginatorName usage example
from types_boto3_rds.literals import DescribeTenantDatabasesPaginatorName
def get_value() -> DescribeTenantDatabasesPaginatorName:
    return "describe_tenant_databases"# DescribeTenantDatabasesPaginatorName definition
DescribeTenantDatabasesPaginatorName = Literal[
    "describe_tenant_databases",
]DownloadDBLogFilePortionPaginatorName#
# DownloadDBLogFilePortionPaginatorName usage example
from types_boto3_rds.literals import DownloadDBLogFilePortionPaginatorName
def get_value() -> DownloadDBLogFilePortionPaginatorName:
    return "download_db_log_file_portion"# DownloadDBLogFilePortionPaginatorName definition
DownloadDBLogFilePortionPaginatorName = Literal[
    "download_db_log_file_portion",
]EndpointNetworkTypeType#
# EndpointNetworkTypeType usage example
from types_boto3_rds.literals import EndpointNetworkTypeType
def get_value() -> EndpointNetworkTypeType:
    return "DUAL"# EndpointNetworkTypeType definition
EndpointNetworkTypeType = Literal[
    "DUAL",
    "IPV4",
    "IPV6",
]EngineFamilyType#
# EngineFamilyType usage example
from types_boto3_rds.literals import EngineFamilyType
def get_value() -> EngineFamilyType:
    return "MYSQL"# EngineFamilyType definition
EngineFamilyType = Literal[
    "MYSQL",
    "POSTGRESQL",
    "SQLSERVER",
]ExportSourceTypeType#
# ExportSourceTypeType usage example
from types_boto3_rds.literals import ExportSourceTypeType
def get_value() -> ExportSourceTypeType:
    return "CLUSTER"# ExportSourceTypeType definition
ExportSourceTypeType = Literal[
    "CLUSTER",
    "SNAPSHOT",
]FailoverStatusType#
# FailoverStatusType usage example
from types_boto3_rds.literals import FailoverStatusType
def get_value() -> FailoverStatusType:
    return "cancelling"# FailoverStatusType definition
FailoverStatusType = Literal[
    "cancelling",
    "failing-over",
    "pending",
]GlobalClusterMemberSynchronizationStatusType#
# GlobalClusterMemberSynchronizationStatusType usage example
from types_boto3_rds.literals import GlobalClusterMemberSynchronizationStatusType
def get_value() -> GlobalClusterMemberSynchronizationStatusType:
    return "connected"# GlobalClusterMemberSynchronizationStatusType definition
GlobalClusterMemberSynchronizationStatusType = Literal[
    "connected",
    "pending-resync",
]IAMAuthModeType#
# IAMAuthModeType usage example
from types_boto3_rds.literals import IAMAuthModeType
def get_value() -> IAMAuthModeType:
    return "DISABLED"# IAMAuthModeType definition
IAMAuthModeType = Literal[
    "DISABLED",
    "ENABLED",
    "REQUIRED",
]IntegrationStatusType#
# IntegrationStatusType usage example
from types_boto3_rds.literals import IntegrationStatusType
def get_value() -> IntegrationStatusType:
    return "active"# IntegrationStatusType definition
IntegrationStatusType = Literal[
    "active",
    "creating",
    "deleting",
    "failed",
    "modifying",
    "needs_attention",
    "syncing",
]LifecycleSupportNameType#
# LifecycleSupportNameType usage example
from types_boto3_rds.literals import LifecycleSupportNameType
def get_value() -> LifecycleSupportNameType:
    return "open-source-rds-extended-support"# LifecycleSupportNameType definition
LifecycleSupportNameType = Literal[
    "open-source-rds-extended-support",
    "open-source-rds-standard-support",
]LimitlessDatabaseStatusType#
# LimitlessDatabaseStatusType usage example
from types_boto3_rds.literals import LimitlessDatabaseStatusType
def get_value() -> LimitlessDatabaseStatusType:
    return "active"# LimitlessDatabaseStatusType definition
LimitlessDatabaseStatusType = Literal[
    "active",
    "disabled",
    "disabling",
    "enabled",
    "enabling",
    "error",
    "modifying-max-capacity",
    "not-in-use",
]LocalWriteForwardingStatusType#
# LocalWriteForwardingStatusType usage example
from types_boto3_rds.literals import LocalWriteForwardingStatusType
def get_value() -> LocalWriteForwardingStatusType:
    return "disabled"# LocalWriteForwardingStatusType definition
LocalWriteForwardingStatusType = Literal[
    "disabled",
    "disabling",
    "enabled",
    "enabling",
    "requested",
]MasterUserAuthenticationTypeType#
# MasterUserAuthenticationTypeType usage example
from types_boto3_rds.literals import MasterUserAuthenticationTypeType
def get_value() -> MasterUserAuthenticationTypeType:
    return "iam-db-auth"# MasterUserAuthenticationTypeType definition
MasterUserAuthenticationTypeType = Literal[
    "iam-db-auth",
    "password",
]ReplicaModeType#
# ReplicaModeType usage example
from types_boto3_rds.literals import ReplicaModeType
def get_value() -> ReplicaModeType:
    return "mounted"# ReplicaModeType definition
ReplicaModeType = Literal[
    "mounted",
    "open-read-only",
]SourceTypeType#
# SourceTypeType usage example
from types_boto3_rds.literals import SourceTypeType
def get_value() -> SourceTypeType:
    return "blue-green-deployment"# SourceTypeType definition
SourceTypeType = Literal[
    "blue-green-deployment",
    "custom-engine-version",
    "db-cluster",
    "db-cluster-snapshot",
    "db-instance",
    "db-parameter-group",
    "db-proxy",
    "db-security-group",
    "db-shard-group",
    "db-snapshot",
    "zero-etl",
]TargetConnectionNetworkTypeType#
# TargetConnectionNetworkTypeType usage example
from types_boto3_rds.literals import TargetConnectionNetworkTypeType
def get_value() -> TargetConnectionNetworkTypeType:
    return "IPV4"# TargetConnectionNetworkTypeType definition
TargetConnectionNetworkTypeType = Literal[
    "IPV4",
    "IPV6",
]TargetHealthReasonType#
# TargetHealthReasonType usage example
from types_boto3_rds.literals import TargetHealthReasonType
def get_value() -> TargetHealthReasonType:
    return "AUTH_FAILURE"# TargetHealthReasonType definition
TargetHealthReasonType = Literal[
    "AUTH_FAILURE",
    "CONNECTION_FAILED",
    "INVALID_REPLICATION_STATE",
    "PENDING_PROXY_CAPACITY",
    "PROMOTED",
    "UNREACHABLE",
]TargetRoleType#
# TargetRoleType usage example
from types_boto3_rds.literals import TargetRoleType
def get_value() -> TargetRoleType:
    return "READ_ONLY"# TargetRoleType definition
TargetRoleType = Literal[
    "READ_ONLY",
    "READ_WRITE",
    "UNKNOWN",
]TargetStateType#
# TargetStateType usage example
from types_boto3_rds.literals import TargetStateType
def get_value() -> TargetStateType:
    return "AVAILABLE"# TargetStateType definition
TargetStateType = Literal[
    "AVAILABLE",
    "REGISTERING",
    "UNAVAILABLE",
    "UNUSED",
]TargetTypeType#
# TargetTypeType usage example
from types_boto3_rds.literals import TargetTypeType
def get_value() -> TargetTypeType:
    return "RDS_INSTANCE"# TargetTypeType definition
TargetTypeType = Literal[
    "RDS_INSTANCE",
    "RDS_SERVERLESS_ENDPOINT",
    "TRACKED_CLUSTER",
]TenantDatabaseAvailableWaiterName#
# TenantDatabaseAvailableWaiterName usage example
from types_boto3_rds.literals import TenantDatabaseAvailableWaiterName
def get_value() -> TenantDatabaseAvailableWaiterName:
    return "tenant_database_available"# TenantDatabaseAvailableWaiterName definition
TenantDatabaseAvailableWaiterName = Literal[
    "tenant_database_available",
]TenantDatabaseDeletedWaiterName#
# TenantDatabaseDeletedWaiterName usage example
from types_boto3_rds.literals import TenantDatabaseDeletedWaiterName
def get_value() -> TenantDatabaseDeletedWaiterName:
    return "tenant_database_deleted"# TenantDatabaseDeletedWaiterName definition
TenantDatabaseDeletedWaiterName = Literal[
    "tenant_database_deleted",
]WriteForwardingStatusType#
# WriteForwardingStatusType usage example
from types_boto3_rds.literals import WriteForwardingStatusType
def get_value() -> WriteForwardingStatusType:
    return "disabled"# WriteForwardingStatusType definition
WriteForwardingStatusType = Literal[
    "disabled",
    "disabling",
    "enabled",
    "enabling",
    "unknown",
]RDSServiceName#
# RDSServiceName usage example
from types_boto3_rds.literals import RDSServiceName
def get_value() -> RDSServiceName:
    return "rds"# RDSServiceName definition
RDSServiceName = Literal[
    "rds",
]ServiceName#
# ServiceName usage example
from types_boto3_rds.literals import ServiceName
def get_value() -> ServiceName:
    return "accessanalyzer"# ServiceName definition
ServiceName = Literal[
    "accessanalyzer",
    "account",
    "acm",
    "acm-pca",
    "aiops",
    "amp",
    "amplify",
    "amplifybackend",
    "amplifyuibuilder",
    "apigateway",
    "apigatewaymanagementapi",
    "apigatewayv2",
    "appconfig",
    "appconfigdata",
    "appfabric",
    "appflow",
    "appintegrations",
    "application-autoscaling",
    "application-insights",
    "application-signals",
    "applicationcostprofiler",
    "appmesh",
    "apprunner",
    "appstream",
    "appsync",
    "arc-region-switch",
    "arc-zonal-shift",
    "artifact",
    "athena",
    "auditmanager",
    "autoscaling",
    "autoscaling-plans",
    "b2bi",
    "backup",
    "backup-gateway",
    "backupsearch",
    "batch",
    "bcm-dashboards",
    "bcm-data-exports",
    "bcm-pricing-calculator",
    "bcm-recommended-actions",
    "bedrock",
    "bedrock-agent",
    "bedrock-agent-runtime",
    "bedrock-agentcore",
    "bedrock-agentcore-control",
    "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",
    "elasticache",
    "elasticbeanstalk",
    "elastictranscoder",
    "elb",
    "elbv2",
    "emr",
    "emr-containers",
    "emr-serverless",
    "entityresolution",
    "es",
    "events",
    "evidently",
    "evs",
    "finspace",
    "finspace-data",
    "firehose",
    "fis",
    "fms",
    "forecast",
    "forecastquery",
    "frauddetector",
    "freetier",
    "fsx",
    "gamelift",
    "gameliftstreams",
    "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",
    "iot-managed-integrations",
    "iotanalytics",
    "iotdeviceadvisor",
    "iotevents",
    "iotevents-data",
    "iotfleetwise",
    "iotsecuretunneling",
    "iotsitewise",
    "iotthingsgraph",
    "iottwinmaker",
    "iotwireless",
    "ivs",
    "ivs-realtime",
    "ivschat",
    "kafka",
    "kafkaconnect",
    "kendra",
    "kendra-ranking",
    "keyspaces",
    "keyspacesstreams",
    "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",
    "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",
    "mpa",
    "mq",
    "mturk",
    "mwaa",
    "neptune",
    "neptune-graph",
    "neptunedata",
    "network-firewall",
    "networkflowmonitor",
    "networkmanager",
    "networkmonitor",
    "notifications",
    "notificationscontacts",
    "oam",
    "observabilityadmin",
    "odb",
    "omics",
    "opensearch",
    "opensearchserverless",
    "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",
    "proton",
    "qapps",
    "qbusiness",
    "qconnect",
    "quicksight",
    "ram",
    "rbin",
    "rds",
    "rds-data",
    "redshift",
    "redshift-data",
    "redshift-serverless",
    "rekognition",
    "repostspace",
    "resiliencehub",
    "resource-explorer-2",
    "resource-groups",
    "resourcegroupstaggingapi",
    "rolesanywhere",
    "route53",
    "route53-recovery-cluster",
    "route53-recovery-control-config",
    "route53-recovery-readiness",
    "route53domains",
    "route53profiles",
    "route53resolver",
    "rtbfabric",
    "rum",
    "s3",
    "s3control",
    "s3outposts",
    "s3tables",
    "s3vectors",
    "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",
    "snow-device-management",
    "snowball",
    "sns",
    "socialmessaging",
    "sqs",
    "ssm",
    "ssm-contacts",
    "ssm-guiconnect",
    "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-instances",
    "workspaces-thin-client",
    "workspaces-web",
    "xray",
]ResourceServiceName#
# ResourceServiceName usage example
from types_boto3_rds.literals import ResourceServiceName
def get_value() -> ResourceServiceName:
    return "cloudformation"# ResourceServiceName definition
ResourceServiceName = Literal[
    "cloudformation",
    "cloudwatch",
    "dynamodb",
    "ec2",
    "glacier",
    "iam",
    "s3",
    "sns",
    "sqs",
]PaginatorName#
# PaginatorName usage example
from types_boto3_rds.literals import PaginatorName
def get_value() -> PaginatorName:
    return "describe_blue_green_deployments"# PaginatorName definition
PaginatorName = Literal[
    "describe_blue_green_deployments",
    "describe_certificates",
    "describe_db_cluster_automated_backups",
    "describe_db_cluster_backtracks",
    "describe_db_cluster_endpoints",
    "describe_db_cluster_parameter_groups",
    "describe_db_cluster_parameters",
    "describe_db_cluster_snapshots",
    "describe_db_clusters",
    "describe_db_engine_versions",
    "describe_db_instance_automated_backups",
    "describe_db_instances",
    "describe_db_log_files",
    "describe_db_major_engine_versions",
    "describe_db_parameter_groups",
    "describe_db_parameters",
    "describe_db_proxies",
    "describe_db_proxy_endpoints",
    "describe_db_proxy_target_groups",
    "describe_db_proxy_targets",
    "describe_db_recommendations",
    "describe_db_security_groups",
    "describe_db_snapshot_tenant_databases",
    "describe_db_snapshots",
    "describe_db_subnet_groups",
    "describe_engine_default_cluster_parameters",
    "describe_engine_default_parameters",
    "describe_event_subscriptions",
    "describe_events",
    "describe_export_tasks",
    "describe_global_clusters",
    "describe_integrations",
    "describe_option_group_options",
    "describe_option_groups",
    "describe_orderable_db_instance_options",
    "describe_pending_maintenance_actions",
    "describe_reserved_db_instances",
    "describe_reserved_db_instances_offerings",
    "describe_source_regions",
    "describe_tenant_databases",
    "download_db_log_file_portion",
]WaiterName#
# WaiterName usage example
from types_boto3_rds.literals import WaiterName
def get_value() -> WaiterName:
    return "db_cluster_available"# WaiterName definition
WaiterName = Literal[
    "db_cluster_available",
    "db_cluster_deleted",
    "db_cluster_snapshot_available",
    "db_cluster_snapshot_deleted",
    "db_instance_available",
    "db_instance_deleted",
    "db_snapshot_available",
    "db_snapshot_completed",
    "db_snapshot_deleted",
    "tenant_database_available",
    "tenant_database_deleted",
]RegionName#
# RegionName usage example
from types_boto3_rds.literals import RegionName
def get_value() -> RegionName:
    return "af-south-1"# RegionName definition
RegionName = Literal[
    "af-south-1",
    "ap-east-1",
    "ap-east-2",
    "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-6",
    "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",
]