Job
Job.
Contents
- jobID
-
Job ID.
Type: String
Length Constraints: Fixed length of 24.
Pattern:
^mgnjob-[0-9a-zA-Z]{17}$
Required: Yes
- arn
-
the ARN of the specific Job.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Required: No
- creationDateTime
-
Job creation time.
Type: String
Length Constraints: Minimum length of 19. Maximum length of 32.
Pattern:
^[1-9][0-9]*-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T([0-1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?Z$
Required: No
- endDateTime
-
Job end time.
Type: String
Length Constraints: Minimum length of 19. Maximum length of 32.
Pattern:
^[1-9][0-9]*-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T([0-1][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?Z$
Required: No
- initiatedBy
-
Job initiated by field.
Type: String
Valid Values:
START_TEST | START_CUTOVER | DIAGNOSTIC | TERMINATE
Required: No
- participatingServers
-
Servers participating in a specific Job.
Type: Array of ParticipatingServer objects
Required: No
- status
-
Job status.
Type: String
Valid Values:
PENDING | STARTED | COMPLETED
Required: No
-
Tags associated with specific Job.
Type: String to string map
Map Entries: Minimum number of 0 items. Maximum number of 50 items.
Key Length Constraints: Minimum length of 0. Maximum length of 256.
Value Length Constraints: Minimum length of 0. Maximum length of 256.
Required: No
- type
-
Job type.
Type: String
Valid Values:
LAUNCH | TERMINATE
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: