NetworkMigrationAnalysisResult
The result of a network migration analysis operation.
Contents
- analysisResult
-
The detailed analysis findings and recommendations.
Type: String
Required: No
- analyzerType
-
The type of analyzer that generated this result.
Type: String
Valid Values:
REACHABILITY_ANALYZERRequired: No
- jobID
-
The unique identifier of the analysis job that generated this result.
Type: String
Length Constraints: Fixed length of 36.
Pattern:
[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}Required: No
- networkMigrationDefinitionID
-
The unique identifier of the network migration definition.
Type: String
Length Constraints: Fixed length of 21.
Pattern:
nmd-[0-9a-zA-Z]{17}Required: No
- networkMigrationExecutionID
-
The unique identifier of the network migration execution.
Type: String
Length Constraints: Fixed length of 36.
Pattern:
[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}Required: No
- source
-
The source resource that was analyzed.
Type: NetworkMigrationAnalysisResultSource object
Required: No
- status
-
The status of the analysis result.
Type: String
Valid Values:
PENDING | STARTED | SUCCEEDED | FAILEDRequired: No
- target
-
The target resource in the analysis.
Type: NetworkMigrationAnalysisResultTarget object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: