Literals#
Index > MigrationHubStrategyRecommendations > Literals
Auto-generated documentation for MigrationHubStrategyRecommendations type annotations stubs module mypy-boto3-migrationhubstrategy.
AnalysisTypeType#
# AnalysisTypeType usage example
from mypy_boto3_migrationhubstrategy.literals import AnalysisTypeType
def get_value() -> AnalysisTypeType:
return "BINARY_ANALYSIS"
# AnalysisTypeType definition
AnalysisTypeType = Literal[
"BINARY_ANALYSIS",
"DATABASE_ANALYSIS",
"RUNTIME_ANALYSIS",
"SOURCE_CODE_ANALYSIS",
]
AntipatternReportStatusType#
# AntipatternReportStatusType usage example
from mypy_boto3_migrationhubstrategy.literals import AntipatternReportStatusType
def get_value() -> AntipatternReportStatusType:
return "FAILED"
# AntipatternReportStatusType definition
AntipatternReportStatusType = Literal[
"FAILED",
"IN_PROGRESS",
"SUCCESS",
]
AppTypeType#
# AppTypeType usage example
from mypy_boto3_migrationhubstrategy.literals import AppTypeType
def get_value() -> AppTypeType:
return "Cassandra"
# AppTypeType definition
AppTypeType = Literal[
"Cassandra",
"DB2",
"Dotnet",
"DotnetCore",
"DotNetFramework",
"IBM WebSphere",
"IIS",
"Java",
"JBoss",
"Maria DB",
"Mongo DB",
"MySQL",
"Oracle",
"Oracle WebLogic",
"Other",
"PostgreSQLServer",
"Spring",
"SQLServer",
"Sybase",
"Tomcat",
"Unknown",
"Visual Basic",
]
AppUnitErrorCategoryType#
# AppUnitErrorCategoryType usage example
from mypy_boto3_migrationhubstrategy.literals import AppUnitErrorCategoryType
def get_value() -> AppUnitErrorCategoryType:
return "CONNECTIVITY_ERROR"
# AppUnitErrorCategoryType definition
AppUnitErrorCategoryType = Literal[
"CONNECTIVITY_ERROR",
"CREDENTIAL_ERROR",
"OTHER_ERROR",
"PERMISSION_ERROR",
"UNSUPPORTED_ERROR",
]
ApplicationComponentCriteriaType#
# ApplicationComponentCriteriaType usage example
from mypy_boto3_migrationhubstrategy.literals import ApplicationComponentCriteriaType
def get_value() -> ApplicationComponentCriteriaType:
return "ANALYSIS_STATUS"
# ApplicationComponentCriteriaType definition
ApplicationComponentCriteriaType = Literal[
"ANALYSIS_STATUS",
"APP_NAME",
"APP_TYPE",
"DESTINATION",
"ERROR_CATEGORY",
"NOT_DEFINED",
"SERVER_ID",
"STRATEGY",
]
ApplicationModeType#
# ApplicationModeType usage example
from mypy_boto3_migrationhubstrategy.literals import ApplicationModeType
def get_value() -> ApplicationModeType:
return "ALL"
# ApplicationModeType definition
ApplicationModeType = Literal[
"ALL",
"KNOWN",
"UNKNOWN",
]
AssessmentDataSourceTypeType#
# AssessmentDataSourceTypeType usage example
from mypy_boto3_migrationhubstrategy.literals import AssessmentDataSourceTypeType
def get_value() -> AssessmentDataSourceTypeType:
return "ApplicationDiscoveryService"
# AssessmentDataSourceTypeType definition
AssessmentDataSourceTypeType = Literal[
"ApplicationDiscoveryService",
"ManualImport",
"StrategyRecommendationsApplicationDataCollector",
]
AssessmentStatusType#
# AssessmentStatusType usage example
from mypy_boto3_migrationhubstrategy.literals import AssessmentStatusType
def get_value() -> AssessmentStatusType:
return "COMPLETE"
# AssessmentStatusType definition
AssessmentStatusType = Literal[
"COMPLETE",
"FAILED",
"IN_PROGRESS",
"STOPPED",
]
AuthTypeType#
# AuthTypeType usage example
from mypy_boto3_migrationhubstrategy.literals import AuthTypeType
def get_value() -> AuthTypeType:
return "CERT"
# AuthTypeType definition
AuthTypeType = Literal[
"CERT",
"NTLM",
"SSH",
]
AwsManagedTargetDestinationType#
# AwsManagedTargetDestinationType usage example
from mypy_boto3_migrationhubstrategy.literals import AwsManagedTargetDestinationType
def get_value() -> AwsManagedTargetDestinationType:
return "AWS Elastic BeanStalk"
# AwsManagedTargetDestinationType definition
AwsManagedTargetDestinationType = Literal[
"AWS Elastic BeanStalk",
"AWS Fargate",
"None specified",
]
BinaryAnalyzerNameType#
# BinaryAnalyzerNameType usage example
from mypy_boto3_migrationhubstrategy.literals import BinaryAnalyzerNameType
def get_value() -> BinaryAnalyzerNameType:
return "BYTECODE_ANALYZER"
# BinaryAnalyzerNameType definition
BinaryAnalyzerNameType = Literal[
"BYTECODE_ANALYZER",
"DLL_ANALYZER",
]
CollectorHealthType#
# CollectorHealthType usage example
from mypy_boto3_migrationhubstrategy.literals import CollectorHealthType
def get_value() -> CollectorHealthType:
return "COLLECTOR_HEALTHY"
# CollectorHealthType definition
CollectorHealthType = Literal[
"COLLECTOR_HEALTHY",
"COLLECTOR_UNHEALTHY",
]
ConditionType#
# ConditionType usage example
from mypy_boto3_migrationhubstrategy.literals import ConditionType
def get_value() -> ConditionType:
return "CONTAINS"
# ConditionType definition
ConditionType = Literal[
"CONTAINS",
"EQUALS",
"NOT_CONTAINS",
"NOT_EQUALS",
]
DataSourceTypeType#
# DataSourceTypeType usage example
from mypy_boto3_migrationhubstrategy.literals import DataSourceTypeType
def get_value() -> DataSourceTypeType:
return "ApplicationDiscoveryService"
# DataSourceTypeType definition
DataSourceTypeType = Literal[
"ApplicationDiscoveryService",
"Import",
"MPA",
"StrategyRecommendationsApplicationDataCollector",
]
DatabaseManagementPreferenceType#
# DatabaseManagementPreferenceType usage example
from mypy_boto3_migrationhubstrategy.literals import DatabaseManagementPreferenceType
def get_value() -> DatabaseManagementPreferenceType:
return "AWS-managed"
# DatabaseManagementPreferenceType definition
DatabaseManagementPreferenceType = Literal[
"AWS-managed",
"No preference",
"Self-manage",
]
GetServerDetailsPaginatorName#
# GetServerDetailsPaginatorName usage example
from mypy_boto3_migrationhubstrategy.literals import GetServerDetailsPaginatorName
def get_value() -> GetServerDetailsPaginatorName:
return "get_server_details"
# GetServerDetailsPaginatorName definition
GetServerDetailsPaginatorName = Literal[
"get_server_details",
]
GroupNameType#
# GroupNameType usage example
from mypy_boto3_migrationhubstrategy.literals import GroupNameType
def get_value() -> GroupNameType:
return "ExternalId"
# GroupNameType definition
GroupNameType = Literal[
"ExternalId",
"ExternalSourceType",
]
HeterogeneousTargetDatabaseEngineType#
# HeterogeneousTargetDatabaseEngineType usage example
from mypy_boto3_migrationhubstrategy.literals import HeterogeneousTargetDatabaseEngineType
def get_value() -> HeterogeneousTargetDatabaseEngineType:
return "AWS PostgreSQL"
# HeterogeneousTargetDatabaseEngineType definition
HeterogeneousTargetDatabaseEngineType = Literal[
"Amazon Aurora",
"AWS PostgreSQL",
"Db2 LUW",
"MariaDB",
"Microsoft SQL Server",
"MongoDB",
"MySQL",
"None specified",
"Oracle Database",
"SAP",
]
HomogeneousTargetDatabaseEngineType#
# HomogeneousTargetDatabaseEngineType usage example
from mypy_boto3_migrationhubstrategy.literals import HomogeneousTargetDatabaseEngineType
def get_value() -> HomogeneousTargetDatabaseEngineType:
return "None specified"
# HomogeneousTargetDatabaseEngineType definition
HomogeneousTargetDatabaseEngineType = Literal[
"None specified",
]
ImportFileTaskStatusType#
# ImportFileTaskStatusType usage example
from mypy_boto3_migrationhubstrategy.literals import ImportFileTaskStatusType
def get_value() -> ImportFileTaskStatusType:
return "DeleteFailed"
# ImportFileTaskStatusType definition
ImportFileTaskStatusType = Literal[
"DeleteFailed",
"DeleteInProgress",
"DeletePartialSuccess",
"DeleteSuccess",
"ImportFailed",
"ImportInProgress",
"ImportPartialSuccess",
"ImportSuccess",
]
InclusionStatusType#
# InclusionStatusType usage example
from mypy_boto3_migrationhubstrategy.literals import InclusionStatusType
def get_value() -> InclusionStatusType:
return "excludeFromAssessment"
# InclusionStatusType definition
InclusionStatusType = Literal[
"excludeFromAssessment",
"includeInAssessment",
]
ListAnalyzableServersPaginatorName#
# ListAnalyzableServersPaginatorName usage example
from mypy_boto3_migrationhubstrategy.literals import ListAnalyzableServersPaginatorName
def get_value() -> ListAnalyzableServersPaginatorName:
return "list_analyzable_servers"
# ListAnalyzableServersPaginatorName definition
ListAnalyzableServersPaginatorName = Literal[
"list_analyzable_servers",
]
ListApplicationComponentsPaginatorName#
# ListApplicationComponentsPaginatorName usage example
from mypy_boto3_migrationhubstrategy.literals import ListApplicationComponentsPaginatorName
def get_value() -> ListApplicationComponentsPaginatorName:
return "list_application_components"
# ListApplicationComponentsPaginatorName definition
ListApplicationComponentsPaginatorName = Literal[
"list_application_components",
]
ListCollectorsPaginatorName#
# ListCollectorsPaginatorName usage example
from mypy_boto3_migrationhubstrategy.literals import ListCollectorsPaginatorName
def get_value() -> ListCollectorsPaginatorName:
return "list_collectors"
# ListCollectorsPaginatorName definition
ListCollectorsPaginatorName = Literal[
"list_collectors",
]
ListImportFileTaskPaginatorName#
# ListImportFileTaskPaginatorName usage example
from mypy_boto3_migrationhubstrategy.literals import ListImportFileTaskPaginatorName
def get_value() -> ListImportFileTaskPaginatorName:
return "list_import_file_task"
# ListImportFileTaskPaginatorName definition
ListImportFileTaskPaginatorName = Literal[
"list_import_file_task",
]
ListServersPaginatorName#
# ListServersPaginatorName usage example
from mypy_boto3_migrationhubstrategy.literals import ListServersPaginatorName
def get_value() -> ListServersPaginatorName:
return "list_servers"
# ListServersPaginatorName definition
ListServersPaginatorName = Literal[
"list_servers",
]
NoPreferenceTargetDestinationType#
# NoPreferenceTargetDestinationType usage example
from mypy_boto3_migrationhubstrategy.literals import NoPreferenceTargetDestinationType
def get_value() -> NoPreferenceTargetDestinationType:
return "AWS Elastic BeanStalk"
# NoPreferenceTargetDestinationType definition
NoPreferenceTargetDestinationType = Literal[
"Amazon Elastic Cloud Compute (EC2)",
"Amazon Elastic Container Service (ECS)",
"Amazon Elastic Kubernetes Service (EKS)",
"AWS Elastic BeanStalk",
"AWS Fargate",
"None specified",
]
OSTypeType#
# OSTypeType usage example
from mypy_boto3_migrationhubstrategy.literals import OSTypeType
def get_value() -> OSTypeType:
return "LINUX"
# OSTypeType definition
OSTypeType = Literal[
"LINUX",
"WINDOWS",
]
OutputFormatType#
# OutputFormatType usage example
from mypy_boto3_migrationhubstrategy.literals import OutputFormatType
def get_value() -> OutputFormatType:
return "Excel"
# OutputFormatType definition
OutputFormatType = Literal[
"Excel",
"Json",
]
PipelineTypeType#
# PipelineTypeType usage example
from mypy_boto3_migrationhubstrategy.literals import PipelineTypeType
def get_value() -> PipelineTypeType:
return "AZURE_DEVOPS"
# PipelineTypeType definition
PipelineTypeType = Literal[
"AZURE_DEVOPS",
]
RecommendationReportStatusType#
# RecommendationReportStatusType usage example
from mypy_boto3_migrationhubstrategy.literals import RecommendationReportStatusType
def get_value() -> RecommendationReportStatusType:
return "FAILED"
# RecommendationReportStatusType definition
RecommendationReportStatusType = Literal[
"FAILED",
"IN_PROGRESS",
"SUCCESS",
]
ResourceSubTypeType#
# ResourceSubTypeType usage example
from mypy_boto3_migrationhubstrategy.literals import ResourceSubTypeType
def get_value() -> ResourceSubTypeType:
return "Database"
# ResourceSubTypeType definition
ResourceSubTypeType = Literal[
"Database",
"DatabaseProcess",
"Process",
]
RunTimeAnalyzerNameType#
# RunTimeAnalyzerNameType usage example
from mypy_boto3_migrationhubstrategy.literals import RunTimeAnalyzerNameType
def get_value() -> RunTimeAnalyzerNameType:
return "A2C_ANALYZER"
# RunTimeAnalyzerNameType definition
RunTimeAnalyzerNameType = Literal[
"A2C_ANALYZER",
"DATABASE_ANALYZER",
"EMP_PA_ANALYZER",
"REHOST_ANALYZER",
"SCT_ANALYZER",
]
RunTimeAssessmentStatusType#
# RunTimeAssessmentStatusType usage example
from mypy_boto3_migrationhubstrategy.literals import RunTimeAssessmentStatusType
def get_value() -> RunTimeAssessmentStatusType:
return "dataCollectionTaskFailed"
# RunTimeAssessmentStatusType definition
RunTimeAssessmentStatusType = Literal[
"dataCollectionTaskFailed",
"dataCollectionTaskPartialSuccess",
"dataCollectionTaskScheduled",
"dataCollectionTaskStarted",
"dataCollectionTaskStopped",
"dataCollectionTaskSuccess",
"dataCollectionTaskToBeScheduled",
]
RuntimeAnalysisStatusType#
# RuntimeAnalysisStatusType usage example
from mypy_boto3_migrationhubstrategy.literals import RuntimeAnalysisStatusType
def get_value() -> RuntimeAnalysisStatusType:
return "ANALYSIS_FAILED"
# RuntimeAnalysisStatusType definition
RuntimeAnalysisStatusType = Literal[
"ANALYSIS_FAILED",
"ANALYSIS_STARTED",
"ANALYSIS_SUCCESS",
"ANALYSIS_TO_BE_SCHEDULED",
]
SelfManageTargetDestinationType#
# SelfManageTargetDestinationType usage example
from mypy_boto3_migrationhubstrategy.literals import SelfManageTargetDestinationType
def get_value() -> SelfManageTargetDestinationType:
return "Amazon Elastic Cloud Compute (EC2)"
# SelfManageTargetDestinationType definition
SelfManageTargetDestinationType = Literal[
"Amazon Elastic Cloud Compute (EC2)",
"Amazon Elastic Container Service (ECS)",
"Amazon Elastic Kubernetes Service (EKS)",
"None specified",
]
ServerCriteriaType#
# ServerCriteriaType usage example
from mypy_boto3_migrationhubstrategy.literals import ServerCriteriaType
def get_value() -> ServerCriteriaType:
return "ANALYSIS_STATUS"
# ServerCriteriaType definition
ServerCriteriaType = Literal[
"ANALYSIS_STATUS",
"DESTINATION",
"ERROR_CATEGORY",
"NOT_DEFINED",
"OS_NAME",
"SERVER_ID",
"STRATEGY",
]
ServerErrorCategoryType#
# ServerErrorCategoryType usage example
from mypy_boto3_migrationhubstrategy.literals import ServerErrorCategoryType
def get_value() -> ServerErrorCategoryType:
return "ARCHITECTURE_ERROR"
# ServerErrorCategoryType definition
ServerErrorCategoryType = Literal[
"ARCHITECTURE_ERROR",
"CONNECTIVITY_ERROR",
"CREDENTIAL_ERROR",
"OTHER_ERROR",
"PERMISSION_ERROR",
]
ServerOsTypeType#
# ServerOsTypeType usage example
from mypy_boto3_migrationhubstrategy.literals import ServerOsTypeType
def get_value() -> ServerOsTypeType:
return "AmazonLinux"
# ServerOsTypeType definition
ServerOsTypeType = Literal[
"AmazonLinux",
"EndOfSupportWindowsServer",
"Other",
"Redhat",
"WindowsServer",
]
SeverityType#
# SeverityType usage example
from mypy_boto3_migrationhubstrategy.literals import SeverityType
def get_value() -> SeverityType:
return "HIGH"
# SeverityType definition
SeverityType = Literal[
"HIGH",
"LOW",
"MEDIUM",
]
SortOrderType#
# SortOrderType usage example
from mypy_boto3_migrationhubstrategy.literals import SortOrderType
def get_value() -> SortOrderType:
return "ASC"
# SortOrderType definition
SortOrderType = Literal[
"ASC",
"DESC",
]
SourceCodeAnalyzerNameType#
# SourceCodeAnalyzerNameType usage example
from mypy_boto3_migrationhubstrategy.literals import SourceCodeAnalyzerNameType
def get_value() -> SourceCodeAnalyzerNameType:
return "BYTECODE_ANALYZER"
# SourceCodeAnalyzerNameType definition
SourceCodeAnalyzerNameType = Literal[
"BYTECODE_ANALYZER",
"CSHARP_ANALYZER",
"JAVA_ANALYZER",
"PORTING_ASSISTANT",
]
SrcCodeOrDbAnalysisStatusType#
# SrcCodeOrDbAnalysisStatusType usage example
from mypy_boto3_migrationhubstrategy.literals import SrcCodeOrDbAnalysisStatusType
def get_value() -> SrcCodeOrDbAnalysisStatusType:
return "ANALYSIS_FAILED"
# SrcCodeOrDbAnalysisStatusType definition
SrcCodeOrDbAnalysisStatusType = Literal[
"ANALYSIS_FAILED",
"ANALYSIS_PARTIAL_SUCCESS",
"ANALYSIS_STARTED",
"ANALYSIS_SUCCESS",
"ANALYSIS_TO_BE_SCHEDULED",
"CONFIGURED",
"UNCONFIGURED",
]
StrategyRecommendationType#
# StrategyRecommendationType usage example
from mypy_boto3_migrationhubstrategy.literals import StrategyRecommendationType
def get_value() -> StrategyRecommendationType:
return "notRecommended"
# StrategyRecommendationType definition
StrategyRecommendationType = Literal[
"notRecommended",
"potential",
"recommended",
"viableOption",
]
StrategyType#
# StrategyType usage example
from mypy_boto3_migrationhubstrategy.literals import StrategyType
def get_value() -> StrategyType:
return "Refactor"
# StrategyType definition
StrategyType = Literal[
"Refactor",
"Rehost",
"Relocate",
"Replatform",
"Repurchase",
"Retain",
"Retirement",
]
TargetDatabaseEngineType#
# TargetDatabaseEngineType