Job
A job is an asynchronous workflow.
Contents
- jobID
-
The ID of the Job.
Type: String
Length Constraints: Fixed length of 24.
Pattern:
^drsjob-[0-9a-zA-Z]{17}$
Required: Yes
- arn
-
The ARN of a Job.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Pattern:
^arn:.{16,2044}$
Required: No
- creationDateTime
-
The date and time of when the Job was created.
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
-
The date and time of when the Job ended.
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
-
A string representing who initiated the Job.
Type: String
Valid Values:
START_RECOVERY | START_DRILL | FAILBACK | DIAGNOSTIC | TERMINATE_RECOVERY_INSTANCES | TARGET_ACCOUNT | CREATE_NETWORK_RECOVERY | UPDATE_NETWORK_RECOVERY | ASSOCIATE_NETWORK_RECOVERY
Required: No
- participatingResources
-
A list of resources that the Job is acting upon.
Type: Array of ParticipatingResource objects
Required: No
- participatingServers
-
A list of servers that the Job is acting upon.
Type: Array of ParticipatingServer objects
Required: No
- status
-
The status of the Job.
Type: String
Valid Values:
PENDING | STARTED | COMPLETED
Required: No
-
A list of tags associated with the Job.
Type: String to string map
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
-
The type of the Job.
Type: String
Valid Values:
LAUNCH | TERMINATE | CREATE_CONVERTED_SNAPSHOT
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: