NetworkMigrationMappingUpdateJobDetails
Details about a network migration mapping update job.
Contents
- createdAt
-
The timestamp when the job was created.
Type: Timestamp
Required: No
- endedAt
-
The timestamp when the job completed or failed.
Type: Timestamp
Required: No
- jobID
-
The unique identifier of the mapping update job.
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
- status
-
The current status of the mapping update job.
Type: String
Valid Values:
PENDING | STARTED | SUCCEEDED | FAILEDRequired: No
- statusDetails
-
Detailed status information about the job.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 65536.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: